summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/filterdet.cxx
AgeCommit message (Expand)Author
2016-05-10fix Windows buildNoel Grandin
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin
2016-03-08tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-22sdext: remove \n from SAL_WARN/INFO[_IF] macrosArnold Dumas
2016-02-18tdf#43157: Clean up OSL_ASSERT, DBG_ASSERTArnold Dumas
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-10Handle IOException during filter detectionStephan Bergmann
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sdextAlexander Wilms
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2012-10-02re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-02Replace usage of rtl/memory.h in PDF Import with equivalent from string.hArnaud Versini
2012-08-27Remove ineffective password erasing security in PDF ImportArnaud Versini
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-01-10Fix for fdo43460 Part XXXII getLength() to isEmpty()Olivier Hallot
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
2011-11-27remove include of pch header from sdextNorbert Thiebaud
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-02-06porting extensions to boost containersFridrich Štrba
2011-02-03vcl119: #163136# do not pass a clear text password to xpdfPhilipp Lohmann [pl]
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-04-28pdfextfix03: #i110871# use DocumentPasswordRequest, PasswordRequest is deprec...Philipp Lohmann [pl]