Age | Commit message (Collapse) | Author |
|
Change-Id: Id1d5c3cf2f76dbb33606cec1c0f17d4a1f282247
|
|
Change-Id: I600e7dd96bcf1e173398a51f63efd66300853fb0
Reviewed-on: https://gerrit.libreoffice.org/12492
Reviewed-by: Katarina Behrens <bubli@bubli.org>
Tested-by: Katarina Behrens <bubli@bubli.org>
|
|
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>
|
|
...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
|
|
Change-Id: I2633173bb21da554f55b244d6d2947567c933c2a
|
|
Change-Id: I176a79bce85fa81310a53fcfecc6e0bc63f0ae18
|
|
Change-Id: I0f5b4b1d5f5cf872555db77f07e68b2b980e3df1
|
|
Change-Id: I51c942105fd7a00b06768154bc2c843d24196673
|
|
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
|
|
Change-Id: Ia9a3a45183b7aa8367b3146061bde5036bcd8cfe
|
|
Change-Id: I853f0c45e606297c966cd50d7086646c867596ec
|
|
Change-Id: Icbf6fa0ef02d7d8329839d7967e7e45d3e9f2b77
|
|
Change-Id: I4110fab17f42a747ec55b27445f28bdef873ef86
Reviewed-on: https://gerrit.libreoffice.org/13447
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I2af37e19f5f54557415b80d9aad2bba38d381a87
Reviewed-on: https://gerrit.libreoffice.org/13462
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
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>
|
|
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>
|
|
Removed XGradientStyle
Reviewed on:
https://gerrit.libreoffice.org/13320
Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995
|
|
Change-Id: I720b51f52010e0946061302dc733f50360073930
|
|
Change-Id: I8f5c37c99d81811f94f3f1b4e863be1de7debaec
|
|
Change-Id: I4fcced3a79113037d159301e04bdda54246edd13
|
|
IsHeadlessModeEnabled should work just as well, given that
Desktop::RegisterServices (desktop/source/app/appinit.cxx) calls
EnableHeadlessMode if IsHeadless
Change-Id: I4ffd8e6e3a37a8929620418e97854106ea937c9f
|
|
Change-Id: I735bac570a0bed35d9ddc07e5f107fb696b49082
|
|
Change-Id: I7f7e9094cb992b2cec3ab156a83791559cbb4344
|
|
Change-Id: I59989b1b5b9fc7b0cb475234dcd11a838618976f
|
|
Change-Id: I0ba682547e0dac2bac6e52decbee709a48645bd7
|
|
Change-Id: Iac97f482df9fca8563e6931e4c710c1cc4e6503d
|
|
Change-Id: I1595a9711e3d5c564f1c9028cbb756f2b0ca45f1
|
|
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
|
|
Change-Id: I6bb3225c171b1637f283de64a38dcff91f3c662c
|
|
Change-Id: I5846940cc45781f4a0264047107dbb568604d543
|
|
Change-Id: I46c2ebfae3a62d65ada50410187712ccf4c9c91e
|
|
Replace single ellipsis in buttons of sd/
Change-Id: I51f97e40f13dbe869ac7399700e717af1a7a5aed
Reviewed-on: https://gerrit.libreoffice.org/13340
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I74ccd6c8a3cfd45929973f21418458f3a83243af
|
|
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
|
|
Change-Id: If040bb32bb5289a282f315cd6ca90cbed76f9b8f
|
|
Change-Id: I79063c103707e91f04c22a284f7af035fef6d21d
|
|
To avoid regression fixed by:
02b17c1bbdd19a978b9de646c0dacdad179c60de
It seems PPTX import is broken now.
Change-Id: I17228f4d8511b43d028b9ed8a6e77505e6143860
|
|
Change-Id: I7b1ef761695579cd157168b3b9d338606abf018d
|
|
Change-Id: Ia8933697fd7bd827bb69c0976f13112eb2131888
|
|
Change-Id: I4129fdedcf99b711447aa3dd9fab3dec1bb5ad59
|
|
Change-Id: Ie5c8bc2136b56bd7bb64055c0e84c0559dd9aad2
|
|
Change-Id: I1c36077cada47bacfb8436cf3fb659e47d02da60
|
|
Change-Id: Ibb418bc13e7635e8e4605f5ebc76a5f3f719cb4c
|
|
Change-Id: I4b892790a16892396252467b3f3c31240b2f64e8
|
|
Change-Id: I17d20cce0853a7981cf55f560915c57c8325c122
|
|
Change-Id: Ifec8ab79b0ecb4ec16cb9a0cf3b67757b56ab5ad
|
|
Change-Id: I343572353b80eab8e6a2e4dacba0c4880048f380
|
|
Change-Id: If8d2be68a75e69226f2a5a1d2936a257fa032c23
|
|
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
|
|
Change-Id: Ibafe57413a60745e949dc3146fbc843c52c029d6
|