summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-1/+3
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-2/+2
2020-01-10use more std::make_sharedNoel Grandin2-2/+2
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann1-4/+0
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+12
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara2-13/+13
2019-10-31crashtesting: null deref on import of fdo64646-4.xlsCaolán McNamara1-1/+1
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea1-3/+4
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin2-7/+7
2019-10-29remove XclRoot::GetDocRefNoel Grandin2-8/+8
2019-10-08tdf#123339 XLSX: fix horizontal alignment in commentsSzabolcs Toth1-0/+17
2019-10-04Removed executable bit on cxx and ods filesAndrea Gelmini1-0/+0
2019-10-04tdf#123341 XLSX: fix vertical alignment in commentsSzabolcs Toth1-0/+21
2019-08-12Mark Sequence const in scArkadiy Illarionov1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov2-6/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-2/+2
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-2/+2
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski2-87/+55
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski2-31/+19
2019-04-17tdf#123645 XLSX export: fix hyperlink inserted to charttundet2-22/+15
2019-04-01tdf#115192 XLSX export: fix hyperlink inserted to shapetundet1-6/+4
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski2-20/+20
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen3-29/+0
2019-01-21Simplify containers iterations in sc/source/filter/x*Arkadiy Illarionov2-58/+46
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-1/+1
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák1-6/+5
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen3-0/+6
2018-09-10loplugin:simplifyconstruct in scNoel Grandin3-8/+0
2018-09-05tdf#117287 When saving as Xlsx, export visible flag if comment is visbleIlhan Yesil1-17/+8
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen3-0/+3
2018-08-16loplugin:returnconstant in XclImpChangeTrackNoel Grandin1-3/+3
2018-08-01Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-07-24crashtesting: tdf107162-1.xlsNoel Grandin1-0/+1
2018-07-20tdf#118662 Cleanup old hack with cloned SdrCaptionObjArmin Le Grand1-14/+19
2018-07-20loplugin:useuniqueptr in XclObjNoel Grandin1-8/+6
2018-07-17loplugin:useuniqueptr in XclEscherExNoel Grandin1-10/+9
2018-07-13loplugin:useuniqueptr in XclExpChTrCellContentNoel Grandin1-9/+8
2018-07-13loplugin:useuniqueptr in XclExpChTrDataNoel Grandin1-2/+2
2018-07-12loplugin:useuniqueptr in XclImpChangeTrackNoel Grandin1-2/+2
2018-07-12loplugin:useuniqueptr in XclExpChTrTabIdNoel Grandin1-6/+5