summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-22tdf#62268: allow row height recalculation on document loadVasily Melenchuk1-0/+21
2018-09-06Resolves: tdf#118850 disentangle the twisted wrong cell type vs format typeEike Rathke1-6/+12
2018-04-09loplugin:useuniqueptr in ScXMLImportNoel Grandin1-43/+42
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-2/+2
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem1-75/+17
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-1/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-12-18clear the data provider cache after import, tdf#111960Markus Mohrhard1-0/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-17/+17
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-2/+2
2017-11-28add xlsx support to fftesterCaolán McNamara1-0/+46
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-15/+15
2017-09-26close sc and sw docshells tooCaolán McNamara1-0/+2
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-4/+4
2017-09-21add fods fuzzerCaolán McNamara1-0/+49
2017-09-21ScXMLImport dtor deleted pSolarMutex before SvXMLImport dtor is calledCaolán McNamara1-2/+5
2017-08-30Refactoring fastcontexts code:Mohammed Abdul Azeem1-3/+5
2017-08-25loplugin:unusedfieldsNoel Grandin1-88/+0
2017-08-24loplugin:constparam in sc part4Noel Grandin1-1/+1
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-12/+6
2017-08-12Avoiding unnecessary OUString allocation:Mohammed Abdul Azeem1-22/+37
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-3/+2
2017-08-08loplugin:unusedmethodsNoel Grandin1-823/+0
2017-08-08loplugin:singlevalfieldsNoel Grandin1-54/+0
2017-07-25loplugin:unusedmethodsNoel Grandin1-536/+0
2017-07-15use unique_ptr for ScMyLabelRangeJochen Nitschke1-1/+0
2017-07-14use more OUString::operator== in scNoel Grandin1-6/+6
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-28loplugin:unusedfields in sc part2Noel Grandin1-1/+0
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem1-8/+7
2017-06-26loplugin:oncevar in scNoel Grandin1-5/+2
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida1-0/+4
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin1-23/+15
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-1/+1
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-04tdf#39468 Translate German commentsJens Carl1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-35/+13
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem1-30/+167
2017-01-06read single error constant formula as such, tdf#105024 relatedEike Rathke1-3/+3
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann1-14/+0
2016-11-21tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek1-5/+0