summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/Outliner.cxx
AgeCommit message (Expand)Author
2016-10-14rename sd::Outliner to SdOutlinerNoel Grandin
2016-10-11convert PageKind to scoped enumNoel Grandin
2016-10-11convert EditMode to scoped enumNoel Grandin
2016-10-11convert DocumentType to scoped enumNoel Grandin
2016-08-23convert SearchLabel to scoped enumNoel Grandin
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-07-12Resolves: tdf#100861 replace all doesn't workCaolán McNamara
2016-07-12Related: tdf#100861 same selection recorded multiple times...Caolán McNamara
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna
2016-06-15sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna
2016-06-13sd: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-02-06lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky
2016-02-04impress - unable to search inside table - fixedMarco Cecchetti
2016-01-25sd lok: Fix normal 'search' performed after a 'search all'.Jan Holesovsky
2016-01-14sd: use ScopeGuard in Outliner::SearchAndReplaceAll()Miklos Vajna
2016-01-14sd tiled rendering: it's pointless to send selection changes during search allMiklos Vajna
2016-01-14sd: clean up remaining non-static isTiledRendering() usageMiklos Vajna
2016-01-11lool - search all - unit test failure - solvedMarco Cecchetti
2016-01-10Fix typosAndrea Gelmini
2016-01-07sd: lool search all - 2nd search did not work - fixedMarco Cecchetti
2015-11-23loplugin:unusedfields in sd/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05afl-eventesting: deref of null mpTextObjCaolán McNamara
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-16sd tiled rendering: emit CALLBACK_TEXT_SELECTION on multiple search resultsMiklos Vajna
2015-10-15sd tiled rendering: implement CALLBACK_SET_PART for find-allMiklos Vajna
2015-10-15sd tiled rendering: let find-all at least select the first match physicallyMiklos Vajna
2015-10-15sd search: restore start selection if nothing was foundMiklos Vajna
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna
2015-10-14sd tiled rendering: search rectangle is part-specificMiklos Vajna
2015-10-14sd tiled rendering: initial search allMiklos Vajna
2015-10-13sd tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna
2015-10-12sd: avoid unnecessary invalidations during searchMiklos Vajna
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-16convert Link<> to typedNoel Grandin
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-08-20loplugin: defaultparamsNoel Grandin
2015-07-21loplugin:unusedmethods sdNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-31lok: Don't attempt to select the exact text after a failed search.Jan Holesovsky
2015-05-31sd lok: Send the part number when search always.Jan Holesovsky
2015-05-28fdo#74132: Do not interrupt search in Impress and Draw.Jan Holesovsky
2015-05-28lok search sd: Off-by-one; and send the page only when it changed.Jan Holesovsky