summaryrefslogtreecommitdiff
path: root/sw/source/core/text/redlnitr.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-11sw: rename getFieldmarkFor() to getInnerFieldmarkFor()Justin Luth1-1/+1
2023-01-17tdf#152872 sw: fix crash on ooo27109-1.sxwMichael Stahl1-0/+1
2023-01-10tdf#152872 sw: conditionally hide paragraph breaksMichael Stahl1-6/+69
2022-11-03Related: tdf#149932 honour PANGO_UNDERLINE_DOUBLE for preedit underlineCaolán McNamara1-0/+2
2022-10-11use more string_view in swNoel Grandin1-2/+2
2022-09-29use more SwPosition::AdjustContentNoel Grandin1-3/+3
2022-08-26cid#1500514 Uninitialized scalar fieldCaolán McNamara1-0/+2
2022-08-20use more SwPosition::GetNodeNoel Grandin1-1/+1
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-1/+1
2022-08-17tdf#147466 sw_redlinehide: avoid crashing by delete un-deletingMichael Stahl1-1/+1
2022-08-14use more GetContentIndexNoel Grandin1-1/+1
2022-08-07no need to allocate these SwPosition separatelyNoel Grandin1-6/+5
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-8/+8
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-6/+6
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-6/+6
2022-07-29use more SwPaM::StartEndNoel Grandin1-2/+1
2022-07-25tdf#119840 HideIterator no need to always call GetRedlinePosNoel Grandin1-1/+1
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-1/+1
2021-11-17tdf#145718 sw, DOCX import: complete tracked text movingLászló Németh1-1/+1
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-8/+8
2021-10-20tdf#145233 sw track changes: show moved text in green colorLászló Németh1-3/+18
2021-10-10use SfxItemSetFixed in swNoel Grandin1-1/+1
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-06-08tdf#142128 sw: set author-color strikethrough for AS_CHAR imagesLászló Németh1-2/+4
2021-05-10tdf#142130 sw track changes: fix crossing out of neighboring imagesLászló Németh1-2/+2
2021-01-28simplify code, use more subView()Noel1-2/+2
2021-01-20tdf#116757 sw ChangesInMargin: add "Show Insertions in Margin"László Németh1-3/+4
2021-01-15tdf#135014 sw_fieldmarkhide: fix bogus assert on loading the bugdocMichael Stahl1-1/+1
2020-12-16tdf#138847 sw ChangesInMargin: show all characters in marginLászló Németh1-2/+27
2020-12-01sw_fieldmarkhide: CID#1470358: Null pointer dereferencesMichael Stahl1-1/+2
2020-11-25crashtesting: null deref on load of ooo72915-2.odtCaolán McNamara1-3/+4
2020-11-17sw_fieldmarkhide: let CheckParaRedlineMerge() hide fieldmarksMichael Stahl1-24/+157
2020-11-17sw_fieldmarkhide: SwRedlineItr assumption that Show means no MergedParaMichael Stahl1-18/+34
2020-11-16tdf#137771 sw ChangesInMargin: fix end of paragraphLászló Németh1-1/+1
2020-11-03tdf#105967 sw change tracking: fix line break symbol in empty lineLászló Németh1-1/+7
2020-10-29tdf#105967 sw change tracking: fix pilcrow colorLászló Németh1-7/+6
2020-10-28tdf#105967 sw change tracking: fix pilcrow symbolLászló Németh1-3/+7
2020-10-26std::unique_ptr -> std::optionalNoel1-1/+1
2020-10-15tdf#34355 sw,offapi,officecfg: show track changes in marginLászló Németh1-3/+9
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-4/+4
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-36/+36
2020-04-03(related: tdf#130685) sw_redlinehide: fix update of pLastNode/pParaPropsNodeMichael Stahl1-1/+2
2020-03-10tdf#128880 sw btlr: fix SwFrame::GetPaintArea() for the row span caseMiklos Vajna1-4/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-3/+1
2019-08-01tdf#118699 change tracking: don't number empty linesLászló Németh1-1/+1
2019-08-01tdf#125319 sw_redlinehide: handle empty paragraphs more like WordMichael Stahl1-5/+5
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-14/+14
2019-05-20tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxxGabor Kelemen1-0/+1