summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-03-11handle note export correctly, fdo#61165Markus Mohrhard1-26/+14
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-08export all notes into odf, fdo#49924Markus Mohrhard1-14/+64
2012-06-09Remove superfluous include commentsThomas Arnhold1-4/+0
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard1-26/+26
2011-05-27Follow-up of DBG_* removalJacek Wolszczak1-1/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-38/+38
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2010-11-28cppcheck: unit memberCaolán McNamara1-0/+1
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-09-07CWS-TOOLING: integrate CWS calcsheetdataOliver Bolte1-0/+70
2009-06-02CWS-TOOLING: integrate CWS calcperf04Kurt Zenker1-3/+3
2009-05-18CWS-TOOLING: integrate CWS calcmultilineJens-Heiner Rechtien1-0/+1
2008-04-10INTEGRATION: CWS changefileheader (1.45.24); FILE MERGEDRüdiger Timm1-56/+18
2008-03-12INTEGRATION: CWS impresstables2 (1.44.40); FILE MERGEDRüdiger Timm1-3/+3
2007-02-27INTEGRATION: CWS calcwarnings (1.43.110); FILE MERGEDVladimir Glazounov1-12/+11
2006-07-21INTEGRATION: CWS pchfix01 (1.42.206); FILE MERGEDKurt Zenker1-6/+5
2005-09-28INTEGRATION: CWS dr37 (1.39.4); FILE MERGEDJens-Heiner Rechtien1-3/+15
2005-09-23INTEGRATION: CWS calcperf01 (1.39.56); FILE MERGEDJens-Heiner Rechtien1-7/+30
2005-09-08INTEGRATION: CWS ooo19126 (1.39.116); FILE MERGEDRüdiger Timm1-47/+21
2005-03-23INTEGRATION: CWS calcuno01 (1.36.76); FILE MERGEDVladimir Glazounov1-40/+43
2004-09-08INTEGRATION: CWS dr12 (1.36.52); FILE MERGEDJens-Heiner Rechtien1-2/+62
2004-06-04INTEGRATION: CWS rowlimit (1.36.74); FILE MERGEDOliver Bolte1-16/+16
2003-08-18INTEGRATION: CWS geordi2q01 (1.35.230); FILE MERGEDHans-Joachim Lankenau1-4/+15
2002-09-05#102799#; the cell should have the type Empty if it is in a databaserange whi...Sascha Ballach1-2/+6
2002-05-03#99079#; add also circle objectsSascha Ballach1-3/+4
2002-04-12#98665#; don't try to get default style out of the range of the default stylesSascha Ballach1-4/+4
2002-02-08#65293#: constnessJens-Heiner Rechtien1-9/+9
2001-12-06#95346#; clear the annotation list after find out that there are some not sav...Sascha Ballach1-3/+7
2001-12-05#95346#; don't use a list of pointers for the annotation list, because the < ...Sascha Ballach1-20/+10
2001-12-04#95346#; add clear() method to remove unneeded objects; rename the ScMyAnnota...Sascha Ballach1-11/+35
2001-07-27#90139#; don't export draw defaults; some optimisations of shape exportSascha Ballach1-6/+6
2001-07-26#90255#; remove xmlkywd.hxxSascha Ballach1-5/+2
2001-07-19#89929#; cache the value of a cellSascha Ballach1-34/+23
2001-07-06#79771#; improve the behaviour of merged cellsSascha Ballach1-21/+2
2001-06-15#79771#; use rtl::OUStringBuffer instead of String to get a English FormulaSascha Ballach1-14/+11
2001-06-13#88216#; only remove styleranges if the range is exportedSascha Ballach1-4/+4
2001-06-07#79771#; fix a little bug in the performance optimizationSascha Ballach1-2/+4
2001-05-29#79771#; some performance improvementsSascha Ballach1-3/+3
2001-05-21#87030#; improve the behaviour of the progressbarSascha Ballach1-3/+6
2001-05-18#79771#; fix a little bug in the performance optimationsSascha Ballach1-3/+9
2001-05-18#79771#; only ask for matrix if it is a formula cellSascha Ballach1-9/+11
2001-05-17#79771#; makes the handling of annotations much better, and so the performanc...Sascha Ballach1-14/+61
2001-05-16#79771#; some other little performance optimationsSascha Ballach1-3/+7
2001-05-16#79771#; remember XCellRange for every tableSascha Ballach1-4/+3
2001-05-14ask only once for the cell style indexSascha Ballach1-3/+11