Commit Graph

29 Commits

Author SHA1 Message Date
Markus Mohrhard
5d123a0b0e export all style information to xls/xlsx, fdo#46738
Fixes that if more than 84 empty but formatted rows at the end of a file
have been found the export skipped those rows.
2012-03-27 05:18:10 +02:00
Caolán McNamara
629cd5caad callcatcher: update list 2012-01-10 10:09:29 +00:00
Eike Rathke
d0aedf87a6 sal_Bool to bool 2011-11-10 15:54:48 +01:00
Markus Mohrhard
5b47818367 merge area does not need to be increased if a shadow is attached 2011-09-06 23:53:43 +02:00
Cédric Bosdonnat
7d34d4b5d2 Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows 2011-03-28 11:19:00 +02:00
Norbert Thiebaud
ddbe570024 fix debug build. use OSL_DEBUG_LEVEL instead of DBG_UTIL macro 2011-03-26 01:03:01 -05:00
Jan Holesovsky
e6064484fa Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	chart2/source/controller/main/UndoManager.cxx
	chart2/source/tools/RegressionCurveHelper.cxx
	sc/inc/address.hxx
	sc/inc/attrib.hxx
	sc/inc/bigrange.hxx
	sc/inc/callform.hxx
	sc/inc/cell.hxx
	sc/inc/chartarr.hxx
	sc/inc/chartlis.hxx
	sc/inc/chgtrack.hxx
	sc/inc/collect.hxx
	sc/inc/compiler.hxx
	sc/inc/detdata.hxx
	sc/inc/document.hxx
	sc/inc/fillinfo.hxx
	sc/inc/olinetab.hxx
	sc/inc/prnsave.hxx
	sc/inc/queryparam.hxx
	sc/inc/sc.hrc
	sc/inc/scabstdlg.hxx
	sc/inc/table.hxx
	sc/inc/validat.hxx
	sc/inc/zforauto.hxx
	sc/source/core/data/documen2.cxx
	sc/source/core/data/document.cxx
	sc/source/core/data/table1.cxx
	sc/source/core/tool/address.cxx
	sc/source/core/tool/token.cxx
	sc/source/filter/excel/frmbase.cxx
	sc/source/filter/excel/impop.cxx
	sc/source/filter/excel/xename.cxx
	sc/source/filter/inc/formel.hxx
	sc/source/filter/inc/xename.hxx
	sc/source/filter/xml/xmlexprt.cxx
	sc/source/filter/xml/xmlnexpi.cxx
	sc/source/filter/xml/xmlnexpi.hxx
	sc/source/ui/dbgui/filtdlg.cxx
	sc/source/ui/inc/docfunc.hxx
	sc/source/ui/inc/namedlg.hxx
	sc/source/ui/namedlg/namedlg.cxx
	sc/source/ui/src/namedlg.src
