summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/Outliner.cxx
AgeCommit message (Expand)Author
2020-10-13static_cast after dynamic_castNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-08-29sd: Make search bound to a view - to allow independent searchingTomaž Vajngerl
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-17move vector graphic search to View, so it works in multiple viewsTomaž Vajngerl
2020-08-03loplugin:flatten in sdNoel Grandin
2020-06-04sd: support match case, match whole word for PDF searchTomaž Vajngerl
2020-06-04sd: allow to change the search string between searchesTomaž Vajngerl
2020-06-04sd: add support to search backwards in PDF searchTomaž Vajngerl
2020-06-04sd: PDF search - reset mpVectorGraphicSearch at more placesTomaž Vajngerl
2020-06-04sd: fix issue when PDF search doesn't send a search result + testTomaž Vajngerl
2020-06-03sd: use getPDFSelection to get the search selection for LOKitTomaž Vajngerl
2020-06-03sd: fix not found case in PDF search + add PDF Search testsTomaž Vajngerl
2020-06-03sd: use b2DRectangleFromRectangle from canvastools.hxxTomaž Vajngerl
2020-06-02sd: remove code dupl. when getting PDF text selection for LOKTomaž Vajngerl
2020-06-02sd: Search inside PDF document that were inserted as a graphicTomaž Vajngerl
2020-06-02sd: some style fixes in Outliner.cxxTomaž Vajngerl
2020-06-02sd: in Outline add getViewShellBase to simplify codeTomaž Vajngerl
2020-06-02sd: move IsValidTextObject into source as anon. functionTomaž Vajngerl
2020-06-02sd: move LOK search result logic to it's own methodTomaž Vajngerl
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara
2020-05-28Related: tdf#133411 SetDocWin is using the previous search success stateCaolán McNamara
2020-05-23sd: move SearchSelection constructor to header fileTomaž Vajngerl
2019-12-22sd: LOK: don't access null dispatcherAshod Nakashian
2019-10-31tdf#113041: Kill WaitCursor after FindAll in Draw and ImpressMuhammet Kara
2019-10-23Resolves: tdf#128313 disambiguate flow-to search resultsCaolán McNamara
2019-09-29loplugin:constmethod in sdNoel Grandin
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen
2019-08-05Fix typosAndrea Gelmini
2019-06-21weld SpellDialogCaolán McNamara
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-19loplugin:sequentialassign in sdNoel Grandin
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-24weld SvxSearchDialogCaolán McNamara
2019-03-21Related tdf#122788: avoid assertJulien Nabet
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-02-15loplugin:flatten in sd/source/ui/viewNoel Grandin
2018-11-16Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-08-27tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[n-s]*hxxGabor Kelemen
2018-08-22Resolves: tdf#118799 use spelling/search dialog as message dialog parentCaolán McNamara
2018-08-10unnecessary null check before dynamic_cast, in sdNoel Grandin
2018-05-11loplugin:datamembershadow in SdrOutlinerNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2018-02-17tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai
2018-01-12More loplugin:cstylecast: sdStephan Bergmann