summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/findtxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-22improve loplugin:staticmethodsNoel Grandin1-2/+2
2024-03-21related tdf#147583 sw find: fix backwards search for string at end of paraJustin Luth1-0/+19
2024-03-18tdf#147583 sw find: fix backwards search for emptyPara/endOfParaJustin Luth1-32/+35
2024-03-16NFC flatten sw FindTextImplJustin Luth1-233/+230
2024-03-15DoSearch's pPam was not optional - made it an SwPam& rPamJustin Luth1-7/+7
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann1-1/+1
2023-06-28Drop i18nutil::SearchOptionsMike Kaganski1-3/+3
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-1/+1
2023-03-15tdf#152959 sw: allow lowercase unicode literal for soft hyphenStéphane Guillou1-0/+1
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin1-7/+7
2022-08-29use more SwPosition::AssignNoel Grandin1-11/+9
2022-08-29use more SwPosition::AssignNoel Grandin1-8/+6
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-1/+1
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin1-2/+2
2022-08-12unique_ptr->optional in MakeRegionNoel Grandin1-11/+12
2022-08-04use more SwPosition::AssignNoel Grandin1-4/+1
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-3/+3
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-6/+6
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-5/+5
2022-07-26sal_uLong->sal_Int32 in the Find/Search methodsNoel Grandin1-2/+2
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-2/+2
2021-11-05Remove conditional code for Boost < 1.56.0Stephan Bergmann1-4/+0
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski1-4/+2
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-2/+2
2021-09-22tdf#137737: treat foot/endnote anchor as a "normal" (control) characterMike Kaganski1-4/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-9/+9
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-3/+3
2020-09-09tdf#119286 speed up find/replaceNoel Grandin1-9/+15
2020-07-22sw: find & replace: fix soft hyphen cleaningMiklos Vajna1-3/+16
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2020-02-20tdf#129553 sw_redlinehide follow-up: simplify ReplaceBackReferences()Michael Stahl1-33/+29
2020-02-19tdf#129553 sw_redlinehide: fix replace of paragraph breaks with $Michael Stahl1-5/+15
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-08-26tdf#42949 Fix IWYU warnings in sw/source/core/[a-c]*/*cxxGabor Kelemen1-3/+0
2019-07-23cid#1448493 Dereference after null checkCaolán McNamara1-1/+1
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-1/+1
2019-03-22Add few more fixes to build with Boost < 1.56Tomáš Chvátal1-0/+4
2018-12-22use boost::optional for OUStringNoel Grandin1-9/+9
2018-12-18sw_redlinehide_4b: FindText() adapt the replace part as wellMichael Stahl1-9/+110
2018-12-18sw_redlinehide_4b: adapt FindText()Michael Stahl1-149/+395
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl1-38/+54
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara1-1/+0
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-5/+2