summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf
AgeCommit message (Expand)Author
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-02ofz#32766 AbrtCaolán McNamara
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin
2021-07-16Use WhichRangesContainer in editengMike Kaganski
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-21Some more unit conversion unificationMike Kaganski
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-10-20use tools::Long in scNoel
2020-09-14ScRangeData ctor variant always dereferences its ScDocument* argCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-01-24loplugin:makeshared in scNoel Grandin
2019-12-22sal_Char->char in scNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-11-02cid#1455214 Uninitialized scalar variableCaolán McNamara
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-02tdf#115317 Fix empty url representationPaul Trojahn
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-12loplugin:useuniqueptr in ScFormatFilterNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-07-24ofz#9431 don't check attribs of Invalid columnCaolán McNamara
2018-07-22Fix typosAndrea Gelmini
2018-07-12loplugin:useuniqueptr in ScRTFParserNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-02-13ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke