summaryrefslogtreecommitdiff
path: root/filter/source/xmlfilteradaptor
AgeCommit message (Expand)AuthorFilesLines
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski1-0/+13
2018-02-19filter: speedup nested importers by not notifying constantlyThorsten Behrens1-0/+12
2017-12-11loplugin:salcall fix functionsNoel Grandin3-5/+5
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-4/+4
2017-11-02loplugin:finalclasses in filter,extensionsNoel Grandin1-4/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+2
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-1/+1
2017-07-11simplify some OUString::concat usageNoel Grandin1-3/+1
2017-06-23loplugin:oncevar filter..formsNoel Grandin1-4/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-3/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-49/+13
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin1-3/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, filterStephan Bergmann1-4/+6
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-117/+0
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+2
2016-02-09Remove excess newlinesChris Sherlock1-12/+0
2016-01-08fix indentationMarkus Mohrhard1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06coverity#1338245 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04yyyyyNoel Grandin1-9/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-11/+11
2015-10-09filter: convert OSL_FAIL to SAL_WARNMichael Stahl1-10/+10
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-10-01com::sun::star->css in filter/Noel Grandin2-49/+44
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-8/+0
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-18Remove include stdio (part2)Julien Nabet2-2/+0
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-08-21staruno -> css::unoThomas Arnhold1-5/+3
2014-08-21stario -> css::ioThomas Arnhold2-10/+9
2014-08-21staruno -> css::unoThomas Arnhold1-4/+4
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-2/+2
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-04-22filter: sal_Bool->boolNoel Grandin2-20/+17
2014-04-04coverity#707860 Uninitialized scalar fieldCaolán McNamara1-1/+4