summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky2018-03-082-5/+5
* oox: unit-tests for custom package preservationAshod Nakashian2018-03-073-8/+36
* tdf#97614 Fixing initialization code for Bluetooth and IP Server for Impress.Rostislav Kondratenko2018-03-062-7/+4
* sd lok: Delete selection highlight after cutting text.Tamás Zolnai2018-02-262-0/+42
* lok: All mouse,key events asyncPranav Kant2018-02-246-67/+69
* Add some extra assert to this test caseTamás Zolnai2018-02-221-4/+5
* Revert posting key events on the main threadPranav Kant2018-02-221-2/+3
* lok: Factor out the code for finding vcl::Window of a documentPranav Kant2018-02-211-15/+9
* sd lok: Fix pasting text on slideTamás Zolnai2018-02-213-1/+73
* tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai2018-02-196-0/+50
* PPTX export scale for TextFitToSizeSzymon Kłos2018-02-192-0/+17
* tdf#51340: Line spacing is imported incorrectly from PPTXTamás Zolnai2018-02-152-0/+42
* lok IME: support dialogs as wellPranav Kant2018-02-143-30/+15
* lok IME: VclEventId does not existPranav Kant2018-02-131-2/+2
* sd, sc lok: IME support + unit testsPranav Kant2018-02-133-0/+71
* tdf#114821 import/export/place complex data labels in chartsSzymon Kłos2018-02-122-0/+49
* tdf#115394 correct transition in case of 0sSzymon Kłos2018-02-123-5/+21
* tdf#115394 export custom transition time in PPTXSzymon Kłos2018-02-122-41/+146
* tdf#115394 export correct slide transition time in PPTSzymon Kłos2018-02-125-6/+90
* tdf#115394 import custom slide transition time in PPTXSzymon Kłos2018-02-124-1/+36
* PPTX Fix export of rotated group shapesPaul Trojahn2018-02-092-0/+15
* Resolves: tdf#110077 move the SvxBackgroundColorItem<->SvxBrushItem conversionCaolán McNamara2018-02-052-26/+2
* lokdialog: Parents for the Impress async dialogs.Jan Holesovsky2018-01-243-4/+5
* StartExecuteAsync doesn't need a second paramNoel Grandin2018-01-233-3/+3
* lokdialog: Convert the Format -> ... -> Area... to async exec.Jan Holesovsky2018-01-182-28/+34
* lokdialog: Convert the Format -> ... -> Line... to async exec.Jan Holesovsky2018-01-182-31/+41
* lokdialog: Convert the Format -> ... -> Position and Size... to async exec.Jan Holesovsky2018-01-182-64/+100
* lokit: add .uno:DocumentRepair commandHenry Castro2018-01-182-1/+56
* tdf#114848 Don't save empty themesSzymon Kłos2018-01-173-0/+18
* lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky2018-01-041-1/+1
* Drop a bunch of font metrics flagsKhaled Hosny2017-12-182-2/+2
* vcl: rename Window::Notify to EventNotifyMichael Stahl2017-12-189-15/+15
* use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2017-12-186-6/+6
* convert SFX_VISIBILITY constants to scoped enumNoel Grandin2017-12-182-6/+6
* convert SFXWB_ constants to scoped enumNoel Grandin2017-12-181-1/+1
* tdf#42949 Remove unused uno headers from /sd/source/coreBartosz Kosiorek2017-12-1810-21/+1
* convert DecodeMechanism to scoped enumNoel Grandin2017-12-1821-39/+39
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2017-12-185-5/+5
* convert PolyFlags to scoped enumNoel Grandin2017-12-181-8/+8
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-0524-62/+62
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-12-053-5/+7
* vector::data seems more natural than &vector::frontCaolán McNamara2017-12-051-1/+1
* convert BmpConversion to scoped enumNoel Grandin2017-12-051-1/+1
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-12-055-45/+30
* sd: enable language status bar itemHenry Castro2017-11-305-36/+40
* sd lok: ensure default viewHenry Castro2017-11-284-12/+39
* lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2017-11-282-9/+0
* lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2017-11-282-0/+9
* PPTX export: correct position of rotated groupsSzymon Kłos2017-11-063-0/+30
* PPTX export: remember color schemes in themeSzymon Kłos2017-11-064-51/+182