summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doctxm.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-01tdf#146356 insert new paragraph before table of contentsOliver Specht1-1/+1
2024-02-17Remove more unneeded const_castMike Kaganski1-3/+3
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski1-2/+2
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-8/+7
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-1/+3
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-1/+2
2023-04-20introduce sw::FrameFormats<>Bjoern Michaelsen1-2/+1
2023-03-15tdf#40142 - Consider level settings of the various text nodesAndreas Heinisch1-0/+2
2023-01-10tdf#152872 sw: conditionally hide paragraph breaksMichael Stahl1-2/+3
2022-10-21cid#1516102 Dereference before null checkCaolán McNamara1-2/+2
2022-10-18tdf#151462 - Search for outline node containing the current nodeAndreas Heinisch1-0/+2
2022-09-29use more SwPosition::SetContentNoel Grandin1-1/+0
2022-09-05use more SwPosition::AssignNoel Grandin1-3/+3
2022-09-01cid#1513468 Dereference null return valueNoel Grandin1-2/+3
2022-08-25tdf#150594 - Prevent crash while searching for the next outline nodeAndreas Heinisch1-2/+3
2022-08-13pass SwNode instead of SwNodeIndex to SwNode constructorsNoel Grandin1-4/+4
2022-08-13pass SwNode instead of SwNodeIndex to SwNodes::InsertTextSectionNoel Grandin1-5/+5
2022-08-13pass SwNode to DelFlyInRange instead of SwNodeIndexNoel Grandin1-1/+1
2022-08-05introduce SwNodes::GoNext(SwPosition*) and similar GoPreviousNoel Grandin1-3/+2
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-1/+1
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-2/+2
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-2/+2
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-4/+4
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-2/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+2
2022-04-04cid#1503776 Explicit null dereferencedCaolán McNamara1-2/+2
2022-04-03cid#1503360 Dereference null return valueCaolán McNamara1-2/+3
2022-03-31tdf#130318 - Use the actual cursor position to create ToC "for chapter"Andreas Heinisch1-13/+89
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-14/+14
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin1-5/+4
2021-05-29no need to allocate these on the heapNoel Grandin1-1/+3
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-2/+2
2021-02-02tdf#121842 sw: add hyperlinks to toxmarks in ToC/User-Defined IndexMichael Stahl1-6/+4
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+1
2020-11-19sw_fieldmarkhide: adapt SwUndoInsSection with ToXMichael Stahl1-2/+4
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-5/+5
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-30Related: tdf#98868 add SwDoc& member to SwTOXTypeCaolán McNamara1-1/+1
2020-10-20use tools::Long in swNoel1-6/+6
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-33/+31
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-5/+6
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-07SwTOXBaseSection::UpdateMarks: SwIterator no more ...Bjoern Michaelsen1-59/+28
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-26/+25
2020-07-05GotoTOXMarkBase: SwIterator no more ...Bjoern Michaelsen1-0/+25
2020-07-03SwTOXMark::InsertTOXMarks: SwIterator no more ...Bjoern Michaelsen1-1/+1
2020-06-30dont (ab-)use typeless GetInfo() interfaceBjoern Michaelsen1-15/+0
2020-06-29sw: prefix members of CompareNodeContent, SwDDEFieldType, ...Miklos Vajna1-13/+13
2020-05-29loplugin:simplifybool in swNoel Grandin1-3/+1