summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeescher.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-08-19tdf#142264: make sure to load potentially unloaded objects when savingMike Kaganski1-7/+9
2021-04-06tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth1-2/+2
2020-11-17crashtesting: clamp assert failure, hi < loCaolán McNamara1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-2/+2
2020-10-20use tools::Long in scNoel1-3/+3
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin1-43/+43
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski1-4/+4
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski1-17/+17
2020-05-26tdf#106181 XLSX export: output form controlsSerge Krot1-24/+327
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-30loplugin:makeshared in scNoel Grandin1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin1-5/+5
2020-01-24loplugin:makeshared in scNoel Grandin1-6/+6
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+2
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-5/+5
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-10/+6
2019-07-20loplugin:referencecasting in scNoel Grandin1-2/+1
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-34/+25
2019-04-17tdf#123645 XLSX export: fix hyperlink inserted to charttundet1-2/+5
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski1-7/+7
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-02-28reintroduce ScCaptionPtrLuboš Luňák1-1/+1
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-5/+5
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-16/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+5
2018-07-20loplugin:useuniqueptr in XclObjNoel Grandin1-2/+2
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-1/+1
2018-07-06loplugin:useuniqueptr in XclExpObjListNoel Grandin1-7/+6
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-1/+1
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+1
2018-05-21loplugin:unusedfields in scNoel Grandin1-1/+0
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-02-07use scanline when reading pixel dataNoel Grandin1-1/+2
2018-01-17Misplaced static_castStephan Bergmann1-1/+1
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-2/+2
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-10-18svx: remove pointless duplicate SdrFitToSizeTypeMichael Stahl1-1/+1