summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
AgeCommit message (Expand)Author
2024-03-05make more symbols private in writerNoel Grandin
2024-01-10SwNumRule: SetInvalidRule(bool) -> Invalidate()Mike Kaganski
2024-01-10Simplify a bitMike Kaganski
2024-01-04tdf#114441 sal_uLong to better integer typebuldi
2023-10-30Improve HIDE_NON_NUMERICAL compatibility with WordSkyler Grey
2023-06-14tdf#155823: Improve the check if the list id is not requiredMike Kaganski
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin
2022-07-21allocate SwFormatVertOrient inline in SwNumFormatNoel Grandin
2022-03-24loplugin:constantparamNoel Grandin
2022-03-10ODT export: omit unreferenced <text:list xml:id="...">Miklos Vajna
2021-07-04add a const SwDoc& arg for a follow up optimizationCaolán McNamara
2021-02-27tdf#140528 Crash in writer when switching from Numbering to PositionNoel Grandin
2020-10-29SwNumFormat: Modify no more ...Bjoern Michaelsen
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-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
2019-11-20tdf#128557 Add tooltips to styles listsJim Raykowski
2019-11-04loplugin:finalclasses in sw/incNoel Grandin
2019-07-12tdf#126245 DOCX export: fix losing of tracked numbering changesLászló Németh
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann
2018-05-22tdf#108523 Remove @author annotationsAbhyudaya Sharma
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-03-29loplugin:useuniqueptr in SwNumRuleNoel Grandin
2018-02-28Fix some IWYU warningsMiklos Vajna
2018-01-17Fix typosAndrea Gelmini
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-02Clean up use of integer typesStephan Bergmann
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-14loplugin:passstuffbyref in swNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2016-02-17sw: indentation fixesMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-29sw: prefix members of SwNumFormatMiklos Vajna
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17boost->stdCaolán McNamara