summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)Author
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26Use properly typed variable for iterationStephan Bergmann
2020-01-26remove some unused local varsNoel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2020-01-06Removed redundant semicolonsAndrea Gelmini
2019-12-31tdf#120502: Excel doesn't increment max column for OOXMLMike Kaganski
2019-12-30Document what is discovered about XclTools::GetXclDefColWidthCorrectionMike Kaganski
2019-12-22sal_Char->char in scNoel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-12-12This shall presumably be ScVerticalStackCellStephan Bergmann
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara
2019-12-11Related: tdf#129300 add ScVerticalStackCell to provide a descriptionCaolán McNamara
2019-12-10Fix typoAndrea Gelmini
2019-12-10Related: tdf#129300 add ScShrinkToFitCell to provide a descriptionCaolán McNamara
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-28merge LOTUS_ROOT into LotusContextNoel 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-19cid#1448453 Untrusted value as argumentCaolán McNamara
2019-11-16cid#1448453 Untrusted value as argumentCaolán McNamara
2019-11-14coverity#1242892 Untrusted value as argumentCaolán McNamara
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-31crashtesting: null deref on import of fdo48634-1.xlsCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-29remove XclRoot::GetDocRefNoel Grandin
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea
2019-10-25tdf#126021 speed up saving xls with lots of stylesNoel Grandin
2019-10-21loplugin:virtualdead unused param in ProcessClientAnchor2Noel Grandin
2019-10-20ofz#18301 Timeout in xlsfuzzerCaolán McNamara
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-17Don't use uninitialized memory when reading from the stream failsStephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-11ofz#15997 TimeoutCaolán McNamara