Age | Commit message (Collapse) | Author |
|
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
|
|
Change-Id: I749d78d115f641b2ac18cd6eb483c69a22ee210c
|
|
Change-Id: Ic62291a61f6f4c055255f644df5f5e02fe6d0801
|
|
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>
|
|
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>
|
|
See also:
81cd386facedfbb15be6dffc10351262abf733f3
Change-Id: Ibb21d3e5b52a4d4996202acd4a989910fa223632
|
|
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
|
|
Change-Id: I8d61702af9d650149fd1fced253007fad4605246
Reviewed-on: https://gerrit.libreoffice.org/13200
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I66a762ac267f48b9866d6ccb0fec9542eec52aaa
Reviewed-on: https://gerrit.libreoffice.org/13188
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: Ic9ad86bfc2d4d6b02afe99a34ded27fe94f54fab
|
|
Change-Id: Ie63ed8f6f66a7641ad872f93d76efb962333cec9
|
|
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>
|
|
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
|
|
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
|
|
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>
|
|
Change-Id: I9dfabddf4b51994c1ae078582dec3f385e7d1a5c
Reviewed-on: https://gerrit.libreoffice.org/12513
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
|
|
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>
|
|
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
|
|
rename the other ones and remove the unused ones
Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
|
|
Change-Id: I85053455c61322cc76df80a60885c38d1f71b3d3
|
|
Removed XLineStyle
Reviewed on:
https://gerrit.libreoffice.org/13029
Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
|
|
Change-Id: Ib8dda6eab89c92fa9bea98e3570896ea02692585
|
|
Change-Id: I790202676210e6724c369996f26651ab5307ee72
|
|
Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd
|
|
Change-Id: I7204f02253ff970a6b6f25b83268372d914d7f13
|
|
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
|
|
we're still listening to the old one here when we set a new one
Change-Id: Iaf64ba17a7adf2489a4f0475bba03a2500a556c0
|
|
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>
|
|
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>
|
|
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>
|
|
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
|
|
Change-Id: I4e146788c3ab83f714bfb0aef1da018b038be64d
|
|
Change-Id: I5fb5ef73a40162dea1356dde03ceaa75a65f842a
|
|
Change-Id: I2db9f94a517f814ef0854190e6f1194501070409
|
|
Change-Id: I3e5a70289785f905350c895b6c869eaebe360bf8
|
|
Added clear() method to OString and OUString class, Updated appropriate call-sites.
Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ib0fe869e79ceea77b4dfe00a6ad387ce9c4149cc
|
|
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
|
|
Change-Id: Ia018121ccffa9534f7d23bb768f2b2a06296cbc2
|
|
Change-Id: I982602e829bbf3f2efccfcafae67d22df8daa2e9
|
|
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>
|
|
Change-Id: I4f1ad13f73737a2c88d5b911f9df858a3427eac2
|
|
Change-Id: I071962c646199c30e842b9ec7673473de237ee45
|