ooo-build r12835 - in branches/ooo-build-2-4-1: . patches/src680



Author: szalaik
Date: Sat Jun  7 15:36:57 2008
New Revision: 12835
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12835&view=rev

Log:
2008-06-06  Kalman Szalai - KAMI <kamihir freemail hu>

	* patches/src680/sc-huge-tables-header.diff
	* patches/src680/sc-huge-tables-enable.diff:
	Added Excel2k7 sized tables to calc. Not enabled in any
	builds defaultly I just want to play with it.

	* patches/src680/apply



Added:
   branches/ooo-build-2-4-1/patches/src680/sc-huge-tables-enable.diff
   branches/ooo-build-2-4-1/patches/src680/sc-huge-tables-header.diff
Modified:
   branches/ooo-build-2-4-1/ChangeLog
   branches/ooo-build-2-4-1/patches/src680/apply

Modified: branches/ooo-build-2-4-1/patches/src680/apply
==============================================================================
--- branches/ooo-build-2-4-1/patches/src680/apply	(original)
+++ branches/ooo-build-2-4-1/patches/src680/apply	Sat Jun  7 15:36:57 2008
@@ -2309,6 +2309,11 @@
 #Always use default extensioniconset
 always_default_iconset.diff
 
+[ CalcHugeTables ]
+#Huge Calc table support - FOR TESTING ONLY! DO NOT ENABLE IN PRODUCTION BUILD!
+sc-huge-tables-enable.diff
+sc-huge-tables-header.diff
+
 [ OxygenOfficeExtras ]
 # Adding new items to extras module
 accessories_build.diff

Added: branches/ooo-build-2-4-1/patches/src680/sc-huge-tables-enable.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-2-4-1/patches/src680/sc-huge-tables-enable.diff	Sat Jun  7 15:36:57 2008
@@ -0,0 +1,13 @@
+--- sc/inc/address.hxx.original	2008-05-29 20:39:04.000000000 +0200
++++ sc/inc/address.hxx	2008-06-03 20:44:01.000000000 +0200
+@@ -98,8 +98,8 @@
+ 
+ // The maximum values. Defines are needed for preprocessor checks in
+ // bcaslot.cxx, otherwise type safe constants are preferred.
+-#define MAXROWCOUNT_DEFINE 65536
+-#define MAXCOLCOUNT_DEFINE 256
++#define MAXROWCOUNT_DEFINE 1048576
++#define MAXCOLCOUNT_DEFINE 16384
+ 
+ // Count values
+ const SCROW       MAXROWCOUNT    = MAXROWCOUNT_DEFINE;

Added: branches/ooo-build-2-4-1/patches/src680/sc-huge-tables-header.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-2-4-1/patches/src680/sc-huge-tables-header.diff	Sat Jun  7 15:36:57 2008
@@ -0,0 +1,11 @@
+--- sc/source/ui/view/hdrcont.cxx.orig	2008-06-07 17:19:14.000000000 +0200
++++ sc/source/ui/view/hdrcont.cxx	2008-06-07 17:28:08.000000000 +0200
+@@ -109,7 +109,7 @@
+ 
+ 	nWidth = nSmallWidth = aSize.Width();
+ 	nBigWidth = LogicToPixel( Size( GetTextWidth(
+-		String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("88888")) ), 0 ) ).Width() + 4;
++		String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("8888888")) ), 0 ) ).Width() + 4;
+ 
+ 	SetBackground();	// sonst Probleme auf OS/2 !?!?!
+ }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]