summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
AgeCommit message (Expand)AuthorFilesLines
2015-07-16coverity#1311945 Uncaught exceptionCaolán McNamara1-6/+2
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin2-10/+0
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-13tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann1-3/+6
2015-07-08when skipping hidden pages to pdf adjust dest page indexesCaolán McNamara1-2/+24
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308581 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-29coverity#1308553 Uncaught exceptionCaolán McNamara1-2/+2
2015-06-29coverity#1308595 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308537 Uncaught exceptionCaolán McNamara1-2/+2
2015-06-28coverity#1308519 Uncaught exceptionCaolán McNamara1-2/+2
2015-06-28coverity#1308515 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-19LOK: return used format in Document::getTextSelection()Miklos Vajna1-2/+2
2015-06-19sd: implement getTextSelection() in SdXImpressDocumentMiklos Vajna1-0/+11
2015-06-16tdf#91887 handle LOK_MOUSEEVENT_MOUSEMOVE in SdXImpressDocumentMiklos Vajna1-0/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann7-29/+29
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-2/+2
2015-05-29sd: remove no longer relevant TODOMiklos Vajna1-6/+0
2015-05-22LOK: remove unused LOK_PARTMODE_EMBEDDEDOBJMiklos Vajna1-14/+1
2015-05-18Fix build (use correct text field UNO type)Katarina Behrens1-3/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-6/+6
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-3/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-22Related tdf#88056: more UNO stuff was missingKatarina Behrens1-0/+6
2015-04-20sd: convert new to ::Create.Noel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin7-28/+28
2015-04-13loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-13sd: SetCursorLogicPosition -> SetCursorMm100PositionMiklos Vajna1-3/+3
2015-04-10sw, sd: more toolkit API cleanup.Michael Meeks1-2/+2
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-2/+2
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin2-2/+2
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna1-0/+28
2015-04-07Change the Logic in SetGraphicLogicPosition()Miklos Vajna1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann8-74/+74
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-30SdXImpressDocument: implement resetSelection()Miklos Vajna1-0/+23
2015-03-30SdXImpressDocument: implement setGraphicSelection()Miklos Vajna1-0/+23
2015-03-30SdXImpressDocument: implement setTextSelection()Miklos Vajna1-0/+26
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-5/+5
2015-03-24convert SvxZoomType to enum classNoel Grandin1-4/+4
2015-03-23sd: when tiled rendering, disable map mode earlyMiklos Vajna1-0/+11