summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* afl-eventtesting: crash close impress with spelling dialog activeCaolán McNamara2015-11-023-13/+38
* tdf#88276: New text background tab in char formatting dialogKatarina Behrens2015-11-024-2/+62
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-021-1/+1
* Too much copy pasta is not good for youTor Lillqvist2015-10-295-572/+39
* com::sun::star->css in sdNoel Grandin2015-10-29270-3215/+3026
* Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2015-10-293-15/+10
* What's a "mape"?Tor Lillqvist2015-10-282-7/+7
* vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna2015-10-282-5/+5
* Filter out non-VclWindowEventsStephan Bergmann2015-10-271-1/+4
* Remove unncessary, wrong downcastStephan Bergmann2015-10-271-1/+1
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-275-3/+7
* sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin2015-10-271-1/+3
* Initial work on a "Vortex" transitionTor Lillqvist2015-10-271-0/+3
* sd: implement vcl::ITiledRenderable::isMimeTypeSupported()Miklos Vajna2015-10-262-0/+13
* cppcheck:noExplicitConstructorNoel Grandin2015-10-2664-88/+88
* sd: implement vcl::ITiledRenderable::getWindow()Miklos Vajna2015-10-222-0/+13
* afl-eventtesting: crash if you close shell behind running presentationCaolán McNamara2015-10-211-0/+6
* sd: fix typo in PresenterHelperMiklos Vajna2015-10-211-2/+2
* afl-eventtesting + VclPtr: missing dispose on impress annotation windowCaolán McNamara2015-10-202-5/+5
* remove SlideSorterCache debug facility, and with it, the last Link<>Noel Grandin2015-10-207-398/+0
* loplugin:defaultparamsStephan Bergmann2015-10-2021-43/+42
* missing returnEike Rathke2015-10-191-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-1933-55/+55
* typoStephan Bergmann2015-10-191-1/+1
* afl-eventtesting: pCursor is nullCaolán McNamara2015-10-191-0/+2
* afl-eventtesting: view is nullCaolán McNamara2015-10-192-5/+1
* afl-eventtesting: deref of null GetMainViewShellCaolán McNamara2015-10-191-1/+3
* convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin2015-10-191-2/+2
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-193-3/+3
* cleanup some local var declarationsNoel Grandin2015-10-197-10/+10
* loplugin:defaultparamsStephan Bergmann2015-10-191-2/+2
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* convert Link<> to typedNoel Grandin2015-10-194-59/+57
* cppcheck:nullPointerRedundantCheckNoel Grandin2015-10-191-3/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-1819-26/+26
* sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2015-10-168-9/+9
* sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky2015-10-1622-133/+126
* sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky2015-10-1622-130/+125
* sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky2015-10-168-9/+9
* sd tiled rendering: emit CALLBACK_TEXT_SELECTION on multiple search resultsMiklos Vajna2015-10-163-1/+28
* convert Link<> to typedNoel Grandin2015-10-1613-49/+42
* sd tiled rendering: implement CALLBACK_SET_PART for find-allMiklos Vajna2015-10-153-0/+15
* sd tiled rendering: let find-all at least select the first match physicallyMiklos Vajna2015-10-153-3/+29
* sd search: restore start selection if nothing was foundMiklos Vajna2015-10-151-0/+15
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-153-6/+3
* convert Link<> to typedNoel Grandin2015-10-151-2/+9
* coverity#736798 Dereference before null checkCaolán McNamara2015-10-141-1/+1
* coverity#736803 Dereference before null checkCaolán McNamara2015-10-141-4/+8