summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)Author
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-05no need to allocate NamePropsType with unique_ptrNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-16tdf#126879 - Drop obsolete DOCTYPE HTML 4.0Andreas Heinisch
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-03calc: clean up HTML export - don't use chainingTomaž Vajngerl
2021-05-29tdf#127484 - Use HTML caption tag to name externally linked tablesAndreas Heinisch
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-05Use std algorithms hereMike Kaganski
2021-02-21Some more unit conversion unificationMike Kaganski
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin
2021-02-02Fix typo in codeAndrea Gelmini
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-08use more IsTransparentNoel Grandin
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-10-20use tools::Long in scNoel
2020-09-28export HYPERLINK target in html clipboard exportCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-14ScRangeData ctor variant never passed a null ScDocument*Caolán McNamara
2020-09-14InsertRangeName always dereferences its ScDocument* argCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-15loplugin:buriedassign in scNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-22sal_Char->char in scNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin