summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-07tdf#113037 DOCX Watermark correct ratioSzymon Kłos2-0/+17
2017-12-07tdf#113037 create Watermark with correct ratioSzymon Kłos2-6/+20
2017-12-05Fix typosAndrea Gelmini4-5/+5
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin28-119/+118
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski7-0/+7
2017-12-05vector::data seems more natural than &vector::frontCaolán McNamara2-28/+27
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin17-123/+90
2017-12-05new loplugin useuniqueptrNoel Grandin9-35/+28
2017-12-05new loplugin: useuniqueptr: vclNoel Grandin1-2/+2
2017-11-29Use UTF-8 sequences (VS2013 doesn't accept u8)Mike Kaganski2-2/+2
2017-11-29Tile the writer surround rendering to avoid large image scaling.Michael Meeks1-12/+27
2017-11-28sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro11-0/+210
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-9/+0
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2-128/+4
2017-11-28lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky2-18/+18
2017-11-28lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant2-107/+26
2017-11-28tdf#104492: Fix bad docx opening and bad layoutDimitri Bouron3-0/+11
2017-11-27ofz#4066 Bad-castCaolán McNamara4-9/+10