summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)AuthorFilesLines
2020-05-15use more try_emplaceNoel Grandin1-2/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin4-13/+13
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke1-1/+3
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann14-0/+20
2020-04-15loplugin:buriedassign in scNoel Grandin1-1/+1
2020-03-29tdf#130981:Simplify uses of sal_math_Doublejames1-20/+9
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-15Resolves: tdf#129985 OOXML import: do not force a fixed-locale number formatEike Rathke1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin6-18/+18
2020-03-10tdf#93831 xlsx file full of pictures of numbers slow to openNoel Grandin1-0/+9
2020-02-27tdf#130959 crash when opening file with non-existing hyperlinksNoel Grandin1-1/+1
2020-02-25loplugin:referencecastingNoel Grandin1-1/+2
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2020-02-03loplugin:constantparamNoel Grandin1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin37-37/+37
2020-01-28New loplugin:unsignedcompareStephan Bergmann3-8/+11
2020-01-24loplugin:makeshared in scNoel Grandin25-73/+73
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin58-175/+63
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-01tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin1-24/+36
2019-12-22sal_Char->char in scNoel Grandin6-13/+13
2019-12-20tdf#129228 speedup load xls file with lots of commentsNoel Grandin2-0/+12
2019-12-17Fix typo in codeAndrea Gelmini1-3/+3
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin4-10/+9
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara1-1/+1
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-11Related: tdf#129300 add ScVerticalStackCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-10Related: tdf#129300 add ScShrinkToFitCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara1-1/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-1/+1
2019-12-05loplugin:mergeclasses SheetDataContextBase with SheetDataContextNoel Grandin1-13/+4
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-4/+3
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet1-1/+1
2019-11-22tdf#128894: xlsx-import : Do not share tokens between cells...Dennis Francis1-4/+19
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-2/+6
2019-11-19cid#1399259 Uncaught exceptionCaolán McNamara1-1/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+9
2019-11-13tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna1-2/+2
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+0
2019-10-31crashtesting: null deref on import of fdo51601-2.xlsxCaolán McNamara1-1/+2
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea2-11/+12
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin2-3/+4
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-2/+2
2019-10-08tdf#123339 XLSX: fix horizontal alignment in commentsSzabolcs Toth1-0/+16
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/+7
2019-10-01tdf#119021 Support lock down settings of Formula tab pageGabor Kelemen1-0/+4
2019-09-26loplugin:constmethod in scNoel Grandin1-3/+3
2019-09-20tdf#39593 Drop ScDataPilotDescriptorBase::getImplementationArkadiy Illarionov1-1/+1