summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlrowi.cxx
AgeCommit message (Expand)Author
2021-02-08ofz#27846 restrict number-rows-repeated when fuzzingCaolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-07-29loplugin:flatten in sc/filter/xmlNoel Grandin
2020-04-28move the castToFastAttributeList functionNoel Grandin
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2020-01-07extract some common code from ImportContext classesNoel Grandin
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-08-23loplugin:returnconstval in saxNoel Grandin
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov
2019-03-26flatten TabRangesNoel Grandin
2019-01-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-06-08tdf#62268: allow row height recalculation on document loadVasily Melenchuk
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-30Refactoring fastcontexts code:Mohammed Abdul Azeem
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem
2017-07-10Adding an overloaded IsXMLToken method:Mohammed Abdul Azeem
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-02-08Adding an iterator for fastattributes:Mohammed Abdul Azeem
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-11-07inherit from ScXMLImportContextNoel Grandin
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-06-03move these two variables from member variables to normal variablesMarkus Mohrhard
2013-06-03restore old codeMarkus Mohrhard
2013-06-03correct fix for fdo#62938Markus Mohrhard
2013-06-03Revert "the print range may start in row 0, fdo#62938"Markus Mohrhard
2013-06-03the print range can start in row 0, fdo#62938Markus Mohrhard
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-05Revert "workaround problems with row import, fdo#58539"Markus Mohrhard
2013-01-04add some more safety checks for row and column import from ODSMarkus Mohrhard
2013-01-04workaround problems with row import, fdo#58539Markus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks