summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlsubti.cxx
AgeCommit message (Expand)Author
2016-07-27improve passstuffbyref return analysisNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2014-10-23loplugin: cstylecastNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida
2013-04-29use boost::scoped_ptr and direct valuesMarkus Mohrhard
2013-04-25prevent unnecessary String->OUString conversionsMarkus Mohrhard
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-21it's a column count, so MAXCOLCOUNT instead of MAXCOLEike Rathke
2013-01-03don't overflow column number during import, fdo#58539Markus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-08-24Improve matrix import performance.Daniel Bankston
2012-07-12Fix broken ODS column width import fdo#51446Daniel Bankston
2012-07-11Use cached formula results for matricesDaniel Bankston
2012-07-11Stop calculating row heights and instead use imported row heights onlyDaniel Bankston
2012-06-20Use better variable and method names for ScMyTables current cell positionDaniel Bankston
2012-06-20Simplify table ODS import logic to improve performanceDaniel Bankston
2012-06-20Remove subtable import code since sc core doesn't support itDaniel Bankston
2012-06-17Remove unused ScMyTables merge methods and convert column/row methodsDaniel Bankston
2012-06-17Convert GetRealCellPos and calls to use ScAddressDaniel Bankston
2012-06-17Convert ScMyTableData to use ScAddressDaniel Bankston
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-02no need for "> 0"Ivan Timofeev
2012-06-01use isEmpty instead of getLength == 0Markus Mohrhard
2012-06-01Remove header includes that are no longer used.Daniel Bankston
2012-06-01Remove ScDocFunc layer on ODS import for matricesDaniel Bankston
2012-06-01Remove unnecessary code in ODS import for matrix and mergeDaniel Bankston
2012-06-01Convert ScMyTables matrix methods to use direct Sc callsDaniel Bankston
2012-06-01Make suggested code style changesDaniel Bankston
2012-06-01Convert ODS import merge methods to use direct Sc callsDaniel Bankston
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-12-07We need to set the current cell range object regardless of style name.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-24We still need to set the name to the 1st sheet.Kohei Yoshida
2011-11-24i#97680, fdo#43152: Load this file without crashing.Kohei Yoshida
2011-11-06little refactoring in ods import codeMarkus Mohrhard
2011-11-04calc big doc : ScMyTables::NewSheet method cleaningLaurent Godard
2011-11-02calc big file : refactor loading to avoid unecessary testsLaurent Godard
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-08-25 rename pLastTable to pCurrentTabMarkus Mohrhard
2011-08-25improve import performance, save last sheet in ScMyTablesLaurent Godard
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida