summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlsubti.cxx
AgeCommit message (Expand)Author
2019-09-26loplugin:constmethod in scNoel Grandin
2019-07-23loplugin:unusedfieldsNoel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-01-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen
2018-12-13loplugin:unusedfields in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida
2017-05-12Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin
2016-11-21tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek
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