summaryrefslogtreecommitdiff
path: root/unotools/qa
ModeNameSize
d---------complex / tempfile35logplain
d---------unit56logplain
.*[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> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I162b47199e959f97c3bed1f307225db944017e4f 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin Change-Id: I6cb508e392d5e194c80fc6d0927c86414e4ab05b 2015-11-04yyyyyNoel Grandin Change-Id: I9a947beefd2dfe21da8239e841ea3fb416bd1548 2015-10-27don't allocate uno::Reference on the heapNoel Grandin There is no point, since it's the size of a pointer anyway (found by temporarily making the new operator in uno::Reference deleted). Change-Id: I62a8b957fef9184f65d705600acfdab4116dcb34 Reviewed-on: https://gerrit.libreoffice.org/19603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe with the variadic variants. Change-Id: I34fe287036ca9b8e5edcb121ba70d9a93ab05276 Reviewed-on: https://gerrit.libreoffice.org/18338 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara Change-Id: Ia86c6a2ce6c1f2501d0b18181966b61d9ef78746 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it. Cleaned up some, but something like grep -FwL sal/log.hxx $(git grep -Elw \ 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx) shows lots more files that potentially need fixing before the include can be removed from rtl/string.hxx and rtl/ustring.hxx. Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann Change-Id: Ib3610f9d244b15f8f752c0f781600f5c7e7a944f 2015-02-18TyposJulien Nabet Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4 2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara and we can include a few less headers Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8 2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann Change-Id: I3d820a1df3750d20e704a163f45c16ea29a1b4bd 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-07-24use BOOST_STATIC_ASSERT for sizeof checkMichael Stahl Change-Id: Iad00aa47ef65fe163eff407549c26eb3590ab132 2014-05-27remove more unnecessary use of OUString constructorNoel Grandin Change-Id: Iae14cb3df65295b6894fd9e05411c5698e9c8aba 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74 2014-05-22stoc: fix includesThomas Arnhold Change-Id: I0809bfa6897d469e63d6e84898f60aae16a14862 2014-05-22stoc: make use of css aliasThomas Arnhold Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b