/oox/

imported element/attribute ends up mapped to what looks like the "wrong" constant. So let's just make the constants match their textual representation. Change-Id: I173d4b1e5fedede18375a6f7c15b1f36a48e4063 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89627 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> remove some useless comment lines 2019-12-03T11:46:27+00:00 Noel Grandin noel.grandin@collabora.co.uk 2019-12-03T07:28:27+00:00 f656547d4d41091b5ccb729838e7355554a453cd which merely announce that the next declaration is a class Change-Id: Ifdb1398bcd99816b13e0b3769b46d0562bfbc1dc Reviewed-on: https://gerrit.libreoffice.org/84229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
which merely announce that the next declaration is a class

Change-Id: Ifdb1398bcd99816b13e0b3769b46d0562bfbc1dc
Reviewed-on: https://gerrit.libreoffice.org/84229
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
tdf#42949 Fix IWYU warnings in include/xmloff/* 2019-01-22T08:27:34+00:00 Gabor Kelemen kelemen.gabor2@nisz.hu 2019-01-12T21:28:32+00:00 6e5cdd9d550576095c046f968877956a337330cb Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id20e0bc42e39f868a7c5d49d756f2ad5e14a86c0 Reviewed-on: https://gerrit.libreoffice.org/66637 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Id20e0bc42e39f868a7c5d49d756f2ad5e14a86c0
Reviewed-on: https://gerrit.libreoffice.org/66637
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
More loplugin:cstylecast: xmloff 2018-01-15T08:00:57+00:00 Stephan Bergmann sbergman@redhat.com 2018-01-15T08:00:57+00:00 9dab60931e65220049b7c39579a57aebf0f9de5e Change-Id: I870bc9fd1c7361913b073411065ec723f6b080da
Change-Id: I870bc9fd1c7361913b073411065ec723f6b080da
loplugin:includeform: xmloff 2017-10-23T20:45:46+00:00 Stephan Bergmann sbergman@redhat.com 2017-10-23T20:27:32+00:00 3ff3a053712665402a05e1e2471807d65879b8d0 Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab
Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab
coverity#1403662 Mixing enum types 2017-04-02T16:31:48+00:00 Caolán McNamara caolanm@redhat.com 2017-04-02T11:35:41+00:00 2f33a8cd231d3842a1e5521e3a61d8e73517137b Change-Id: Ic5e797c65dfc736a9ef0ab14f3ae563216143947 Reviewed-on: https://gerrit.libreoffice.org/36020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: Ic5e797c65dfc736a9ef0ab14f3ae563216143947
Reviewed-on: https://gerrit.libreoffice.org/36020
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
templatize SvXMLEnumMapEntry 2017-03-13T09:02:22+00:00 Noel Grandin noel.grandin@collabora.co.uk 2017-03-09T07:04:15+00:00 7e9857c2935bb2533806db4e71c6cd1e171c3478 in preparation for "scoped UNO enums". This is a little hacky: In order to limit the scope of this change, the templated SvXMLEnumMapEntry struct actually has a fixed size field, and we cast it to SvXMLEnumMapEntry<sal_uInt16>* in various places, to avoid carrying the type param around. Change-Id: Idfbc5561303c557598dd5564b7a7259ae5261d83 Reviewed-on: https://gerrit.libreoffice.org/34987 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
in preparation for "scoped UNO enums".

This is a little hacky: In order to limit the scope of this change,
the templated SvXMLEnumMapEntry struct actually has a fixed size field,
and we cast it to SvXMLEnumMapEntry<sal_uInt16>* in various
places, to avoid carrying the type param around.

Change-Id: Idfbc5561303c557598dd5564b7a7259ae5261d83
Reviewed-on: https://gerrit.libreoffice.org/34987
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Remove visual noise from xmloff 2014-02-26T10:32:34+00:00 Alexander Wilms f.alexander.wilms@gmail.com 2014-02-25T22:15:32+00:00 e23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28 Change-Id: I205d4e555f5b88654a90007eb7ac05bc7b00a904 Reviewed-on: https://gerrit.libreoffice.org/8346 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: I205d4e555f5b88654a90007eb7ac05bc7b00a904
Reviewed-on: https://gerrit.libreoffice.org/8346
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
sal_Bool to bool 2013-09-16T13:08:18+00:00 Eike Rathke erack@redhat.com 2013-09-16T13:06:48+00:00 0825d0cb76a84503d77d7e635947e1f4da7e299d Change-Id: Id32780e5cb565e85f0366a91282ce085ed7d2f3c
Change-Id: Id32780e5cb565e85f0366a91282ce085ed7d2f3c