summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doc.cxx
AgeCommit message (Expand)Author
2023-10-21Related: tdf#89178 Add an option to avoid converting some fields into textMike Kaganski
2023-09-18use more concrete UNO types in swNoel Grandin
2023-08-02Silence some bogus -Werror=array-bounds etc. with GCC 12 and -std=c++20Stephan Bergmann
2023-06-05tdf#152431 Fix line count resets to zero after 65535Bogdan B
2023-05-25merge some stringaddsNoel Grandin
2023-04-25tdf#38194 tdf#106556 Enhancement to highlight direct formatting,Jim Raykowski
2022-12-27tdf#140666 Make delete reference possible from the NavigatorJim Raykowski
2022-11-08sw: introduce a manager for content controlsMiklos Vajna
2022-10-16sw: refactor SwParaIdleData - rename, lifecycle, move to headerTomaž Vajngerl
2022-10-01tdf#148806 sw vba: fix GetVbaEventProcessorJustin Luth
2022-09-01cid#1513472 Dereference null return valueNoel Grandin
2022-08-29use more SwPosition::AssignNoel Grandin
2022-08-15pass content offset into FieldsToCalc instead of SwContentIndexNoel Grandin
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin
2022-08-13pass SwNode instead of SwNodeIndex to CopyNodeNoel Grandin
2022-08-07make SetGetExpField take a SwNode, not an SwNodeIndexNoel Grandin
2022-08-07make IsInHeaderFooter take a SwNode, not an SwNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-09-29expand out SwNodePtr typedefNoel Grandin
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann
2021-05-24fix leak of wronglist in SwTextNodeNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-28std::set->o3tl::sorted_vector in MultiSelectionNoel Grandin
2020-10-20use tools::Long in swNoel
2020-10-05SwUndoDelete::CanGrouping never passed a null SwDoc*Caolán McNamara
2020-10-02SwDoc::Summary never called with null pExtDoc argCaolán McNamara
2020-09-29CreatePostItData never passed a null SwDoc*Caolán McNamara
2020-09-04sw: default to UI locale when language is missingMiklos Vajna
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-07tdf#135082 fix print selectionSrijan Bhatia
2020-08-01loplugin:flatten in sw/core/docNoel Grandin
2020-07-02tdf#127680 Add the option to print even or odd values from a particular rangeSrijan Bhatia
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna
2020-04-19loplugin:buriedassign in sw(3)Noel Grandin
2020-03-15SwDoc::ConvertFieldsToText(): SwIterator no more ...Bjoern Michaelsen
2020-03-15SwDoc::HasInvisibleContent(): SwIterator no more ...Bjoern Michaelsen
2020-03-15SwDoc::RemoveInvisibleContent(): SwIterator no more ...Bjoern Michaelsen
2020-03-14sw_GetPostIts(): SwIterator no more ...Bjoern Michaelsen
2020-02-04rename GetOfst -> GetOffsetNoel Grandin
2020-02-02std::set->o3tl::sorted_vector in SwDocNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-04tdf#52316 Writer status bar: show also printed page countsLászló Németh
2019-10-02loplugin:stringadd in swNoel Grandin