summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/number.cxx
AgeCommit message (Expand)Author
2020-10-29SwNumFormat: Modify no more ...Bjoern Michaelsen
2020-10-20use tools::Long in swNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-04SwXAutoStylesEnumerator always dereferences its SwDoc* argCaolán McNamara
2020-10-04DocxTableStyleExport never passed a null SwDoc*Caolán McNamara
2020-10-02SwNumRule::CheckCharFormats never passed null SwDoc*Caolán McNamara
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-09-03sw: insert plain tab char at a numbered para start if indent wouldn't changeMiklos Vajna
2020-08-12sw: prefix members of SwFmDrawPage, SwNumRule, SwTableAutoFormat and ...Miklos Vajna
2020-08-01loplugin:flatten in sw/core/docNoel Grandin
2020-06-01tdf#120394: DOCX list import: simplify zero width space hackVasily Melenchuk
2020-05-29use for-range loop on SequenceNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-17tdf#120394: list format string can be emptyVasily Melenchuk
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl
2020-04-30Fix typosAndrea Gelmini
2020-04-27tdf#116883: sw: support for lists level format stringVasily Melenchuk
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-19loplugin:buriedassign in sw(2)Noel Grandin
2020-03-03sw doc model xml dump: show numbering typeMiklos Vajna
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin
2020-01-24loplugin:makeshared in swNoel Grandin
2019-12-11num->number and bul->bullet in sw/Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20tdf#128557 Add tooltips to styles listsJim Raykowski
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-10-05Drop bogus memsetStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-07-12tdf#126245 DOCX export: fix losing of tracked numbering changesLászló Németh
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-07remove unused SvxNumRuleFlags::CHAR_TEXT_DISTANCENoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann
2018-07-30loplugin:stringloop in swNoel Grandin
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
2018-03-29loplugin:useuniqueptr in SwNumRuleNoel Grandin
2018-01-26introduce SwClient::StartListeningToSameModifyAsBjoern Michaelsen
2018-01-25more GetRegisteredIn obsoleted by StopListeningAll()Bjoern Michaelsen
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-06Improve performance of loplugin:commaoperatorStephan Bergmann
2017-07-02loplugin:casttovoid: swStephan Bergmann
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin