Age | Commit message (Collapse) | Author |
|
Change-Id: I52693e59a37e36fa0bb21732efe90af84fe6d6c6
|
|
found by temporarily marking Reference as SAL_WARN_UNUSED.
Change-Id: I18809b62654467f890016adcc92576980ced393b
Reviewed-on: https://gerrit.libreoffice.org/37511
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I59d65ba81afab41e781f9dea5339a01d7918c51c
|
|
found with the following script:
git ls-files *.hxx | xargs perl -0777 -ne 'if
(/include.*
.*
.*
"; close ARGV }'
Change-Id: I3afb0e81eb315c34bc0eb6bb4733dd1f0537d5c0
|
|
Change-Id: I3aa15efd12b8c9b20319a1975dbbd541783aea2d
|
|
Change-Id: I65706e3e87c1ce287020c90a89f7dc00866bef64
Reviewed-on: https://gerrit.libreoffice.org/18501
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I2a1add8cf526cdb305ad99ccb138454a88f2fdbd
|
|
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
|
|
Change-Id: I88ab4c51ff59312127681d3087d22b9c79192b94
|
|
Change-Id: Ic2054af851bb9d195be4d550f36b1d7349f90204
|
|
This reverts commit 05050cdb23de586870bf479a9df5ced06828d498,
not all places that use e.g. OStringToOUString to convert potential UTF-8
are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and
some places like e.g. in codemaker are happy with the best-effort effect
of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS).
|
|
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
|
|
Change-Id: Id1045a7f66b4fa10b6491587ba07246a31ceba72
|
|
Change-Id: I031921d6869d3bbdef4ed11e4316b6cd977992ca
|
|
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
|
|
Change-Id: I893d00a61d314926f84fb3e94743aba2ef5622c4
|
|
It's not very efficient, because we generally end up copying it twice -
once into the parameter and again into the destination OUString.
So I create a clang plugin that finds such places and generates a
warning so that we can convert them to pass-by-reference.
Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361
|
|
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
The InteropGrabBag property adds a lot of noise to this tests and it
doesn't actually have any purpose, because we are building their own
tests for InteropGrabBag-supported document attributes.
We have removed this property by default but we left a flag to enable
it when it's convenient for debugging.
Change-Id: I97cc7ba171783222a57ab5a96e5755070b949505
|
|
Change-Id: I1ee4b82e04318a50db8bb54bd5c7e00c79177d37
Reviewed-on: https://gerrit.libreoffice.org/6984
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Ic1ab8840c9e543cebf322de922b01739684789ad
|
|
|
|
Change-Id: Icb19121e39565a3588c0acd14db114a8572b00fa
|
|
XShapeDumper is now also dumping the
InteropGrabBag property as a new empty element.
In the future, new "private" properties added to
the grab bag could be dumped too.
Updated the unit tests accordingly.
Change-Id: I7526dbd64bdc08915dc71f1167f05224118f17a6
Reviewed-on: https://gerrit.libreoffice.org/5848
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: I304b8021225c105f068c793ce04a447d4db4f7cf
|
|
Added the new InteropGrabBag property to the Shape
service and modified the JUnit UNO unit tests for
it.
Added specific implementation in the svx module
for the SvxShape class.
This new property is intended by now for its usage
on preserving OOX's Smart-Art but it could also be
used for preserving other attributes for
interoperability among document formats.
Change-Id: Idc7a8e91592399ff05effd4da6eaa2935f8f4d42
Reviewed-on: https://gerrit.libreoffice.org/5769
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: I19cbae855996bffb18206b9003e22a2bcc0c75d9
|
|
Change-Id: Id401feed7d629cbc0c24428b0c1273afdb31be89
|
|
+ update the expected dumps together with that.
This allows testing of the other part (wrong text color and size, commit
55c63ccfd460895af22e91979967cec15d80b72d) of n#758621 too.
Change-Id: Ie93feb9d9d05eb4e11106bf9aa1f237947351b4e
|
|
|
|
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
|
|
the intent of this header has canged over time. now it is already
systematically included with ustring.hxx and the operator overload it
provide fit nicely there...
Just to be safe, since that include as been added to the api during the
3.5 timeframe and therefore is already in 'production'
the header remain and simply attempt to include ustring.hxx
but a warning is issued indicating that this header should not be used
anymore... in a couple of major release we will thenr emove it completely
All internal users of that header are converted.
Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
Reviewed-on: https://gerrit.libreoffice.org/634
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I04f64b11b484be8c997e1dbab8de35282fa64289
|
|
Change-Id: Ia735ee75b75b3e2dafe610cf5cd513dd7d4b7392
|
|
Change-Id: I79731b0e8a991a96b87938749fa9898110fe2dde
|
|
Change-Id: If16ce75845383cf697a2f1e4cef438a8bc43c125
|
|
Change-Id: I174b34835cc955c234a06618a48f61fc700e4400
|
|
Change-Id: Ie0e37aae9be1c6fcf3f8c0b8d571dc3786f38205
|
|
Change-Id: I37761931b9f8351036f360423f481f53a59855fb
|
|
Change-Id: Idb4cd44da611973c92bda6de779daf3aa8425168
|
|
don't indent after namespace declaration
Change-Id: I3773521abd2463269c58162eae6a608085b1bf9f
|
|
Change-Id: I0a24a0e9c4a3b818c9144bc38857b67e49483915
|
|
Change-Id: Ib31fc84424d4a57e8f3bcca2054016c5809b6f10
|
|
Change-Id: I4945ee8cba2d9d4fc9f374cf0002dbdb99d6df28
|
|
Change-Id: I4088e15cf010f2c0c4493b9a7781c9720d375480
|
|
Change-Id: I696c7bfc6f0f7e50d0f0ae84a9e96c6b2f1bd554
|
|
Change-Id: Ie83dfd31196cc9777e4d582f45f27ff74482d2b4
|
|
Change-Id: Ibaa5f782d511d406575bfec6267f95d6ae50b87c
|
|
Change-Id: Iddd10cb3baffbb3f40bd6af15e48bcfb7ea8317e
|
|
Change-Id: I4acfe9f1d1ca9bb4f434376bd6fd23804b66a25f
|