summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-02-24lok: All mouse,key events asyncPranav Kant3-28/+56
2018-02-22Revert posting key events on the main threadPranav Kant1-2/+2
2018-02-21lokdialog: Convert InfoReadonlyDialog -> execute asyncPranav Kant1-2/+3
2018-02-21lok: Factor out the code for finding vcl::Window of a documentPranav Kant1-12/+11
2018-02-21sw lok: assign a parent window to property dialogHenry Castro1-1/+1
2018-02-14lok IME: support dialogs as wellPranav Kant3-24/+16
2018-02-13lok IME: VclEventId does not existPranav Kant1-2/+2
2018-02-13sw lok: IME support + unit testPranav Kant3-0/+57
2018-02-12DOCX import: handle horizontal flip of bitmapsMiklos Vajna3-2/+22
2018-02-09sw lok: include the field name in the description of the redlineHenry Castro2-1/+38
2018-02-09sw lokit: add page syles to header & footerHenry Castro2-14/+49
2018-02-07tdf#114217: Consider relative width when importing floating tableMike Kaganski2-0/+8
2018-02-06tdf#115132: don't move out from current cell on Backspace/DeleteMike Kaganski2-63/+121
2018-01-25tdf115103: find data source if sDataSource/sCommand are emptyAron Budea1-7/+14
2018-01-25Don't create database files in $HOMEMike Kaganski1-1/+6
2018-01-24lokdialog: Convert the Tools -> Thesaurus... to async exec.Jan Holesovsky1-7/+16
2018-01-23lokdialog: Convert the Table -> Properties... to async exec.Jan Holesovsky1-23/+35
2018-01-23StartExecuteAsync doesn't need a second paramNoel Grandin3-4/+4
2018-01-19tdf#115088: Pasting multi-line text from external source behaves strangelyTamás Zolnai1-1/+4
2018-01-19Resolves: tdf#106322 keep original cell content when assigning number formatEike Rathke1-2/+25
2018-01-18sw lok: enable Page Header/FooterHenry Castro2-2/+109
2018-01-18tdf#115013: quote columns with spaces and properly escape charactersMike Kaganski3-4/+47
2018-01-18tdf#115013: write merge field column into docx merge fieldsMike Kaganski3-1/+49
2018-01-18lokdialog: Convert the Format -> Page... dialog to async exec.Jan Holesovsky3-34/+46
2018-01-18sw: Cleanup various unused return values.Jan Holesovsky3-62/+26
2018-01-18sw: Actually only .uno:StyleApply and .uno:StyleWatercanMode can return...Jan Holesovsky1-14/+21
2018-01-18lokdialog: Convert the Format -> Bullets and Numbering... dialog to async execJan Holesovsky1-40/+45
2018-01-18lokdialog: Convert the Format -> Paragraph... dialog to async exec.Jan Holesovsky1-93/+108
2018-01-18lokit: add .uno:DocumentRepair commandHenry Castro3-1/+58
2018-01-18lokdialog: Convert the Format -> Character... dialog to async exec.Jan Holesovsky2-79/+96
2018-01-15lok: Tile not invalidated with certain changesTamás Zolnai1-0/+14
2018-01-15tdf#114872: Broken selection from other userTamás Zolnai1-1/+4
2018-01-04lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2017-12-18tdf#112352 ooxmlimport: ALWAYS treat 1st nextpage w/cols as contJustin Luth2-0/+11
2017-12-18Kill old Core Text layout engineKhaled Hosny1-29/+1
2017-12-18convert ND constants to o3tl::typed_flagsNoel Grandin53-273/+288
2017-12-18convert ENABLE flags to o3tl::typed_flagsNoel Grandin2-37/+44
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl11-19/+13
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-2/+2
2017-12-18convert SFX_VISIBILITY constants to scoped enumNoel Grandin24-24/+27
2017-12-18convert SFXWB_ constants to scoped enumNoel Grandin2-2/+2
2017-12-18tdf#42949 Remove unused uno headers from /sw/source/uibaseBartosz Kosiorek57-171/+3
2017-12-18tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek47-100/+0
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin46-92/+92
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin9-16/+16
2017-12-10tdf#114338 don't crash on watermark insert w/ existing headerSzymon Kłos1-4/+13
2017-12-10tdf#114308 DOC import correctly watermark without paddingSzymon Kłos2-0/+8
2017-12-10tdf#114308 Export Watermark size as isSzymon Kłos5-33/+21
2017-12-07tdf#113037 Watermark centered in DOCSzymon Kłos2-3/+8
2017-12-07tdf#113037 Unify Watermark in DOC & DOCXSzymon Kłos2-14/+18