summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-27ofz: returning SfxPoolItem belonging to localCaolán McNamara2-3/+4
2017-11-24tdf#67207: export MERGEDIELD to DOCX and DOCMike Kaganski6-5/+62
2017-11-19tdf#113790: skip charfmt grabbag items existing in autofmt grabbagMike Kaganski3-0/+45
2017-11-16lokdialog: Expose cursor visible statusPranav Kant2-3/+7
2017-11-15lokdialog: Move getting dialog information in separate LOK callPranav Kant2-6/+21
2017-11-15lokdialog: Support painting parts of the dialogPranav Kant2-3/+3
2017-11-15lokdialog: Tunnel dialog title to lokclient as outparamPranav Kant2-2/+5
2017-11-15lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-1/+1
2017-11-15Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant2-3/+3
2017-11-15lokdialog: Mouse events for dialog floating child windowsPranav Kant2-0/+43
2017-11-15lokdialog: Support for rendering floating window dialog widgetsPranav Kant2-0/+29
2017-11-15lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant2-0/+10
2017-11-15lokdialog: Handle key events in corePranav Kant1-1/+30
2017-11-15lokdialog: Forward mouse events to vcl; enable mouse movePranav Kant1-1/+1
2017-11-15lokdialog: Set up intial posting mouse events to dialogsPranav Kant2-7/+42