Age | Commit message (Collapse) | Author |
|
Change-Id: Iaaf38cf8cf9b4b772583d117a0b622fbfce3107e
|
|
Change-Id: Icb6e3e72939ab0d04d9f099f1e476131a223de48
|
|
Change-Id: I39b081b751219201e86fec1e626b450f15bea9ab
|
|
Change-Id: I5846940cc45781f4a0264047107dbb568604d543
|
|
Change-Id: I88d0fb0e7c20d4b1414516e3bd2f961811b2eb8c
|
|
Change-Id: I394d164c4d3f26d906204e2ed89efeef597ba810
|
|
SdrObject is quite large and we can't pimplize it in one go. Let's do
it bit by bit.
Change-Id: I40abe71799f6dcae90854dcc6979acc1d6ed7462
|
|
Change-Id: I5f4ccad5077427afd09668c93f56c0ecce5f6f5d
|
|
Change-Id: Ia8933697fd7bd827bb69c0976f13112eb2131888
|
|
Change-Id: I1c36077cada47bacfb8436cf3fb659e47d02da60
|
|
Change-Id: I877e3b362dd8b2f9c94e28d2ffa56c378d0d094e
|
|
...looks like loplugin:saloverride has problems detecting missing overrides in
case of covariant return types
Change-Id: I08f2f67a33cd1cfaf9308cd87d7a5f92203980ed
|
|
Change-Id: I33b639b3505d5db2ea8b708d80e68e576ec53308
|
|
Change-Id: Ie370161e51ff83cb605bc57d317ff945404e5611
|
|
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
|
|
seems to be necessary on MSVC2013
Change-Id: I19e01623ea31a3fca4fb728566bd1b756f5f8967
|
|
Change-Id: Ic2cc6507390edfd0bc5a38b655a3b652fd5ec33e
|
|
Change-Id: I7fba5d4d91c85289f2be5c0338977bea2cce2b06
Reviewed-on: https://gerrit.libreoffice.org/13178
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib09e5bca54d7176db544a7256f539a74f778d475
Reviewed-on: https://gerrit.libreoffice.org/13154
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ida16087b1d954454c672ddeec78b8dfe0e5a45fe
|
|
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>
|
|
Do it the same way as position'n'size dialog does, for that matter
move shared code into a separate header/class.
This fixes regression from .ui migration that omitted spinbox limits
Change-Id: I884904719b2608dd80aecc5d7ffb3923de71774d
Reviewed-on: https://gerrit.libreoffice.org/13174
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Katarina Behrens <bubli@bubli.org>
|
|
Change-Id: I043f740c73f1b39d81383f4f1eab2aae009ac2ba
|
|
Change-Id: I092098a2520c4856f1d394ddbe288bbc444e7db8
|
|
Change-Id: I009e3a506d9b3418215341cb7f3e232e7fcfa04b
|
|
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
|
|
Removed XLineStyle
Reviewed on:
https://gerrit.libreoffice.org/13029
Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
|
|
Change-Id: I3930757c02f9f976fb52cd75c9edab7cf75078c6
|
|
Change-Id: I792af21b0164fed4b2e22a1f95c3898ec631a25b
|
|
...like e0c2ea6bde31bd68e1794154b72fddcd40dda7f9 "Consistency around
SdrMetricItem in svx/sderitm.hxx," similar to recent
c3a9a9542b018f781ee12e6c8c943d4f19641afe "that's not right anyway, using the
Distance as a which-id."
Should all be found and fixed now with the removal of the unnecessary but
harmful default value from the two-argument SdrMetricItem ctor.
Change-Id: I6eaeb6633c9a350b18e02d476d2c8794a733cea8
|
|
It is only used locally within svx.
Change-Id: Iae53de3d1cb2b1f5f2ba5cede2794f08dfef972c
|
|
It's only used within SdrObject. This also eliminates the need to
include boost's ptr_vector in the header file.
Change-Id: I5ba9b424be21c5ee3280364de1d73b0fa3921129
|
|
Change-Id: I839435338f4acf80c40896b6c86f7ef122f5449d
|
|
Change-Id: I9ce4c11cc9e7e703fbaad76a062ad38bb900ed9a
|
|
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
|
|
that's really bugging me
Change-Id: Id15bd4dc42748b3cb24eb891741195499c5df9c3
|
|
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Ie44b8de69b98ebfa789cc8f9a1d8a60b698fc154
Reviewed-on: https://gerrit.libreoffice.org/12368
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: I2ead5d998c3b1b3cde1222fee6f072bf09ab0021
|
|
Use single click for primary action, right click for context menu
Change-Id: Ia707a88b48f4af144588c45d37acea547e77773e
|
|
Change-Id: Ib4767eeef1dc6c404bb36068f806c42ccc1086b6
|
|
Change-Id: I39ea402a3ce3296f55ea127b0139e89954e41252
|
|
Change-Id: I98b5a0b91c92e58bae3caa69a4ed35c72dc839dd
|
|
Change-Id: Ibeedfcb59e3a249c066a9c0f5dd3fcced9beed90
|
|
and make the two categories of constants non-overlapping, we
really don't need to risk confusion in order to save 6 bits in
a data structure like this.
Change-Id: I2251195d8e45ed04e2a89e47ae9c3e52cf0475c0
|
|
Plus remove some useless call of them.
Change the tests accordingly.
Change-Id: I47a50b5734d799ac02ee7221c95f82415afb9497
|
|
Change-Id: I4a979dd09418df4526409d9026d6abb98c6bf954
|
|
They are called only by themselves recuirsively,
but not from outside.
Change-Id: I1cde392c95bbc60ac7937d0bf3cd4b0fd062568b
|
|
Change-Id: I0e61aeb0705ed13872d252ee1594f9ab4aab4f8a
|
|
This thing seems a good optimization to me, but
it would be good to hide all of this swapping thing
inside GraphicObject class, to make our code more
robust (e.g. no image loss because of missing
manual swap in / swap out call).
Auto swapping mechanism will take care of that, anyway.
Change-Id: I933dafd95597ffff038dc6aeb0a64fcaa3941bd8
|