summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-15389-2242/+2242
* fix assert on re-export of ooo48994-1.ppt to pptCaolán McNamara2015-04-141-1/+1
* fix export of ooo120353-1.odp to pptx, mismatch of start and end elementCaolán McNamara2015-04-141-1/+1
* Add SdXImpressDocument::resetSelection() testcase.Miklos Vajna2015-04-141-0/+26
* Add SdXImpressDocument::setGraphicSelection() testcase.Miklos Vajna2015-04-142-0/+24
* Related tdf#87862: some HIG tweaks to slide transition panelKatarina Behrens2015-04-141-0/+2
* tdf#87862: Rearrange lower half of slide transition panelKatarina Behrens2015-04-141-100/+110
* implement SfxObjectShell subclasses' LOK interfaceSiqi Liu2015-04-142-0/+18
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
* tdf#90255 FILESAVE:PPTX 'startAt' tag for bullet numbering is not exportedPriyankaGaikwad2015-04-132-0/+26
* loplugin:staticmethodsNoel Grandin2015-04-138-41/+42
* loplugin:staticmethodsNoel Grandin2015-04-137-12/+12
* convert SFX_LOADED_ to scoped enumNoel Grandin2015-04-131-2/+2
* Add SdXImpressDocument::postKeyEvent() testcase.Miklos Vajna2015-04-131-0/+28
* sd: SetCursorLogicPosition -> SetCursorMm100PositionMiklos Vajna2015-04-133-5/+5
* tdf#89641 Page numbering in Calc and Draw/ImpressDobra Gabor2015-04-105-31/+35
* convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin2015-04-102-2/+2
* convert SFXMODEL_ to scoped enumNoel Grandin2015-04-106-8/+9
* convert SfxObjectCreateMode to scoped enumNoel Grandin2015-04-1022-43/+43
* convert SfxSlotFilterState to scoped enumNoel Grandin2015-04-102-2/+2
* Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann2015-04-093-6/+6
* loplugin:staticmethodsNoel Grandin2015-04-091-1/+1
* A UNO Any can't contain an AnyStephan Bergmann2015-04-082-3/+3
* loplugin:unreffunStephan Bergmann2015-04-071-0/+10
* Remove dead INetProtocol::VimStephan Bergmann2015-04-074-8/+8
* Change "blink times" to be of type sal_uInt64Stephan Bergmann2015-04-071-1/+1
* convert SvtModuleOptions::EModule to scoped enumNoel Grandin2015-04-071-1/+1
* Add SdXImpressDocument::setTextSelection() testcase.Miklos Vajna2015-04-071-6/+36
* LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna2015-04-073-1/+31
* vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunitMiklos Vajna2015-04-071-1/+6
* sd::ViewShell::SetGraphicMm100Position: can avoid FuPoor::DRGLOG hereMiklos Vajna2015-04-071-2/+2
* Add SdXImpressDocument::postMouseEvent() testcase.Miklos Vajna2015-04-071-0/+35
* Change the Logic in SetGraphicLogicPosition()Miklos Vajna2015-04-073-4/+4
* sd::ViewShell::LogicMouseButtonUp: typoMiklos Vajna2015-04-071-1/+1
* Add testcase for sd::Window::LogicInvalidate().Miklos Vajna2015-04-075-1/+191
* sd tiled rendering: support turning an editeng selection into a table oneMiklos Vajna2015-04-071-10/+7
* tdf#90403 PPTX import: use real table sizeAndras Timar2015-04-033-0/+5
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-0213-23/+23
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-0213-23/+23
* We can no longer import those formatsKatarina Behrens2015-04-021-24/+0
* loplugin:staticmethodsNoel Grandin2015-04-025-5/+5
* convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2015-04-012-11/+11
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0112-94/+94
* tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur2015-03-311-8/+11
* bnc#910045 wrong cell fill color defined by table styleZolnai Tamás2015-03-312-0/+23
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-317-10/+10
* bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar2015-03-303-0/+310
* Add SvxTableController::setCursorLogicPosition()Miklos Vajna2015-03-301-0/+7
* SdXImpressDocument: implement resetSelection()Miklos Vajna2015-03-302-0/+25
* SdXImpressDocument: implement setGraphicSelection()Miklos Vajna2015-03-304-0/+45