Commit graph

21047 commits

Author SHA1 Message Date
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
Kohei Yoshida
075d10f1cc Beef up the warning message in case of excees worksheets.
Warn the user that re-saving the document will permanently delete
those sheets that have not been loaded.  The current message doesn't
scare the user enough to take notice (apparently).
2010-11-16 14:50:57 -05:00
Caolán McNamara
9ce85495cf get this building again 2010-11-16 14:33:37 +00:00
Caolán McNamara
a6b7d8f44f get this to build and remove warnings etc 2010-11-16 11:57:23 +00:00
Caolán McNamara
956892c545 remove logically redundant highcontrast code 2010-11-16 10:22:33 +00:00
Caolán McNamara
a14172b2ec drop removed resources 2010-11-16 10:03:16 +00:00
Sebastian Spaeth
c32fb50783 Removed more _HC instances 2010-11-16 10:48:53 +01:00
Jan Holesovsky
59106031d2 Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
	sc/source/core/data/dptablecache.cxx
2010-11-16 09:17:30 +01:00
Jan Holesovsky
185969bf12 Merge commit 'ooo/OOO330_m15' into libreoffice-3-3 2010-11-16 09:00:38 +01: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
80f8f41235 Fixed English strings: locked cells -> protected cells.
In the cell properties dialog, we use the wording 'protected'.
Let's be consistent in the sheet protection dialog too.
2010-11-15 15:51:19 -05:00
Kohei Yoshida
310da2ca87 Revert "initial debug statement"
This reverts commit a256e7bae190cdddcba720cc3b59647ca2d111f5.
2010-11-15 14:56:54 -05:00
Kohei Yoshida
78322b7101 Localize the warning string. 2010-11-15 14:39:58 -05:00
Kohei Yoshida
ce9d19ef8f Swap the check box logic, with an English checkbox message. 2010-11-15 14:39:58 -05:00
Kohei Yoshida
dc0bc45f97 Replaced BOOL with bool. 2010-11-15 14:39:58 -05:00
Kohei Yoshida
1086337fd6 initial debug statement 2010-11-15 14:39:58 -05:00
René Kjellerup
55b301af75 Removing dead code in ScDrawView
the method void DrawMarks(OutputDevice*) was unused in calc and actually
the implementation there of was dead code, so removed completely.

Commented references to unused code removed too, some (Hdl parts) I couldn't
even find in any of the parent classes.
2010-11-15 13:45:53 -05:00
René Kjellerup
50470a588a Macro update and Comment translation
just minor comment translations
and a single ASSERT -> ENSURE convertion
2010-11-15 13:45:16 -05:00
pjacquod
7a6177e615 bogus comment / code in calc.. testvba 2010-11-14 23:09:14 +01:00
Caolán McNamara
fee85b56c0 Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM 2010-11-14 21:07:25 +00:00
Joseph Powers
e0d9d4d4a4 Purged BmpColorMode from libs-gui - calc 2010-11-13 00:32:23 -08:00
Kohei Yoshida
3be54d3b78 More cleanup, tab removal, bogus comments etc. 2010-11-12 18:03:35 -05:00
Kohei Yoshida
7ef7bbec27 Oops. My bad - removing my own printf silliness. 2010-11-12 16:49:01 -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
e76c614251 Removed trailing whitespaces. 2010-11-12 15:58:51 -05:00
Kohei Yoshida
481a637fab Removed more useless comments, fixed indentations etc. 2010-11-12 15:57:16 -05:00
Kohei Yoshida
f3138319c2 More formatting & indentation fix. 2010-11-12 15:34:51 -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
Julien Nabet
f125fb2f99 Replace rtl::OUString::createFromAscii with RTL_CONSTASCII_USTRINGPARAM. 2010-11-12 09:59:40 -05:00
Jan Holesovsky
bb53686d60 Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc 2010-11-12 15:50:57 +01:00
Nigel Hawkins
be0177fe4f Replace ScfNoInstance with boost::noncopyable and private constructor. 2010-11-12 09:07:54 -05:00
Jan Holesovsky
60822195d3 Merge remote branch 'origin/libreoffice-3-3' 2010-11-12 14:27:26 +01:00
Tor Lillqvist
2906cca230 Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3 2010-11-12 15:07:18 +02:00
Julien Nabet
e4980a90c6 RTL_CONSTASCII_USTRINGPARAM for calc_unoobj 2010-11-12 12:55:29 +01:00
Julien Nabet
93b5940b98 RTL_CONSTASCII_USTRINGPARAM for calc_ui 2010-11-12 08:47:15 +01:00
obo
6085122754 CWS-TOOLING: integrate CWS calc63 2010-11-12 07:50:26 +01:00
J. Graeme Lingard
65c8902e30 Remove empty Beschreibung (Description) comments 2010-11-11 23:03:25 +00:00
J. Graeme Lingard
76293daa8c Remove commented out code - //REMOVE 2010-11-11 20:33:40 +00:00
Jan Holesovsky
74db44ce7e Merge commit 'ooo/OOO330_m14' into libreoffice-3-3 2010-11-11 18:10:07 +01:00
Julien Nabet
c64cb59aa0 Use RTL_CONSTASCII_USTRINGPARAM 2010-11-11 14:04:25 +00:00
Petr Mladek
15cdcfb8d6 Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3) 2010-11-11 13:24:50 +01:00
Niklas Nebel
21f9cf0322 calc63: #i115512# RoundValueAsShown: don't round to -1 digits for unlimited precision 2010-11-11 13:13:58 +01:00
Julien Nabet
381c8d7694 use RTL_CONSTASCII_USTRINGPARAM 2010-11-11 10:10:14 +00:00
julien
e07243e5ce Replaced OUString::createFromAscii() with RTL_CONSTASCII_USTRINGPARAM. 2010-11-10 21:59:31 -05:00
Kohei Yoshida
5c785100ba Wrong indentation. 2010-11-10 21:42:10 -05:00