summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2014-12-05Remove unused functionStephan Bergmann
Change-Id: Ibb418bc13e7635e8e4605f5ebc76a5f3f719cb4c
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I4b892790a16892396252467b3f3c31240b2f64e8
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I17d20cce0853a7981cf55f560915c57c8325c122
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Ifec8ab79b0ecb4ec16cb9a0cf3b67757b56ab5ad
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I343572353b80eab8e6a2e4dacba0c4880048f380
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: If8d2be68a75e69226f2a5a1d2936a257fa032c23
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon
Also hide copy ctor and assignment operator of all derived classes, to ensure that Clone() is the only method to make copies of them. Change-Id: Icb3b50c63b086abe8c9add32e3041fe19692d20b
2014-12-04Don't start Impress Remote server in headless mode.Andrzej Hunt
Change-Id: Ibafe57413a60745e949dc3146fbc843c52c029d6
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann
Change-Id: I749d78d115f641b2ac18cd6eb483c69a22ee210c
2014-12-03Related: fdo#78151 only make outline, title and subtitle read-onlyCaolán McNamara
Change-Id: Ic62291a61f6f4c055255f644df5f5e02fe6d0801
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
Change-Id: I8275832d8dae43b374bddd48520d11592e9a6a1f Reviewed-on: https://gerrit.libreoffice.org/13134 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
Removed XDashStyle Change-Id: Id14802a007a90508ee033e1dc964c57d3d5ef582 Reviewed-on: https://gerrit.libreoffice.org/13213 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-11-30PPTX import: fix import of shape line properties defined by themeZolnai Tamás
See also: 81cd386facedfbb15be6dffc10351262abf733f3 Change-Id: Ibb21d3e5b52a4d4996202acd4a989910fa223632
2014-11-30bnc#904423: Text(box) is rendered white on white when it is notZolnai Tamás
The problem was that the background color defined by theme was not imported correctly, because the different fill style comes from different sources (master slide, theme, direct formatting) were applied on the shape in wrong order. To solve this we need to store master slide defined fill style in a different variable so theme style can be applied after master slide defined style but before direct formatting. Change-Id: I99ea981858b9fa391915570187c8ddfdf2be1f7a
2014-11-30fdo#86035 impress and draw use .uno:Text and not .uno:DrawTextYousuf Philips
Change-Id: I8d61702af9d650149fd1fced253007fad4605246 Reviewed-on: https://gerrit.libreoffice.org/13200 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-11-29fdo#86035 removed uno:InsertDraw and added shapes submenu to writerYousuf Philips
Change-Id: I66a762ac267f48b9866d6ccb0fec9542eec52aaa Reviewed-on: https://gerrit.libreoffice.org/13188 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-11-28fdo#84043: add a test for the bugMichael Stahl
Change-Id: Ic9ad86bfc2d4d6b02afe99a34ded27fe94f54fab
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
Change-Id: Ie63ed8f6f66a7641ad872f93d76efb962333cec9
2014-11-25fdo#84848 enable 'save as' button in toolbarYousuf Philips
Change-Id: Ie84ad526f6756e996e1955610d0a9c627d1e0c8c Reviewed-on: https://gerrit.libreoffice.org/13060 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
2014-11-25We now only need one bit of information hereCaolán McNamara
whether there *is* an id, or whether there is not an id. An id of 0 seems to be used as a flag that an interface is some sort of superclass which can be subclassed by something else and have its toolbars etc reused. Convert this to a bool so we don't need an a resource id for each one and just drop the third arg for the normal "final" case and use a different define for the inheritable case Change-Id: I98380f03d73d57bf8cba02d339097e384518abaa
2014-11-25fdo#86440 move header and footer entry to insert menuYousuf Philips
Change-Id: Id3c81d50e504e3d2e29f921955a10ef00c2d3646 Reviewed-on: https://gerrit.libreoffice.org/13026 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#75757: remove inheritance to std::mapJuan Picca
Change-Id: I9dfabddf4b51994c1ae078582dec3f385e7d1a5c Reviewed-on: https://gerrit.libreoffice.org/12513 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
2014-11-24fdo#84909 move zoom to object and added/hid/unhid some other buttonsYousuf Philips
Change-Id: I5235c790f7e9b755ef57a9e6643b049ea802ec30 Reviewed-on: https://gerrit.libreoffice.org/13063 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara
rename the other ones and remove the unused ones Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
2014-11-24RID_APPTITLE is unused in sd, StarImpress 4.0Caolán McNamara
Change-Id: I85053455c61322cc76df80a60885c38d1f71b3d3
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
Removed XLineStyle Reviewed on: https://gerrit.libreoffice.org/13029 Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
2014-11-23fdo#86546 Open the right tab for more bullets and numberingMaxim Monastirsky
Change-Id: Ib8dda6eab89c92fa9bea98e3570896ea02692585
2014-11-23Related: fdo#83572 Deactivate previous function when inserting objectMaxim Monastirsky
Change-Id: I790202676210e6724c369996f26651ab5307ee72
2014-11-22fdo#86550 make some strings localizableAndras Timar
Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd
2014-11-21coverity#1209008 Unchecked return valueCaolán McNamara
Change-Id: I7204f02253ff970a6b6f25b83268372d914d7f13
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
Unfortunately iwyu gets quite confused by the weird cyclic dependencies between various foo.h/foo.hxx and cppumaker generated headers, so it's not obvious if any improvement here is realistic... Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721
2014-11-18assert because still listening to the wrong view when SetView usedCaolán McNamara
we're still listening to the old one here when we set a new one Change-Id: Iaf64ba17a7adf2489a4f0475bba03a2500a556c0
2014-11-18fdo#86209 reorganized the view menu in impress and drawYousuf Philips
Change-Id: If37554f66fd329818437863447222a5667740a0c Reviewed-on: https://gerrit.libreoffice.org/12421 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18fdo#84909 add distribution selection to drawing toolbarYousuf Philips
Change-Id: I26ee0cb8529b0a1bea354d2ac003cfc1efb9ced3 Reviewed-on: https://gerrit.libreoffice.org/12471 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18fdo#84909 more reworking of the toolbars in impress and drawYousuf Philips
Change-Id: Ib6cdda8081a567fed44b1b78973c9d0b7dc4c4bf Reviewed-on: https://gerrit.libreoffice.org/12470 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-17Related: fdo#83572 Try to fix zoom mode button stateMaxim Monastirsky
Change-Id: I4e146788c3ab83f714bfb0aef1da018b038be64d
2014-11-16coverity#1251173 Dereference before null checkCaolán McNamara
Change-Id: I5fb5ef73a40162dea1356dde03ceaa75a65f842a
2014-11-14more catch by referenceCaolán McNamara
Change-Id: I2db9f94a517f814ef0854190e6f1194501070409
2014-11-14coverity#1251173 Dereference before null checkCaolán McNamara
Change-Id: I3e5a70289785f905350c895b6c869eaebe360bf8
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-14Silence winsock deprecation warningStephan Bergmann
Change-Id: Ib0fe869e79ceea77b4dfe00a6ad387ce9c4149cc
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
And remove the tools/fract.hxx include. grep -l -r fract.hxx workdir/Dep/*Object* |wc -l before: 4569 after: 1851 Shrinks some libraries, example from --enable-dbgutil Fedora gcc 4.8.3: libvcllo.so by 473k (0.35%) libswlo.so by ~1Mb (sadly that is just 0.2%) Change-Id: I09bd025d551a5d2c5528b938a68c6aa5f8f114a0
2014-11-13coverity#1251594 Uncaught exceptionCaolán McNamara
Change-Id: Ia018121ccffa9534f7d23bb768f2b2a06296cbc2
2014-11-13limit width of list whose text can grow to silly widthsCaolán McNamara
Change-Id: I982602e829bbf3f2efccfcafae67d22df8daa2e9
2014-11-13Resolves fdo#85750: Custom Animation timeing does not retain settingsJulien Nabet
Conflicts: sd/source/ui/animations/CustomAnimationPane.cxx Change-Id: Id6bbd113630348493ed1e67da72c7a42c5188b44 Reviewed-on: https://gerrit.libreoffice.org/12236 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13add CVE-2014-6352 testcaseCaolán McNamara
Change-Id: I4f1ad13f73737a2c88d5b911f9df858a3427eac2
2014-11-13loplugin: cstylecastNoel Grandin
Change-Id: I071962c646199c30e842b9ec7673473de237ee45