summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-04-02Remove left-over comment junkStephan Bergmann
...from d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA." Change-Id: I2461b0b205df04ad722d0de7d0f357f619cd13f0
2015-04-02loplugin:staticmethodsNoel Grandin
Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd
2015-04-01loplugin:staticfunctionNoel Grandin
Change-Id: I89f5984d73e7d42269189dc1d1bc2d59e5ab193f
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
Change-Id: Ife048a705e899870a8b1d9987b109d5c0cd80599
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
Change-Id: I5493b2337dad102a4b22c6a6d646b4b0fd04e247
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna
This order seems to be less confusing. Change-Id: I95a7e3e2f6244915c820bb86e67745a777714e2d
2015-03-19loplugin:constantfunction: toolsNoel Grandin
Change-Id: I3a29d90c60157dceb1da2225f4517ef3d193815e
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39
2015-03-04V813: Decreased performanceCaolán McNamara
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
2015-03-02convert RC_ constants to enum classNoel Grandin
Change-Id: I5efe1b182d1e269e82c2f211ccf1873fd4ac0622
2015-03-02convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin
Change-Id: Ifbfbec8ee015d5f57f5c864a65d0aed0af9f5318
2015-03-02convert INETMSG_MIME_VERSION constants to enum classNoel Grandin
Change-Id: Iaa2518f7f491f4e0e316dcb8695cf1275ffe8149
2015-03-02convert INETMSG_RFC822_ constants to enum classNoel Grandin
Change-Id: Ib7b52fa3d0d3a675c662893d603f5e66172a2581
2015-02-23Add Rectangle::toString()Miklos Vajna
There were already 5 versions of this in sw, 4 for SwRect, one for Rectangle. Change-Id: Icf8c78f9973d940a4d180b6f52dda9ea1be86c14
2015-02-21Various typosJulien Nabet
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
2015-02-18DBG_ASSERT -> assertStephan Bergmann
The only caller of GetResourceSkipHeader (BitmapEx ctor in vcl/source/gdi/bitmapex.cxx) unconditionally expects *ppResMgr to be non-null after the call. Change-Id: I17e71df81019de5b78c4356c7aec967c50a5a6ae
2015-02-12tdf#89319 SvFileStream: remove redundant osl_getFilePos() callsLászló Németh
on unx platform Change-Id: Ibdcb7017718154b11ab6dcfc4124beab5efd7b56
2015-02-11Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann
Change-Id: I5aa24881d6a4625f1d2249fda8788bb03ef02e27
2015-02-11Fold INetOStream into INetMessageOStreamStephan Bergmann
Change-Id: I062fa91cc05edae3c2879583cbbf8e8c8acfe482
2015-02-11Fold INetIStream into INetMessageIStreamStephan Bergmann
Change-Id: I882a8bc2048149307383491cc77c4e10f5e99a52
2015-02-11GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann
Change-Id: I41f06c92589e6b1839e39d840a479f1a184b47dd
2015-02-11Remove unused INetMIMEMessage streaming operatorsStephan Bergmann
Change-Id: Ifbbfb1213d78a87fffd7a40e10deaf29dd7a96b8
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann
Change-Id: I9b02b8f758c3f0613a7b017d8822fc16ebfc9dec
2015-02-11Fold INetMessage into INetRFC822MessageStephan Bergmann
Change-Id: I89ba13c02954364044b215ba7df7c563720b92f9
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-02-05Updated all precompiled headers.Ashod Nakashian
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-02coverity#1242531 Untrusted value as argumentCaolán McNamara
Change-Id: I86e872251f7b8b0818a91c4a133f363e76be5f34
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
i.e lots now able to be detected after... commit b44cbb26efe1d0b0950b1e1613e131b506dc3876 Author: Noel Grandin <noel@peralex.com> Date: Tue Jan 20 12:38:10 2015 +0200 new loplugin: change virtual methods to non-virtual 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: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d
2015-01-26coverity#1244945 Untrusted value as argumentCaolán McNamara
Change-Id: Ic969ea78a53d0a67591dd476bc01fbdce18c7eab
2015-01-26coverity#1244946 Untrusted value as argumentCaolán McNamara
Change-Id: Id7ad0f2060afb2f12d3111400f45d3d63e6abf8f
2015-01-20Some more loplugin:cstylecast: toolsStephan Bergmann
Change-Id: I2b540c4c0c34823143e13d16559dac7458a38933
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I1cd8b118e2598b8b18fb445851a3bb41e554267b Reviewed-on: https://gerrit.libreoffice.org/13967 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-16remove unnecessary parenthesesNoel Grandin
left over from "SVStream operator>> to Write method" conversion Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
add constructors to Date/DateTime/Time, that take the css::util counterparts, to simplify code converting between these type Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7 Reviewed-on: https://gerrit.libreoffice.org/13855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
Change-Id: I163bd3f521473c5357c23c3ce4978f984be7b6fe
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
Change-Id: Ica501fc73e7e5f9dbd30dd9da3f337b2dc7e6f02
2015-01-07fix windows buildNoel Grandin
after my commit 7f8f277b94704a289fbbd1b836e4e5d66311580d "fdo#84938: convert STREAM_ #defines to 'enum class'" Change-Id: I82c5b7812687b6f080bea281485e9ad2ecc5353c
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
Stumbled across such redundant visibility re-specifications when looking at the odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in cppu/source/cppu/cppu_opt.cxx and used in inline code in include/com/sun/star/uno/Reference.hxx with only a declaration lacking CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows. However, this plugin is probably not worth it being run all the time, so committing it to compilerplugins/clang/store/. Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510
2015-01-05valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
Change-Id: Id5125052b49e322cdfa2c7d55d68e8a7a512965c
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2014-12-31Date/Time no longer loaded from rsc filesCaolán McNamara
Change-Id: Ia9ed86b0d96cac76c2e1639065a4ac594c2966b1
2014-12-31drop dateformatter resource loadingCaolán McNamara
Change-Id: Ie94c7502b0a82ca406b8d76e18def7bab8233a00
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara
Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Idbca92ee8d38fe5839ec0aeb8ee02af3e326549d
2014-12-18Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"Stephan Bergmann
This reverts commit 146bd125a01742b2a6561a4a23735f37867d8221, Clang's r224465 does not look really useful the way it is, so work around that directly in Clang for now.
2014-12-18Work around a Clang trunk (towards 3.6) -Werror,-Wunused-valueStephan Bergmann
Change-Id: I3ee32c5bd379bb851f8f255faa93d96227dcff84
2014-12-15tools: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Ifeb1aa309db401c9bb6e3184489c17d399cf145f
2014-12-11remove operator>> and operator<< methodsNoel Grandin
in favour of ReadXXX/WriteXXX methods Change-Id: I39dfeee92e5b01fdf43db3bbee0f2fc471017653