summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2015-06-02loplugin:loopvartoosmallNoel Grandin
Change-Id: I809e408c994222cfa95ba8f56e4db7bd96be7080
2015-06-01tdf#88276: Add background colour toolbar and sidebar buttonsKatarina Behrens
but they do nothing yet, follow-up commit(s) add real functionality to them Change-Id: Ieac5d0326b284069b8da1b39f94bdb5a8c84b6dd Reviewed-on: https://gerrit.libreoffice.org/15841 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-01tdf#88276: Add slot and handlers for toolbar|sidebar buttonsKatarina Behrens
those changes make getting/setting of text background colour possible from toolbar and sidebar buttons, but likely more handlers needs to be added to various other places in the code Change-Id: I698ca2304399befdd63317eb8872aa3129f27637 Reviewed-on: https://gerrit.libreoffice.org/15909 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-31lok: Don't attempt to select the exact text after a failed search.Jan Holesovsky
This is a waste - it gets unselected in the end anyway, and causes problems for LibreOfficeKit. Change-Id: I9fea5853fc8fb177b31c77c097e96c51f93a0d7d
2015-05-31tdf#87862: Rearranging the lower half of slide transition tabRishabh Kumar
Follow up commit for the minor tweaks Change-Id: I9f274e38c7d0adfc431dc9a11000c3ce9fad3a3e Reviewed-on: https://gerrit.libreoffice.org/15929 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-31sd lok: Send the part number when search always.Jan Holesovsky
The protocol is stateless, the client might have switched to another part, and we wouldn't know. Change-Id: I1b785d94c9fac86a124d72dd9ea9b35b839a39b8
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh
Change-Id: Id5f80e06e5609b4e85f3d6db7bc37aabe6ef0dac
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
Change-Id: I62dd164e281911d9db3de453789a5badc7cd5fd7 Reviewed-on: https://gerrit.libreoffice.org/15954 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: I3da21ec39ea4802e2f95943dee4e02e1490a513f
2015-05-29sd: remove no longer relevant TODOMiklos Vajna
setPartMode() already implements the idea mentioned by this comment, I think. Change-Id: I68e5fb905ebbad44982fef559389a611567ee185
2015-05-29convert PRESENTATION constants to scoped enumNoel Grandin
Change-Id: Ic7b0b1d433456f1a27a76314a5890b9ae7f70a69
2015-05-28fdo#74132: Do not interrupt search in Impress and Draw.Jan Holesovsky
Apparently this was forgotten; Writer and Calc already support this. Change-Id: I1a187b54294cb84a1b48ef8e855cc75df3f75dd7
2015-05-28lok search sd: Off-by-one; and send the page only when it changed.Jan Holesovsky
Change-Id: Ifc56c7771bfdf75531a0c5153cbcbb5c36f051b7
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
Change-Id: I36a53112e75fca9208b2f91e224a7c671695509b
2015-05-28sd: Notify about the part change (when searching) only once.Jan Holesovsky
Change-Id: Iae0e3fa0ec86898f17bc4b595075c3a2384ecfb2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
Replace all calls looking like ADialog(some params).Execute() by ScopedVclPtrInstance<ADialog>::Create(some parms)->Execute() Change-Id: I0b6f0a9ea5ef0a749ffa30ce131e9dc989604639 Reviewed-on: https://gerrit.libreoffice.org/15915 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-28indentation fixesMiklos Vajna
Change-Id: I267bb8b66c6c568718cec3f292f0b63737693b37
2015-05-27Coding style: removing the scope resolution operator in xDocShRef declarationsRobert Antoni Buj Gelonch
Change-Id: Ie88d2f3d6af3553976ebe0d299c4e9f31443cda6 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-05-27CppunitTest_sd_tiledrendering: add search-not-found testcaseMiklos Vajna
Fails without commit c0cc9a8622a2cd0e3ba07e15a79dd65ca910b233 (sd LOKit callback for search not found, 2015-05-27). Change-Id: I26ce4eab3d0bf3abc4a59d0dd21d5f2f5de78017
2015-05-27sd tiled rendering: avoid showing wrap around dialogMiklos Vajna
Change-Id: Id977c3a17f5e34d086ee3b68fa9ad2969f9d24c2
2015-05-27CppunitTest_sd_tiledrendering: add part switching testcaseMiklos Vajna
Fails with the last hunk of commit 67a37be9969d8b5a0bc8ae081bc1aba697ea6ba5 (sd: fix LOK search result highlight when result is not on the current slide, 2015-05-26) reverted. Change-Id: I5f8b57784ad1de1434113af7f94c9fde8672b4d5
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin
Change-Id: I6c3a95cdcb15e5b1d4adb13908a751b06a302e20
2015-05-27sd LOKit callback for search not foundHenry Castro
Change-Id: Ide13a989005169cd6e8663f308d15f0e5984bd86
2015-05-27tdf#90338 tdf#84254 DrawingML export fixAndras Timar
Change-Id: I610d8099f057a2a34a1f9573d8ac16b5b8da9fc7 Reviewed-on: https://gerrit.libreoffice.org/15918 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
Change-Id: I9ebed313827986473c60e77b7e218b4c1b2487fe
2015-05-26sd: fix LOK search result highlight when result is not on the current slideMiklos Vajna
By adding a new callback event, so clients can switch to the correct slide. Change-Id: I6c2388eb11ef97811cc644fe3a9d3866aa82fd75
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
Change-Id: I5696fa39b2d032735cea7abe039349d4f83cf68d
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the IDL docs for XWindowPeer Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
Hold a reference on the VclPtr while we're waiting for the UserEvent. Change-Id: I55c2671ca12eb14761c6a7dffd551af71547ecbd
2015-05-25impress: right click to insert imageCaolán McNamara
Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin
Change-Id: I590a87c832bc59947ae04e52d3ac5ea71574bb11 Reviewed-on: https://gerrit.libreoffice.org/15888 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin
Change-Id: I91a583fe7d4195ee6bc73b4854f757517b38408b
2015-05-23sd: consistent code formattingThorsten Behrens
Align statements, redux of vertical space footprint. Change-Id: I00bcdb7dacffba944bbc26c7e9abf75e505bf21b
2015-05-22LOK: remove unused LOK_PARTMODE_EMBEDDEDOBJMiklos Vajna
Change-Id: I8cbb5b7a134fb84bd2c363b06f06f7f40964521f
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
Change-Id: Id85137ffc7309a66b04132d588d289db136117b9
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
Change-Id: I0c7c6d095732704eb4ab48f1277a0592b1c7fa33
2015-05-22loplugin:constantfunctionNoel Grandin
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
2015-05-22convert POINTER constants to scoped enumNoel Grandin
Change-Id: Iea29ce5fd6c620535197d3ca8538335078430e19 Reviewed-on: https://gerrit.libreoffice.org/15825 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-21tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks
Change-Id: I4aada7f27e3a88124ad670e62ddb6c92ecf431a8
2015-05-21convert MENUBAR_MODE constants to scoped enumNoel Grandin
Change-Id: Ie4cda46d02e82cca1710603cfb3af379c702d9d7
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
Change-Id: I5ebd77edfa29d6c6c7acea37e826ef1d625916c3
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
Change-Id: I175b8ea4e8bc01c3cdd3dd90506eba01b35e0085
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
Change-Id: I36cbe8057d09226f8b302963bdd94dc5600b686f
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01
2015-05-19Related tdf#88056: Use different placeholders for Impress and DrawKatarina Behrens
Change-Id: Ib087baada3660bf0d31e1295cbac322dada53d2d
2015-05-19basic: used typed LINKsNoel Grandin
Change-Id: I8770a782e7ff5529e30aee13558711bdd8a4070d
2015-05-18Fix build (use correct text field UNO type)Katarina Behrens
Change-Id: I55725910c6882b9664c7490a865e9220fbb5c5d6
2015-05-18Make more FuText members privateStephan Bergmann
...and remove unused aOldLink Change-Id: Ie1ff1db7c72e8efcfab3e61c31d03f5c9068275f
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann
Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733