summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)Author
2022-03-12tdf#147767 html pasted to calc has very small fontNoel Grandin
2022-02-07Resolves: tdf#74577 tdf#92960 Create missing offsets in very outer tableEike Rathke
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
2021-10-19tdf#96499 sc htmlimport: fix broken CSSHandler so that...Kevin Suo
2021-10-10Typo: brake(s)->break(s) (I let the right use of "brake" of course)Julien Nabet
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