summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-13tdf#90255 FILESAVE:PPTX 'startAt' tag for bullet numbering is not exportedPriyankaGaikwad
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin
2015-04-13Add SdXImpressDocument::postKeyEvent() testcase.Miklos Vajna
2015-04-13sd: SetCursorLogicPosition -> SetCursorMm100PositionMiklos Vajna
2015-04-10tdf#89641 Page numbering in Calc and Draw/ImpressDobra Gabor
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-10convert SfxSlotFilterState to scoped enumNoel Grandin
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-07loplugin:unreffunStephan Bergmann
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07Add SdXImpressDocument::setTextSelection() testcase.Miklos Vajna
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna
2015-04-07vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunitMiklos Vajna
2015-04-07sd::ViewShell::SetGraphicMm100Position: can avoid FuPoor::DRGLOG hereMiklos Vajna
2015-04-07Add SdXImpressDocument::postMouseEvent() testcase.Miklos Vajna
2015-04-07Change the Logic in SetGraphicLogicPosition()Miklos Vajna
2015-04-07sd::ViewShell::LogicMouseButtonUp: typoMiklos Vajna
2015-04-07Add testcase for sd::Window::LogicInvalidate().Miklos Vajna
2015-04-07sd tiled rendering: support turning an editeng selection into a table oneMiklos Vajna
2015-04-03tdf#90403 PPTX import: use real table sizeAndras Timar
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02We can no longer import those formatsKatarina Behrens
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur
2015-03-31bnc#910045 wrong cell fill color defined by table styleZolnai Tamás
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar
2015-03-30Add SvxTableController::setCursorLogicPosition()Miklos Vajna
2015-03-30SdXImpressDocument: implement resetSelection()Miklos Vajna
2015-03-30SdXImpressDocument: implement setGraphicSelection()Miklos Vajna
2015-03-30sd tiled rendering: increase hit testing toleranceMiklos Vajna
2015-03-30SdXImpressDocument: implement setTextSelection()Miklos Vajna
2015-03-28Missing constStephan Bergmann
2015-03-28loplugin:cstylecastStephan Bergmann
2015-03-28Blind fix for non-standard send(2) signature on WindowsStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin
2015-03-26vexing parseCaolán McNamara