summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky8-9/+9
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky22-133/+126
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky22-130/+125
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky8-9/+9
2015-10-16sd tiled rendering: emit CALLBACK_TEXT_SELECTION on multiple search resultsMiklos Vajna3-1/+28
2015-10-16convert Link<> to typedNoel Grandin13-49/+42
2015-10-15sd tiled rendering: implement CALLBACK_SET_PART for find-allMiklos Vajna3-0/+15
2015-10-15sd tiled rendering: let find-all at least select the first match physicallyMiklos Vajna3-3/+29
2015-10-15sd search: restore start selection if nothing was foundMiklos Vajna1-0/+15
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin3-6/+3
2015-10-15convert Link<> to typedNoel Grandin1-2/+9
2015-10-14coverity#736798 Dereference before null checkCaolán McNamara1-1/+1
2015-10-14coverity#736803 Dereference before null checkCaolán McNamara1-4/+8
2015-10-14coverity#736804 Dereference before null checkCaolán McNamara1-5/+3
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna2-3/+12
2015-10-14sd tiled rendering: search rectangle is part-specificMiklos Vajna2-6/+26
2015-10-14tdf#95041 Fix more sidebar node namesSamuel Mehrbrodt2-2/+2
2015-10-14tdf#95041 Fix sidebar node namesSamuel Mehrbrodt2-3/+3
2015-10-14coverity#1326209 Dereference after null checkCaolán McNamara1-1/+1
2015-10-14sd tiled rendering: initial search allMiklos Vajna2-22/+54
2015-10-13coverity#735838 Dereference after null checkCaolán McNamara1-3/+2
2015-10-13coverity#1326205 Unchecked dynamic_castCaolán McNamara1-3/+4
2015-10-13coverity#1326204 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-10-13coverity#1326211 Unchecked dynamic_castCaolán McNamara1-6/+4
2015-10-13CppunitTest_sd_tiledrendering: CALLBACK_SEARCH_RESULT_SELECTION testcaseMiklos Vajna1-3/+17
2015-10-13sd tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-1/+24
2015-10-13tdf#95002 sd tiled rendering: fix handling of images on page switchMiklos Vajna3-2/+6
2015-10-13cppcheck:variableScopeNoel Grandin7-17/+16
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann323-2424/+2424
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann19-39/+39
2015-10-12sd tiled rendering: make invalidation in DrawViewShell::SwitchPage() optionalMiklos Vajna1-1/+2
2015-10-12convert Link<> to typedNoel Grandin24-99/+102
2015-10-12sd: avoid unnecessary invalidations during searchMiklos Vajna1-1/+12
2015-10-12Related: tdf#74132 CppunitTest_sd_export_tests: clean up testSearch()Miklos Vajna1-1/+0
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl4-0/+275
2015-10-09sd: add SdPage::dumpAsXml()Miklos Vajna2-0/+27
2015-10-07loplugin:mergeclassesNoel Grandin2-7/+7
2015-10-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet1-2/+2
2015-10-06tdf#91097 Fix also for DrawMaxim Monastirsky1-2/+0
2015-10-06tdf#91097 Substitute rectangle and ellipse uno commandsYousuf Philips1-2/+2
2015-10-06Disable spellcheck when LOK is activeMiklos Vajna1-1/+3
2015-10-06loplugin:unusedmethodsNoel Grandin1-5/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht90-371/+366
2015-10-06presenter console: add 'Restart Timer' buttonMiklos Vajna3-0/+16
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga2-3/+5
2015-10-02sd tiled rendering: default to transparent background outside slide areaMiklos Vajna1-0/+3
2015-10-02-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-10-02Fix building sd remotecontroll codeStephan Bergmann1-0/+3
2015-10-02-Werror,-Wunused-private-fieldStephan Bergmann2-8/+0
2015-10-02loplugin:unusedmethodsNoel Grandin31-113/+4