summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewsrch.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen1-2/+0
2023-11-19Extended loplugin:ostr: swStephan Bergmann1-1/+1
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-5/+5
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl1-1/+2
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-2/+2
2022-12-15sw: check SfxViewFrame::Current()Caolán McNamara1-3/+3
2022-12-15likely fix for frequent SfxViewFrame::GetChildWindow() crashCaolán McNamara1-3/+7
2022-09-11tdf#126535 show search key found times in find and replace dialogJim Raykowski1-7/+16
2022-08-18no need to allocate these on the heapNoel Grandin1-4/+4
2022-07-26sal_uLong->sal_Int32 in the Find/Search methodsNoel Grandin1-1/+1
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin1-1/+1
2021-10-26-Wunused-but-set-variableNoel Grandin1-2/+0
2021-10-25use pull model also for LOK text selectionLuboš Luňák1-2/+2
2021-09-24return SwCursor from IShellCursorSupplierNoel Grandin1-6/+6
2021-09-18tdf#144349 Make Navigator global tree track sub-document sectionsJim Raykowski1-0/+2
2021-09-08explicitly send LOK_CALLBACK_TEXT_SELECTION at the end of FindAllLuboš Luňák1-0/+9
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin1-2/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-07-17use WhichRangesContainer in swNoel Grandin1-8/+6
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-9/+8
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-1/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-01-17tdf#115817 add places that add current position to navigation managerJim Raykowski1-0/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-09-30tdf#137013 fix Writer find toolbar ui regressionsJim Raykowski1-1/+1
2020-09-20tdf#132366 Writer enhancement that highlights search resultsJim Raykowski1-0/+5
2020-08-13use unique_ptr in SwViewNoel Grandin1-22/+22
2020-07-30loplugin:flatten in sw/uibase/sidebar..sw/uibase/unoNoel Grandin1-24/+25
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara1-34/+0
2020-05-28Related: tdf#133411 SetDocWin is using the previous search success stateCaolán McNamara1-8/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-14/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-3/+3
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-26cppcheck: performing init in init list (sw/vcl/xmloff)Julien Nabet1-1/+1
2019-10-30remove some unnecessary includesCaolán McNamara1-1/+0
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-23Resolves: tdf#128313 disambiguate flow-to search resultsCaolán McNamara1-5/+6
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-05-13sw: prefix members of SwViewMiklos Vajna1-118/+118
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-02-19tdf#101873 sw: fix search for second term after double not foundMiklos Vajna1-0/+2
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-02-01tdf#44837 fix bug where replace all clears selectionMartin van Zijl1-10/+9
2019-01-18Ensure itemset ranges are sortedMike Kaganski1-19/+5
2018-12-22use boost::optional for OUStringNoel Grandin1-5/+4
2018-12-18sw_redlinehide_4b: FindText() adapt the replace part as wellMichael Stahl1-1/+2
2018-12-04use unique_ptr in SwView::FUNC_SearchNoel Grandin1-5/+5