2011-03-18 15:33:40 +01:00
Kohei Yoshida
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
Nicolas Christener
ba13b3beee translate german comments in /sc/inc 2011-03-10 21:56:49 +01:00
Mikhail Voytenko
cd42389ad6 removetooltypes01: #i112600# remove tooltypes from sc 2011-01-17 13:20:22 +01:00
Caolán McNamara
ad3292e2b3 add modelines to .hxx files as well 2010-10-28 15:47:29 +01:00
Kohei Yoshida
ebc9c4ca0f Ported calc-perf-xls-import-cellstyles.diff from ooo-build.
Like the previous commit, this one improves performance of large
xls files.
2010-10-04 14:19:05 -04:00
Justin Malcolm
31018e35b1 I think that this eliminates the remaining //UNUSED comments
There were still some of these comments (actually, a lot of them).
The most recent attachment should get rid of the last of them.
(fd#30442)
2010-09-29 14:14:15 -04:00
Kohei Yoshida
4ef978de83 sc-overwrite-char-font-attrs.diff: overwrite character level font attributes
n#374580, i#53545, i#96853

Overwrite character level font attributes when changing them at cell level
2010-09-15 14:09:38 +02:00
obo
b3579d71c6 koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase. 2010-06-23 13:38:34 +02:00
Vladimir Glazunov
6918fdbcc7 CWS-TOOLING: integrate CWS kohei04 2010-03-22 17:49:38 +01:00
Kohei Yoshida
b62a698b9c kohei04: tab to whitespace & BOOL to bool etc to make MSVC compiler happy. 2010-03-09 09:38:03 -05:00
Jens-Heiner Rechtien
4573ccfffd changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Vladimir Glazounov
546fcd1cb9 CWS-TOOLING: integrate CWS koheicoderemoval02
2009-07-24 Kohei Yoshida Resurrected one method that was now used after the rebase.  Now the entire sc module
builds.
2009-07-24 Kohei Yoshida Rebased to DEV300_m53.
2009-07-23 Kohei Yoshida resolved conflict during merge to DEV300_m52.
2009-05-09 Kohei Yoshida #i95953# partially applied Caolan's patch.
2009-05-09 Kohei Yoshida #i101326# Removed old pivot implementation code that was already disabled.
2009-05-09 Kohei Yoshida More unused methods commented out.
2009-05-09 Kohei Yoshida More unused methods commented out.
2009-05-08 Kohei Yoshida Removed more unused methods, mostly related to binfilter methods.
2009-05-08 Kohei Yoshida #i95953# the first round of unused method removal, based solely on Caolan's
list.  All removed methods were double-checked manually to make sure they are
really unused, followed by a build test with debug on.
2009-08-25 13:53:16 +00:00
Vladimir Glazounov
716636d558 CWS-TOOLING: integrate CWS koheicoderemoval 2008-09-30 05:48:28 +00:00
Rüdiger Timm
19bdb63142 INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED
2008/04/01 12:35:49 thb 1.8.700.2: #i85898# Stripping all external header guards
2008/03/31 17:13:26 rt 1.8.700.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:13:28 +00:00
Rüdiger Timm
8e1ea15728 INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED
2005/09/05 15:00:32 rt 1.7.116.1: #i54170# Change license header: remove SISSL
2005-09-08 16:22:53 +00:00
Rüdiger Timm
5b770b7173 INTEGRATION: CWS dr34 (1.6.2); FILE MERGED
2005/03/10 11:41:13 nn 1.6.2.1: #i44697# detect equal ScPatternAttr pointers across MergePatternArea calls
2005-03-29 12:28:51 +00:00
Vladimir Glazounov
f21f3f8b33 INTEGRATION: CWS calc29 (1.5.292); FILE MERGED
2005/01/28 18:48:06 nn 1.5.292.1: #i30830# skip large formatted areas below data in GetPrintArea
2005-02-21 14:56:26 +00:00
Oliver Bolte
b8947e8159 INTEGRATION: CWS rowlimit (1.4.302); FILE MERGED
2004/03/11 12:05:47 er 1.4.302.4: #i1967# type correctness
2004/02/20 22:54:27 er 1.4.302.3: #i1967# type correctness
2004/01/16 17:37:28 er 1.4.302.2: #i1967# typedef size_t SCSIZE
2004/01/09 20:49:59 er 1.4.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t
2004-06-04 09:01:30 +00:00
Eike Rathke
a57235d6ff #98454# performance: cache style sheet usage 2002-12-05 15:00:12 +00:00
Eike Rathke
1cc2a46ac7 #92553# performance: SetPatternArea: avoid unnecessary new/delete and data copies 2001-11-05 11:16:00 +00:00
Eike Rathke
5bcff42d2a #88107# convert StarMath/StarBats<->StarSymbol in binary file format 2001-08-10 17:02:39 +00:00
Jens-Heiner Rechtien
9ae5a91f79 initial import 2000-09-18 16:07:07 +00:00