summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/number.cxx
AgeCommit message (Expand)Author
2 daysSwModify::Add/Remove always derefs argCaolán McNamara
2024-01-10SwNumRule: SetInvalidRule(bool) -> Invalidate()Mike Kaganski
2024-01-10Simplify a bitMike Kaganski
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-12-19tdf#154864 Changing starting number of numbered list does nothingNoel Grandin
2023-10-30Improve HIDE_NON_NUMERICAL compatibility with WordSkyler Grey
2023-07-11tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers)Mike Kaganski
2023-06-14tdf#155823: Improve the check if the list id is not requiredMike Kaganski
2022-10-14tdf#129101 CTRL+A & Cut very slowNoel Grandin
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-01related tdf#150197 sw: NONE numbering still returns prefix/suffixJustin Luth
2022-07-21allocate SwFormatVertOrient inline in SwNumFormatNoel Grandin
2022-04-18tdf#147472: sw: bug in numbering with previous level NONEVasily Melenchuk
2022-03-24loplugin:constantparamNoel Grandin
2022-03-12tdf#144563: remove final dot in cross-references to paragraphVasily Melenchuk
2022-03-10ODT export: omit unreferenced <text:list xml:id="...">Miklos Vajna
2021-12-27tdf#146257: sw: better handling for list numbering = NONEVasily Melenchuk
2021-11-13Use o3tl::convertMike Kaganski
2021-10-04tdf#144609: numbering "None" should still show prefix/suffixVasily Melenchuk
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-08sw: numbering rule is not constructed for numbering type "None"Vasily Melenchuk
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-26tdf#143424: support for "Chapter number without separator"Vasily Melenchuk
2021-07-04add a const SwDoc& arg for a follow up optimizationCaolán McNamara
2021-06-30tdf#135316 optimise SwCharFormats::FindFormatByNameNoel Grandin
2021-06-29constructing SaveOptions just to read default versionNoel Grandin
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin
2021-06-16tdf#135316 docx open performanceNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolá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-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