summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docedt.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen1-1/+0
2024-02-14tdf#159565 prerequisite: make hidden sections have zero-height framesMike Kaganski1-2/+2
2023-05-01replace SwFrameFormats with sw::FrameFormats<SwFrameFormat*>Bjoern Michaelsen1-1/+1
2023-04-28Revert "Revert "introduce sw::SpzFrameFormat ...""Bjoern Michaelsen1-15/+15
2023-04-27Revert "introduce sw::SpzFrameFormat ..."Stephan Bergmann1-15/+15
2023-04-24introduce sw::SpzFrameFormat ...Bjoern Michaelsen1-15/+15
2023-03-28tdf#153628 sw: fix locked spell checking in spelling dialogLászló Németh1-2/+4
2023-02-01tdf#152738 sw: fix lost SwPosition in spelling dialogLászló Németh1-2/+2
2022-12-31use more GetAnchorContentOffsetNoel Grandin1-5/+5
2022-10-17elide some dynamic_cast in writerNoel Grandin1-1/+1
2022-10-09simplify assignmentNoel Grandin1-5/+2
2022-10-09use more SwPosition::AssignNoel Grandin1-6/+10
2022-10-08use more SwPosition::GetNodeNoel Grandin1-1/+1
2022-09-25use more SwPosition::SetContentNoel Grandin1-2/+2
2022-09-16create less SwPosition temporariesNoel Grandin1-2/+2
2022-09-16use SwPosition in SwArgsBaseNoel Grandin1-16/+11
2022-08-25add version of SwNodes::ForEach that takes SwNode paramsNoel Grandin1-1/+1
2022-08-25use more SwPosition::AssignNoel Grandin1-3/+3
2022-08-25use SwNode instead of SwNodeIndex in CorrAbs/CorrRelNoel Grandin1-2/+2
2022-08-23use more SwPosition::GetNode in CopyWithFlyInFlyNoel Grandin1-4/+3
2022-08-18convert more nNode to SwPosition::GetNodeNoel Grandin1-1/+1
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-4/+4
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-4/+4
2022-08-16pass SwNode and sal_Int32 to DelFlyInRangeNoel Grandin1-8/+8
2022-08-14use more SwPosition::GetNode instead of nNodeNoel Grandin1-3/+3
2022-08-13pass SwNode to DelFlyInRange instead of SwNodeIndexNoel Grandin1-10/+10
2022-08-12only store one node pointer/index in SwHyphArgsNoel Grandin1-19/+7
2022-08-12pass SwNode to RestFlyInRange instead of SwNodeIndexNoel Grandin1-3/+3
2022-08-09unique_ptr->optional in SaveRedlEndPosForRestoreNoel Grandin1-6/+6
2022-08-04use more SwPosition::AssignNoel Grandin1-3/+2
2022-08-04add more SwPosition::AssignNoel Grandin1-4/+2
2022-08-02introduce SwPosition::GetContentNodeNoel Grandin1-4/+4
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-15/+15
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-8/+8
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-23/+23
2022-07-29use more SwPaM::StartEndNoel Grandin1-3/+2
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-4/+4
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-8/+8
2022-07-25SwIndex/SwIndexReg is only used to deal with SwContentNodesNoel Grandin1-7/+10
2022-06-15tdf#135976 sw: preserve flys on backspace/delete with redlining enabledMichael Stahl1-1/+6
2022-06-13tdf#139982 sw: preserve flys in Replace with redlining enabledMichael Stahl1-2/+2
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-1/+0
2022-03-02use SfxItemSet::GetItemIfSet in sw/source/core/docNoel Grandin1-5/+2
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-6/+6
2021-10-20make more use of SwPaM::End()Noel Grandin1-2/+1
2021-09-29expand out SwNodePtr typedefNoel Grandin1-4/+4
2021-09-01ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-07-17use WhichRangesContainer in swNoel Grandin1-8/+3
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-10-20use tools::Long in swNoel1-2/+2