summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/Outliner.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-3/+2
2016-02-06lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky1-0/+2
2016-02-04impress - unable to search inside table - fixedMarco Cecchetti1-6/+1
2016-01-25sd lok: Fix normal 'search' performed after a 'search all'.Jan Holesovsky1-5/+2
2016-01-14sd: use ScopeGuard in Outliner::SearchAndReplaceAll()Miklos Vajna1-1/+4
2016-01-14sd tiled rendering: it's pointless to send selection changes during search allMiklos Vajna1-0/+2
2016-01-14sd: clean up remaining non-static isTiledRendering() usageMiklos Vajna1-4/+5
2016-01-11lool - search all - unit test failure - solvedMarco Cecchetti1-0/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-07sd: lool search all - 2nd search did not work - fixedMarco Cecchetti1-5/+12
2015-11-23loplugin:unusedfields in sd/Noel Grandin1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-94/+94
2015-11-05afl-eventesting: deref of null mpTextObjCaolán McNamara1-1/+1
2015-10-29com::sun::star->css in sdNoel Grandin1-1/+1
2015-10-16sd tiled rendering: emit CALLBACK_TEXT_SELECTION on multiple search resultsMiklos Vajna1-1/+14
2015-10-15sd tiled rendering: implement CALLBACK_SET_PART for find-allMiklos Vajna1-0/+8
2015-10-15sd tiled rendering: let find-all at least select the first match physicallyMiklos Vajna1-1/+12
2015-10-15sd search: restore start selection if nothing was foundMiklos Vajna1-0/+15
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna1-2/+4
2015-10-14sd tiled rendering: search rectangle is part-specificMiklos Vajna1-5/+11
2015-10-14sd tiled rendering: initial search allMiklos Vajna1-21/+50
2015-10-13sd tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-1/+24
2015-10-12sd: avoid unnecessary invalidations during searchMiklos Vajna1-1/+12
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-21/+21
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-37/+37
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-37/+37
2015-09-17boost->stdCaolán McNamara1-37/+37
2015-09-16convert Link<> to typedNoel Grandin1-3/+3
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-07-21loplugin:unusedmethods sdNoel Grandin1-18/+0
2015-07-04Fix typosAndrea Gelmini1-3/+3
2015-05-31lok: Don't attempt to select the exact text after a failed search.Jan Holesovsky1-19/+0
2015-05-31sd lok: Send the part number when search always.Jan Holesovsky1-6/+2
2015-05-28fdo#74132: Do not interrupt search in Impress and Draw.Jan Holesovsky1-66/+52
2015-05-28lok search sd: Off-by-one; and send the page only when it changed.Jan Holesovsky1-3/+6
2015-05-28sd: Notify about the part change (when searching) only once.Jan Holesovsky1-0/+11
2015-05-27sd tiled rendering: avoid showing wrap around dialogMiklos Vajna1-0/+8
2015-05-27sd LOKit callback for search not foundHenry Castro1-0/+6
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-2/+2
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-13/+11
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-27/+27
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-5/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-4/+4
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-11/+11
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin1-2/+2