summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/Outliner.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-21make string translation loading more uniformCaolán McNamara1-3/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock1-7/+7
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-7/+7
2017-05-03loplugin:checkunusedparams in sdNoel Grandin1-4/+4
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-3/+1
2017-05-01sd: Use unique Page ids for better multi-view support + unit testPranav Kant1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-03-22lok sd: Fix crash when searching.Jan Holesovsky1-5/+14
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2017-03-14sd lok: Don't search on master pages & notes in Impress.Jan Holesovsky1-3/+7
2017-02-22loplugin:unusedfieldsNoel Grandin1-1/+0
2017-02-16convert EESpellState to scoped enumNoel Grandin1-10/+2
2017-01-11tdf#105182 sd: avoid iterating too far in SdOutliner::Initialize()Michael Stahl1-1/+4
2016-10-14rename sd::Outliner to SdOutlinerNoel Grandin1-155/+156
2016-10-11convert PageKind to scoped enumNoel Grandin1-4/+4
2016-10-11convert EditMode to scoped enumNoel Grandin1-4/+4
2016-10-11convert DocumentType to scoped enumNoel Grandin1-1/+1
2016-08-23convert SearchLabel to scoped enumNoel Grandin1-5/+5
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin1-1/+1
2016-07-12Resolves: tdf#100861 replace all doesn't workCaolán McNamara1-2/+0
2016-07-12Related: tdf#100861 same selection recorded multiple times...Caolán McNamara1-1/+4
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-50/+14
2016-06-15sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna1-5/+12
2016-06-13sd: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-7/+46
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-1/+1
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
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