summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlsubti.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-29use boost::scoped_ptr and direct valuesMarkus Mohrhard1-5/+4
2013-04-25prevent unnecessary String->OUString conversionsMarkus Mohrhard1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-01-21it's a column count, so MAXCOLCOUNT instead of MAXCOLEike Rathke1-2/+2
2013-01-03don't overflow column number during import, fdo#58539Markus Mohrhard1-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-24Improve matrix import performance.Daniel Bankston1-1/+1
2012-07-12Fix broken ODS column width import fdo#51446Daniel Bankston1-4/+4
2012-07-11Use cached formula results for matricesDaniel Bankston1-56/+13
2012-07-11Stop calculating row heights and instead use imported row heights onlyDaniel Bankston1-42/+0
2012-06-20Use better variable and method names for ScMyTables current cell positionDaniel Bankston1-23/+23
2012-06-20Simplify table ODS import logic to improve performanceDaniel Bankston1-234/+29
2012-06-20Remove subtable import code since sc core doesn't support itDaniel Bankston1-36/+3
2012-06-17Remove unused ScMyTables merge methods and convert column/row methodsDaniel Bankston1-185/+2
2012-06-17Convert GetRealCellPos and calls to use ScAddressDaniel Bankston1-31/+30
2012-06-17Convert ScMyTableData to use ScAddressDaniel Bankston1-12/+9
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-06-02no need for "> 0"Ivan Timofeev1-1/+1
2012-06-01use isEmpty instead of getLength == 0Markus Mohrhard1-1/+1
2012-06-01Remove header includes that are no longer used.Daniel Bankston1-3/+0
2012-06-01Remove ScDocFunc layer on ODS import for matricesDaniel Bankston1-11/+15
2012-06-01Remove unnecessary code in ODS import for matrix and mergeDaniel Bankston1-29/+3
2012-06-01Convert ScMyTables matrix methods to use direct Sc callsDaniel Bankston1-28/+51
2012-06-01Make suggested code style changesDaniel Bankston1-2/+1
2012-06-01Convert ODS import merge methods to use direct Sc callsDaniel Bankston1-0/+16
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-07We need to set the current cell range object regardless of style name.Kohei Yoshida1-28/+44
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-24We still need to set the name to the 1st sheet.Kohei Yoshida1-2/+4
2011-11-24i#97680, fdo#43152: Load this file without crashing.Kohei Yoshida1-14/+0
2011-11-06little refactoring in ods import codeMarkus Mohrhard1-5/+5
2011-11-04calc big doc : ScMyTables::NewSheet method cleaningLaurent Godard1-53/+40
2011-11-02calc big file : refactor loading to avoid unecessary testsLaurent Godard1-16/+2
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-2/+2
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard1-20/+20
2011-08-25 rename pLastTable to pCurrentTabMarkus Mohrhard1-38/+38
2011-08-25improve import performance, save last sheet in ScMyTablesLaurent Godard1-40/+43
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-10/+10
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard1-10/+10
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-3/+3
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-11/+11
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-06Remove dead codeThomas Arnhold1-9/+0
2011-01-18Better cell anchoring. (fdo#33205)Caolán McNamara1-6/+4
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-2/+2
2010-11-09Use a stack variable to manage locking & unlocking of mutex.Kohei Yoshida1-10/+5
2010-11-04Refactoring ODS import in favor of using boost::ptr_vector.Kohei Yoshida1-132/+132
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-09-28Ported calc-ods-sheet-protection-sc.diff from ooo-build.Kohei Yoshida1-8/+19