summaryrefslogtreecommitdiffstats
path: root/filter/source/textfilterdetect/filterdetect.hxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:unused-returns in filter,tools,xmloffNoel Grandin2018-01-201-2/+0
| | | | | | | Change-Id: I7a57be7e241883adac4417baa699a97d6304a631 Reviewed-on: https://gerrit.libreoffice.org/48188 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
| | | | | | | | | | | | | | | | | 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
* loplugin:unusedmethodsNoel Grandin2016-05-261-3/+0
| | | | | | | Change-Id: Ib36bc0e87d00abb638cbfec511cd13b6179eabda Reviewed-on: https://gerrit.libreoffice.org/25431 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:unusedfields in filterNoel Grandin2015-12-231-3/+1
| | | | Change-Id: Ic35cff139f5f180ff93fe7b1ecbd15de6c474821
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-5/+5
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-051-1/+1
| | | | Change-Id: I80950aaf1385bd76b012eab7866fd16848751f45
* com::sun::star->css in filter/Noel Grandin2015-10-011-16/+16
| | | | Change-Id: I3a5e6a349c903259698118542b0000b0f119859e
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-111-2/+2
| | | | | | | | | with the variadic variants, for filter. Change-Id: I30dcd7cfb3e484034f6cceceb1ff7cd9d3f4b7a6 Reviewed-on: https://gerrit.libreoffice.org/17585 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* filter: sal_Bool->boolNoel Grandin2014-04-221-1/+1
| | | | Change-Id: Icf20f23cb46ad3cb147d8c6a743f1d25a23fbca5
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-5/+5
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-5/+5
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* fixincludeguards.sh: filterThomas Arnhold2013-10-231-2/+2
| | | | Change-Id: Ifdb49a0fd5f658056b14b7c2f4e323dd38b412e6
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-7/+7
| | | | | | | | 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
* Modernize the type detection service instantiation a bit.Kohei Yoshida2013-03-071-3/+4
| | | | Change-Id: If31092ecc2b746acbe5731bf9383560e93aa3a69
* re-base on ALv2 code. Includes:Michael Meeks2012-10-031-23/+14
| | | | | | | | | | | | | | | | tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
* Initial skeleton code for plain text filter detection service.Kohei Yoshida2012-05-251-0/+83
Right now it will always fail. Change-Id: I50011bbf7ce59c3b299d23e688dd1af87bcafeb6