summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xetable.cxx
AgeCommit message (Expand)Author
2020-10-20use tools::Long in scNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-13GetMultipleOpRefs never passed a null ScDocument*Caolán McNamara
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-05-24inline some use-once typedefsNoel Grandin
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin
2020-04-15loplugin:buriedassign in scNoel Grandin
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke
2020-01-24loplugin:makeshared in scNoel Grandin
2019-12-31tdf#120502: Excel doesn't increment max column for OOXMLMike Kaganski
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-11-24tdf#128976: properly calculate default value when writing XLSMike Kaganski
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-06-21tdf#126024 XLSX export: fix hyperlink on formula cellTünde Tóth
2019-05-24tdf#79972 XLSX export: fix hyperlink at numeric dataTünde Tóth
2019-04-24tdf#124741: export default column width to XLSXMike Kaganski
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-16remove mempoolNoel Grandin
2018-08-10tdf#41425 XLS/XLSX export: workaround for style and validation lossLászló Németh
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-06-01Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-03-14sc: remove GETITEMVALUE macroJochen Nitschke
2017-02-14tdf#105840 EXCEL export: fixes for hidden defaultRowJustin Luth
2017-02-14Optimize Excel GetOrCreateRow: compare to previous map entryJustin Luth
2017-02-10Optimize Excel GetOrCreateRow: reduce loopsJustin Luth