summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2-11/+11
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann12-94/+94
2015-03-31tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur1-8/+11
2015-03-31bnc#910045 wrong cell fill color defined by table styleZolnai Tamás2-0/+23
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann7-10/+10
2015-03-30bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar3-0/+310
2015-03-30Add SvxTableController::setCursorLogicPosition()Miklos Vajna1-0/+7
2015-03-30SdXImpressDocument: implement resetSelection()Miklos Vajna2-0/+25
2015-03-30SdXImpressDocument: implement setGraphicSelection()Miklos Vajna4-0/+45
2015-03-30sd tiled rendering: increase hit testing toleranceMiklos Vajna2-0/+9
2015-03-30SdXImpressDocument: implement setTextSelection()Miklos Vajna4-0/+43
2015-03-28Missing constStephan Bergmann1-1/+1
2015-03-28loplugin:cstylecastStephan Bergmann1-4/+4
2015-03-28Blind fix for non-standard send(2) signature on WindowsStephan Bergmann1-1/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann22-153/+153
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-1/+1
2015-03-26vexing parseCaolán McNamara1-1/+1
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara5-1/+31
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann19-29/+29
2015-03-26tdf#86606 remove direct formatting entries from context menuYousuf Philips2-172/+0
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara5-0/+39
2015-03-26convert BS_ constants to SvxBulletStyle enum classNoel Grandin1-2/+2
2015-03-26convert NUM_ constants to enum clasNoel Grandin5-7/+8
2015-03-25Typo: formated->formattedJulien Nabet2-2/+2
2015-03-25Revert "tdf#90174 FILESAVE: export of bullet color for pptx"Stephan Bergmann2-28/+0
2015-03-25convert SPELLCMD_ constants to enum classNoel Grandin1-4/+4
2015-03-25WaE: potentially uninitialized local variableCaolán McNamara1-1/+1
2015-03-25convert EE_STAT constants to enum classNoel Grandin1-2/+2
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin15-80/+79
2015-03-24tdf#90174 FILESAVE: export of bullet color for pptxPriyankaGaikwad2-0/+28
2015-03-24tdf#90090 reduce the size of the right page/slide paneYousuf Philips1-1/+1
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin4-14/+12
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin1-1/+1
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin3-11/+11
2015-03-24convert SvxZoomType to enum classNoel Grandin6-20/+20
2015-03-24convert sfxlink to enum classNoel Grandin1-1/+1
2015-03-24convert SfxChildAlignment to enum classNoel Grandin2-3/+3
2015-03-23Fix mistaken 'u' inserted into xmlYousuf Philips1-1/+2
2015-03-23sd: when tiled rendering, disable map mode earlyMiklos Vajna4-16/+30
2015-03-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna2-4/+4
2015-03-23OutputDevice::LogicInvalidate: clean up sc/sd duplicationMiklos Vajna1-12/+1
2015-03-23sd tiled rendering: draw documents have no slides viewMiklos Vajna1-2/+5
2015-03-23loplugin:constantfunction: sdNoel Grandin29-115/+7
2015-03-23remove SFX_SLOTMAP macroNoel Grandin1-2/+2
2015-03-23tdf#84909 rearranged the buttons in the standard, drawing and line toolbarsYousuf Philips4-30/+29
2015-03-21coverity#1291170 unchecked dynamic_castCaolán McNamara1-0/+1
2015-03-20tdf#83889:FILEOPEN:PPTX bullet point is followed by spurious symbolPriyankaGaikwad2-0/+25
2015-03-20tdf#89806 : Fixed background fill export for table cell.Sushil Shinde2-0/+55
2015-03-20coverity#1288897 Resource leakZolnai Tamás1-5/+5