summaryrefslogtreecommitdiffstats
path: root/include/oox/dump
Commit message (Collapse)AuthorAgeFilesLines
* inline use-once typedefsNoel Grandin2017-12-191-7/+4
| | | | | | | Change-Id: I5c3ffc03c26b3428f1f336e6ecba7838a1cf1157 Reviewed-on: https://gerrit.libreoffice.org/46764 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin2017-11-291-5/+5
| | | | | | | Change-Id: If831bce4cd1fe2c5233159b31c239b813629e0de Reviewed-on: https://gerrit.libreoffice.org/45420 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:finalclasses in ooxNoel Grandin2017-11-013-10/+7
| | | | | | | Change-Id: I12c274877a0975971863456e9abdcb811ee2bd80 Reviewed-on: https://gerrit.libreoffice.org/44133 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:unusedfields in oox,reportdesignNoel Grandin2017-07-221-2/+0
| | | | | | | Change-Id: I0201d76cb3d4605bdc00c81cfa9d91f98341c7f3 Reviewed-on: https://gerrit.libreoffice.org/40290 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix typosAndrea Gelmini2017-03-251-1/+1
| | | | | | | Change-Id: I998e9b2ad8ebdcc983239192cb61f6689e378ad9 Reviewed-on: https://gerrit.libreoffice.org/35633 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* loplugin:countusersofdefaultparams in include/oox..saxNoel Grandin2016-11-302-9/+8
| | | | | | | Change-Id: Ifb24c0f536d9c00bc9eb8c782d6854052f2d37b9 Reviewed-on: https://gerrit.libreoffice.org/31408 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2016-11-081-3/+0
| | | | | | | Change-Id: Ic9827c998f4f78775fdf5c1eaf9d4749d4986102 Reviewed-on: https://gerrit.libreoffice.org/30682 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:unusedfieldsNoel Grandin2016-11-021-6/+0
| | | | | | | Change-Id: I96634c18ba6600f8f7d5d04a162dcd7e1e312923 Reviewed-on: https://gerrit.libreoffice.org/30474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-1/+0
| | | | | | | | | | | | which can be replaced with using declarations. Is there a more efficient way to code the search? Seems to slow the build down a little. Change-Id: I08cda21fa70dce6572e1acc71bf5e6df36bb951f Reviewed-on: https://gerrit.libreoffice.org/30157 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:expandablemethodds in include/ooxNoel Grandin2016-10-211-4/+0
| | | | Change-Id: I06b82e8b927d24204e5a952474a2dfd780b3cae6
* loplogin:singlevalfields in include/Noel Grandin2016-09-161-9/+2
| | | | | | | Change-Id: I27842162fcf82120ecb811ee8e89e187430931fc Reviewed-on: https://gerrit.libreoffice.org/28931 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-2/+2
| | | | | | | | ... except in include/rtl, include/sal, include/uno, where sal_Size is retained for compatibility, and where callers of rtl functions pass in pointers that are incompatible on MSVC. Change-Id: I8344453780689f5120ba0870e44965b6d292450c
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-9/+9
| | | | | | | | | | | | | | | | | The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
* tdf#42949: clean up includes in include/oox/dump with iwyuJorenz Paragas2016-05-045-22/+52
| | | | | | | | | Additionally, include cmath instead of math.h in dumperbase.hxx. Change-Id: I0ee7158c86bdf266c783340bcf891aff44399066 Reviewed-on: https://gerrit.libreoffice.org/24632 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Remove excess newlinesChris Sherlock2016-02-095-134/+0
| | | | | | | | | | | | | | | | | | | A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
* loplugin:unusedfields in include/oox/Noel Grandin2015-11-241-40/+0
| | | | Change-Id: Ie7a53f3ecc05d1d4f6f71aa8165315f9155c60dc
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
| | | | Change-Id: I62a20b440064aca6f102e61cb3984bb95e739a4f
* com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2015-10-234-40/+40
| | | | | | | Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e Reviewed-on: https://gerrit.libreoffice.org/19527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-105/+105
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-8/+8
| | | | Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
* include: inline some use-once typedefsNoel Grandin2015-08-041-6/+4
| | | | Change-Id: I064e95c72e5f67178cf2875f457adac241cee529
* loplugin:unusedmethods ooxNoel Grandin2015-07-212-60/+0
| | | | | | | Change-Id: I5381e0da0efc1f951e248cfcfb35fc680ace94e4 Reviewed-on: https://gerrit.libreoffice.org/17225 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:staticmethodsNoel Grandin2015-05-051-3/+3
| | | | Change-Id: I384a5e60f4b7b2f479c89ef97630519059ab720f
* loplugin:constantfunction: ooxNoel Grandin2015-03-192-6/+4
| | | | Change-Id: Iec2bc991821aed8da4427c6efc4ec8df72554923
* boost->stdCaolán McNamara2015-02-192-16/+16
| | | | Change-Id: Icae6b6f07ad8dbd287fdfc689739187883a07775
* loplugin:deletedspecialStephan Bergmann2015-02-071-8/+8
| | | | Change-Id: I37eb6c976779aeec829d312920ab1d18884c0f2f
* remove unused typedefsNoel Grandin2015-01-281-3/+0
| | | | | | | | | found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-262-3/+3
| | | | | | | | | | This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-4/+4
| | | | | | | | | | Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
* remove operator>> and operator<< methodsNoel Grandin2014-12-121-14/+7
| | | | | | in favour of ReadXXX/WriteXXX methods Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4
* fdo#75757: remove inheritance to std::mapTakeshi Abe2014-10-081-2/+11
| | | | | | | | | from ItemFormatMap. Change-Id: I956b5797e677d22eb71fe801b650db7c982d6d51 Reviewed-on: https://gerrit.libreoffice.org/11854 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-275-105/+105
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* loplugin:passstringbyrefStephan Bergmann2014-03-181-1/+1
| | | | Change-Id: I4de62139cc479ee1f96988b7f2c2f5f2bfae44a6
* Remove visual noise from includeAlexander Wilms2014-03-015-146/+146
| | | | | | | | | | | | | | | Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-095-8/+8
| | | | Change-Id: Ie672de68f6a87713a379e794fa3ad255ad52a71e
* fixincludeguards.sh: include/o*Thomas Arnhold2013-10-235-10/+10
| | | | Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497
* Exorcise some cargo-cultness in oox.Thorsten Behrens2013-09-113-118/+118
| | | | | | | | | - the inline keyword on class methods that have their body defined right there in the class definition is redundant - the explicit keyword on nullary ctors is pointless, there is no implicit conversion happening anyway with those Change-Id: Ie9f44c7948f932ce3a8af871bf73743112d94d03
* execute move of global headersBjoern Michaelsen2013-04-235-0/+3053
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a