summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/filterdet.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-16tdf#114939 sdext: don't use StarOffice MD5 in PDF importMichael Stahl1-8/+9
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2017-11-17loplugin:useuniqueptr in PDFContainerNoel Grandin1-3/+3
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-4/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+1
2016-12-12OSL_TRACE->SAL in sd..sdextNoel Grandin1-23/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-10fix Windows buildNoel Grandin1-2/+4
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin1-6/+6
2016-03-08tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-1/+1
2016-02-22sdext: remove \n from SAL_WARN/INFO[_IF] macrosArnold Dumas1-5/+5
2016-02-18tdf#43157: Clean up OSL_ASSERT, DBG_ASSERTArnold Dumas1-18/+13
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-10Handle IOException during filter detectionStephan Bergmann1-51/+56
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+19
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-2/+4
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-0/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-26Remove visual noise from sdextAlexander Wilms1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-4/+4
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-4/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-130/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-13/+13
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-64/+64
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-27/+27
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2012-10-02re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-09-02Replace usage of rtl/memory.h in PDF Import with equivalent from string.hArnaud Versini1-2/+3
2012-08-27Remove ineffective password erasing security in PDF ImportArnaud Versini1-4/+0
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-3/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+7