summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2015-06-03tdf#87822 Impress: hide common task toolbar in master viewPhilippe Jung
When Master Slide or Master Notes are active, hides the Common task toolbar as it it not usefull. Change-Id: Ice07661bf203c029d733614e1eceb5ef3d0661f9 Reviewed-on: https://gerrit.libreoffice.org/16060 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 1191ed8584f9fd63c39514dd2e3e71682913d4bc) Reviewed-on: https://gerrit.libreoffice.org/16061 Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-06-03tdf#88276: toolbar|sidebar button for text background colourKatarina Behrens
Change-Id: I547a562384d30b95b744673feb284ccbcf50a614 Reviewed-on: https://gerrit.libreoffice.org/16030 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Philippe Jung <phil.jung@free.fr> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-02tdf#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> (cherry picked from commit a7b926243b300daf195467111e10a7bd481828a0) Reviewed-on: https://gerrit.libreoffice.org/15999 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-06-02fdo#74132: Do not interrupt search in Impress and Draw.Jan Holesovsky
Apparently this was forgotten; Writer and Calc already support this. Change-Id: I1a187b54294cb84a1b48ef8e855cc75df3f75dd7 Reviewed-on: https://gerrit.libreoffice.org/15953 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-06-01dispose SfxControllerItem objects correctlyLászló Németh
Change-Id: Id5f80e06e5609b4e85f3d6db7bc37aabe6ef0dac Reviewed-on: https://gerrit.libreoffice.org/15976 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-31lok: Don't attempt to select the exact text after a failed search.cp-5.0-branch-pointJan Holesovsky
This is a waste - it gets unselected in the end anyway, and causes problems for LibreOfficeKit. Change-Id: I9fea5853fc8fb177b31c77c097e96c51f93a0d7d
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-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
Change-Id: Id85137ffc7309a66b04132d588d289db136117b9 Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
Change-Id: I0c7c6d095732704eb4ab48f1277a0592b1c7fa33 Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2015-05-29convert 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> Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2015-05-28lok search sd: Off-by-one; and send the page only when it changed.Jan Holesovsky
Change-Id: Ifc56c7771bfdf75531a0c5153cbcbb5c36f051b7
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-28sd LOKit callback for search not foundHenry Castro
Change-Id: Ide13a989005169cd6e8663f308d15f0e5984bd86 (cherry picked from commit c0cc9a8622a2cd0e3ba07e15a79dd65ca910b233)
2015-05-28CppunitTest_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 (cherry picked from commit 436b4451c6f36ca23c966e2391cfcf94091b6db7)
2015-05-28sd tiled rendering: avoid showing wrap around dialogMiklos Vajna
Change-Id: Id977c3a17f5e34d086ee3b68fa9ad2969f9d24c2 (cherry picked from commit 9328df9598286a94f0cf097462045a3c0a5721fc)
2015-05-28CppunitTest_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 (cherry picked from commit a0576aec8381ca8ea36d60c925e871587702c268)
2015-05-28tdf#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> (cherry picked from commit 481c185e327cb83ffcb29657d5a354eae2c4a5f3)
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
Change-Id: I9ebed313827986473c60e77b7e218b4c1b2487fe (cherry picked from commit f849d96463d967214bc063f6de912a082272c395)
2015-05-27sd: 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 (cherry picked from commit 67a37be9969d8b5a0bc8ae081bc1aba697ea6ba5)
2015-05-26Audit 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 (cherry picked from commit 67c3e2abf353c4893a4680f7a5b2d8c457ef18d1)
2015-05-22tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks
Change-Id: I4aada7f27e3a88124ad670e62ddb6c92ecf431a8
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
2015-05-16mark numbers in dockinganimation.ui as untranslatableStanislav Horacek
Change-Id: I536b20e5d48ff911ad87c486e59b121533e2870a Reviewed-on: https://gerrit.libreoffice.org/15761 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2015-05-16refactor CustomAnimationList to use RenderContextTomaž Vajngerl
Change-Id: I2a9e713ccc2bf4468f86bdcf6efdf91e4e41c8d6
2015-05-16refactor ClientBox to use RenderContextTomaž Vajngerl
Change-Id: I028da90804992a30a8d547198aa15bcc2f32e365
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-15refactor PresLayoutPreview to use RenderContextTomaž Vajngerl
Change-Id: If810985c39985b836e907fe2ff350b84ebdf6054
2015-05-15refactor TabBarControl to use RenderContextTomaž Vajngerl
Change-Id: Ie65fb06bfd5111a2d054018fd846f583606689f4
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
Change-Id: I8ecfbfecd765a35fafcbcc5452b0d04a89be2459
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
Change-Id: I4cdaf36581d1e1daa39929e621070d18a9996852
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin
Change-Id: Id7ca4853094c214b464e2dee53b10558f1f5a3ba
2015-05-15refactor SdHtmlAttrPreview to use RenderContextTomaž Vajngerl
Change-Id: I2b23764932df4a078094944d89cebb06f6eb569a
2015-05-14tdf#90607-Test Case for the patchCharu Tyagi
Change-Id: Ifcd75cc47baf9da7b3480a4a1e51853aa66c3f1c Reviewed-on: https://gerrit.libreoffice.org/15458 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
Change-Id: Ie7302c909feb2e83b8b5e62a5e6a1f901783fb49
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin
Change-Id: Ic1cb9b32fe252706cd607abb2ae1fd5a00999901
2015-05-13tdf#91125 - unwind horrendous SvTreeListBox drag&drop code.Michael Meeks
This removes a horrible mess of shoving various process pointers into byte arrays and (potentially) pushing them across a process boundary in a gross fashion. Killed the SvLBoxDDInfo struct, and its many un-used members. Instead use the existing (also non-ideal) global variable to track the relevant state. Change-Id: I0b694bd530e7019042d22e46db831b5a4aae0e23
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
Change-Id: I744d430ef6a506977eb10b892582c8969ec27524
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
Change-Id: I98e52aa56ec063ecc8f3d10baef65eb293c726bf
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl
Change-Id: I26e03159fa6115025c6cf376e6ce71443bc98cec