summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Collapse)Author
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Id1d5c3cf2f76dbb33606cec1c0f17d4a1f282247
2014-12-17fdo#86627 - Change Image Crop BehaviorJoel
Changed behavior of right click context crop image from bringing up dialog for crop (uno:GrafAttrCrop) to the interactive crop (uno:Crop) Change-Id: I98d01c39ad5baa894bb687e8adb3dced478d855c Reviewed-on: https://gerrit.libreoffice.org/13472 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
...to use single ASCII character literals "more directly" in the OUString API (instead of having to go via an intermediary OUString ctor call). Especially useful for character literals that are defined as const variables or via macros ("direct" uses of character literals in the OUString API can often simply be replaced with single-character string literals, for improved readability). (The functions overloaded for OUStringLiteral1 are those that are actually used by the existing LO code; more could potentially be added. The asymmetry in the operator ==/!= parameter types is by design, though---writing code like 'x' == s is an abomination that shall not be abetted.) Change-Id: Ic5264714be7439eed56b5dfca6ccaee277306f1f
2014-12-17convert docking animation window to .uiCaolán McNamara
Change-Id: I2633173bb21da554f55b244d6d2947567c933c2a
2014-12-17relax assert, 0 is fineCaolán McNamara
Change-Id: I176a79bce85fa81310a53fcfecc6e0bc63f0ae18
2014-12-17fix Windows buildLászló Németh
Change-Id: I0f5b4b1d5f5cf872555db77f07e68b2b980e3df1
2014-12-16drop useless commentDavid Tardon
Change-Id: I51c942105fd7a00b06768154bc2c843d24196673
2014-12-16this horror depends on unsigned max increment to wrap-around to 0Caolán McNamara
understandable dbgutil out of bounds iterator checking regression from commit 3af368f0f8e6691aa2eef177ccfcfcb95885c84b Date: Tue Aug 14 21:03:04 2012 +0200 AnimationWindow: convert List to std::vector Change-Id: I8ff3e0726cc0d6e643f2f4e08b0ca41e327e5efc
2014-12-15coverity#704777 Explicit null dereferencedCaolán McNamara
Change-Id: Ia9a3a45183b7aa8367b3146061bde5036bcd8cfe
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I853f0c45e606297c966cd50d7086646c867596ec
2014-12-15-Werror,-WswitchNoel Grandin
Change-Id: Icbf6fa0ef02d7d8329839d7967e7e45d3e9f2b77
2014-12-15fdo#84938 replace PPT_PLACEHOLDER_ constants->enumTobias Madl
Change-Id: I4110fab17f42a747ec55b27445f28bdef873ef86 Reviewed-on: https://gerrit.libreoffice.org/13447 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-12fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
Removed XHatchStyle Change-Id: I89e7edadc4f408e5a50840aaa1a13965b8503afb Reviewed-on: https://gerrit.libreoffice.org/13442 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-12fdo#84938 replace PPT_LAYOUT_ constants with enumTobias Madl
Change-Id: I3c77e7e551bd4b657cb58fdfeead73d50441e890 Reviewed-on: https://gerrit.libreoffice.org/13437 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-11fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
Removed XGradientStyle Reviewed on: https://gerrit.libreoffice.org/13320 Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995
2014-12-11document 735481 Logically dead codeCaolán McNamara
Change-Id: I720b51f52010e0946061302dc733f50360073930
2014-12-11coverity#704009 Unchecked return valueCaolán McNamara
Change-Id: I8f5c37c99d81811f94f3f1b4e863be1de7debaec
2014-12-11document 704296 Logically dead codeCaolán McNamara
Change-Id: I4fcced3a79113037d159301e04bdda54246edd13
2014-12-10Any reason to use IsHeadlessModeRequested here?Stephan Bergmann
IsHeadlessModeEnabled should work just as well, given that Desktop::RegisterServices (desktop/source/app/appinit.cxx) calls EnableHeadlessMode if IsHeadless Change-Id: I4ffd8e6e3a37a8929620418e97854106ea937c9f
2014-12-10priorities: prevent future compatibility problemsTobias Madl
Change-Id: I735bac570a0bed35d9ddc07e5f107fb696b49082
2014-12-10loplugin:cstylecastStephan Bergmann
Change-Id: I7f7e9094cb992b2cec3ab156a83791559cbb4344
2014-12-09-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I59989b1b5b9fc7b0cb475234dcd11a838618976f
2014-12-09-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I0ba682547e0dac2bac6e52decbee709a48645bd7
2014-12-09changed timers to idlesTobias Madl
Change-Id: Iac97f482df9fca8563e6931e4c710c1cc4e6503d
2014-12-09changed timers to idlesTobias Madl
Change-Id: I1595a9711e3d5c564f1c9028cbb756f2b0ca45f1
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I6bb3225c171b1637f283de64a38dcff91f3c662c
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I5846940cc45781f4a0264047107dbb568604d543
2014-12-09changed timer to idleTobias Madl
Change-Id: I46c2ebfae3a62d65ada50410187712ccf4c9c91e
2014-12-08limit scope of variableDavid Tardon
Change-Id: I74ccd6c8a3cfd45929973f21418458f3a83243af
2014-12-08don't copy stylesheet's HelpID if this's a renameDavid Tardon
This causes problems for renamed copies of std. styles, as they have special handling in SdStyleSheet::SetHelpId, which would set the API name to std. value too. That means that there would be two (or more) stylesheets with the same API name. On export, only one of them would be exported. Change-Id: I19d243bd3f73995e8de2d251e3d8b7f93219c3a9
2014-12-08coverity#1257112 Uninitialized scalar fieldCaolán McNamara
Change-Id: I79063c103707e91f04c22a284f7af035fef6d21d
2014-12-07Unused forward declStephan Bergmann
Change-Id: I7b1ef761695579cd157168b3b9d338606abf018d
2014-12-07sd: use GetUndoAction()Miklos Vajna
Change-Id: I4129fdedcf99b711447aa3dd9fab3dec1bb5ad59
2014-12-07Work around error: member access into incomplete type 'MarkedUndoAction'Tor Lillqvist
Change-Id: Ie5c8bc2136b56bd7bb64055c0e84c0559dd9aad2
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida
Change-Id: I1c36077cada47bacfb8436cf3fb659e47d02da60
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-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
Change-Id: Ie63ed8f6f66a7641ad872f93d76efb962333cec9
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156