summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2020-05-13loplugin:unusedmethodsNoel Grandin1-6/+0
2020-05-10new loplugin:simplifypointertoboolNoel Grandin9-16/+16
2020-05-09compact namespace in scNoel Grandin1-1/+1
2020-05-07tdf#132796: use LO language settings to set default XLS languageMike Kaganski3-10/+6
2020-05-06tdf#79998 FILESAVE: XLSX export with long sheet names (length > 31 characters)Serge Krot1-0/+129
2020-05-05Related: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara1-1/+1
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara1-1/+2
2020-05-03Resolves: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara1-1/+1
2020-04-30loplugin:makeshared in scNoel Grandin2-2/+6
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 Bergmann7-0/+7
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin15-219/+218
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-15loplugin:buriedassign in scNoel Grandin2-20/+51
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-06loplugin:unusedvariableplus in scNoel Grandin1-1/+0
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin1-1/+1
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke2-4/+20
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen3-3/+0
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi4-6/+6
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin7-16/+16
2020-03-07ofz#20463 TimeoutCaolán McNamara1-1/+4
2020-03-05tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth2-3/+3
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-21Drop o3tl::optional wrapperStephan Bergmann3-6/+6
2020-01-28New loplugin:unsignedcompareStephan Bergmann9-14/+27
2020-01-26Use properly typed variable for iterationStephan Bergmann1-2/+2
2020-01-26remove some unused local varsNoel Grandin2-2/+0
2020-01-24loplugin:makeshared in scNoel Grandin27-395/+394
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin1-1/+1
2020-01-10use more std::make_sharedNoel Grandin3-5/+5
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-31tdf#120502: Excel doesn't increment max column for OOXMLMike Kaganski1-6/+1
2019-12-30Document what is discovered about XclTools::GetXclDefColWidthCorrectionMike Kaganski1-0/+24
2019-12-22sal_Char->char in scNoel Grandin9-43/+43
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin2-3/+3
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin10-50/+51
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin5-19/+20
2019-12-12This shall presumably be ScVerticalStackCellStephan Bergmann1-1/+1
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann1-4/+0
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-10Fix typoAndrea Gelmini1-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 McNamara3-5/+5
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-6/+6