serval
e4db7f536d
callcatcher + 1 RTL_CONSTASCII_USTRINGPARAM
2010-12-20 11:50:25 +00:00
Kohei Yoshida
edf1c529b2
Give each field control a proper description.
...
Incidentally, the page field was missing a description. Added one.
2010-12-15 22:26:33 -05:00
Kohei Yoshida
dc5e6ed480
Merge branch 'master' into feature/calc-dp-unlimited-fields
...
Conflicts:
sc/source/core/data/global2.cxx
sc/source/ui/dbgui/fieldwnd.cxx
sc/source/ui/dbgui/pvlaydlg.cxx
2010-12-15 11:11:52 -05:00
Kohei Yoshida
5fe86425cc
BOOL -> bool, and tabs to whitespace in new code.
...
Also, putting a bool declaration in the right context.
2010-12-13 23:38:19 -05:00
Joost Wezenbeek
9fe1f169fa
Change Sheet copy process
...
Easy Hacks 3.27
Added rename in Move/Copy Sheet in calc
2010-12-13 23:38:19 -05:00
Joost Wezenbeek
8d2908194c
Change Sheet copy process
...
Easy Hacks 3.27
Added rename in Move/Copy Sheet in calc
2010-12-13 23:38:19 -05:00
Joost Wezenbeek
b859103222
Change Sheet copy process
...
Easy Hacks 3.27
Added rename in Move/Copy Sheet in calc
2010-12-13 23:38:19 -05:00
serval
c36e61421b
Remove callcatcher for ScCellRangesBase
2010-12-13 21:40:13 +00:00
Kohei Yoshida
377e0dfe9e
Remove trailing spaces too when parsing csv's simple numbers.
2010-12-13 16:05:52 -05:00
serval
bb81716526
Remove callcatcher ScBitMaskCompressedArray
2010-12-12 20:22:03 +00:00
Kohei Yoshida
a4106c6cb8
Removed ScRangePairList::at() also, in favor of operator[].
2010-12-10 16:31:56 -05:00
Kohei Yoshida
75c0b75286
Removed ScRangeList::at() in favor of operator[].
2010-12-10 16:08:27 -05:00
Kohei Yoshida
4864c8bc00
ScRangePtr is now gone. Good riddance.
2010-12-10 13:45:31 -05:00
Kohei Yoshida
b05da2308d
Some cleanup & build fix.
...
I need to export symbols of ScRangePairList as it is called from
the excel export filter.
2010-12-10 11:51:51 -05:00
Joseph Powers
f53607a447
Remove DECLARE_LIST( ScRangePairList )
2010-12-10 05:11:13 -08:00
serval
628ac2e623
Remove of the virtual function AppendContent
2010-12-10 09:18:41 +00:00
Kohei Yoshida
2fc70e1117
Don't allow client code to call clear() directly, it leaks memory.
...
Call RemoveAll() instead. Better yet, I've removed clear() call
as it's safer this way.
2010-12-09 20:58:11 -05:00
Kohei Yoshida
fa51a77419
First cut on making ScRangeList not a child class of std::vector.
...
Also fixed some memory leaks along the way.
2010-12-09 20:07:11 -05:00
Joseph Powers
6eefbb4bee
Remove another DECLARE_LIST() from Calc
...
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2010-12-09 18:05:21 -05:00
Michael Callahan
b8f02010fe
remove obsolete __FAR_DATA
2010-12-06 10:36:48 +00:00
Takeshi Abe
d88139d58b
Replace all occured, occurance etc.
2010-12-05 19:14:00 +00:00
Joseph Powers
3e2e0d065f
Fix "Remove DECLARE_LIST() from class ScDocument"
...
Fixes some issues with commit 95b419dfeea83549ed021d9b1ccc0da0649779ab.
2010-12-02 19:58:00 -08:00
Joseph Powers
7be1f2b133
Remove DECLARE_LIST() from class ScDocument
...
The list wasn't needed. You could only have 1 item in the list at any one
time; so, I just replaced it with a pointer.
2010-12-01 19:43:11 -08:00
Joseph Powers
69dfea6f1a
Add the missing ;
2010-11-29 22:57:44 -08:00
Joseph Powers
3a20556d09
Dead Code Removal
2010-11-29 20:46:38 -08:00
Kohei Yoshida
28c7911d2d
Remove the preprocessor guard for sheet protection options.
...
This feature is now universally enabled, removing the unnecessary
guard.
2010-11-24 14:34:26 -05:00
Joseph Powers
ee67ae67d8
hrc cleanup
2010-11-21 05:22:52 -08:00
Pierre-André Jacquod
5abd1cc36d
remove dead code in calc/sc/inc
2010-11-21 10:28:10 +01:00
Kohei Yoshida
06cb54cdbb
Indentation fix.
2010-11-17 22:47:37 -05:00
Kohei Yoshida
660591d3bc
Moved the mis-placed class header comment into the right place.
2010-11-17 22:45:05 -05:00
Kohei Yoshida
10572108ed
Ported my previous work into this branch. Not build-tested yet.
2010-11-17 16:48:29 -05:00
Joseph Powers
f417c6cad6
HC Cleanup - calc
2010-11-16 18:57:44 -08:00
Kohei Yoshida
a1a1c816de
Let's match Excel's sheet limit which is 1024.
...
Let's up the sheet limit from 512 to 1024, to match Excel's limit.
We'll deal with any performance issues associated with this as they
get discovered.
2010-11-16 15:51:30 -05:00
Kohei Yoshida
e26260a97f
Increased the sheet limit from 256 to 512.
2010-11-16 14:50:57 -05:00
Caolán McNamara
956892c545
remove logically redundant highcontrast code
2010-11-16 10:22:33 +00:00
Kohei Yoshida
1c4a07c474
Moved another struct out of document.hxx.
2010-11-15 23:17:44 -05:00
Kohei Yoshida
8d67d02d49
Reduced unnecessary header includes in the document.hxx.
...
document.hxx is included in lots and lots of source files, so we
shouldn't add #include <header.hxx> in this file unless it's
really, really, necessary. IOW, don't do it.
2010-11-15 22:45:06 -05:00
Kohei Yoshida
1e3cb6f962
Nuked unused data member of ScDocument.
2010-11-15 22:20:09 -05:00
Kohei Yoshida
78322b7101
Localize the warning string.
2010-11-15 14:39:58 -05:00
Kohei Yoshida
3be54d3b78
More cleanup, tab removal, bogus comments etc.
2010-11-12 18:03:35 -05:00
Kohei Yoshida
d3b3d0d06f
More cleanups - trailing whitespaces & more bogus comments.
2010-11-12 16:39:45 -05:00
Kohei Yoshida
8a5114fa5e
More datapilt-related cleanups.
...
New code should *never* use BOOL, TRUE, FALSE. Also the indentation
mistakes are pretty frequent.
2010-11-12 16:34:27 -05:00
Kohei Yoshida
85cb2e9044
A bit of cleanup of the data pilot code.
...
Removed unnecessary // this is done by <who> on <date> type of comments.
Plus renamed some method names to be consistent with its neighboring
method naming conventions.
And some indentation hiccups.
2010-11-12 15:29:10 -05:00
J. Graeme Lingard
76293daa8c
Remove commented out code - //REMOVE
2010-11-11 20:33:40 +00:00
Kohei Yoshida
5c785100ba
Wrong indentation.
2010-11-10 21:42:10 -05:00
Kohei Yoshida
75b796a60d
Disable document modify and broadcasting of changes on range names.
...
We don't need to set document status modified & broadcast changes
on every single addition of range names during document import.
Doing so would make the document import painfully slow esp with
docs with lots of range names defined. (n#634257)
2010-11-10 15:51:56 -05:00
Kohei Yoshida
547bcae667
Change the default sheet print option to "print entire sheet".
...
Previously, sheet had its default print option set to "print nothing",
but when all sheets have "print nothing" option set, calc would print
as if they all have "print entire sheet" option. The problem comes
when you set a custom print area to one sheet, which causes calc to
skip all the other sheets from printing.
This is not intuitive at all. Let's change the default print option
to "print entire sheet". This also matches Excel's behavior BTW.
(n#650551)
2010-11-09 11:44:07 -05:00
Ricardo Moreno
56b9f35f0e
Removed commented-out code.
2010-11-08 10:51:25 -05:00
Kohei Yoshida
b932c6df6a
Did some additional cleanups.
2010-11-06 11:45:54 -04:00
Alexander O. Anisimov
401700a8df
Remove bogus comments.
2010-11-06 11:45:53 -04:00