summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfparse
AgeCommit message (Expand)Author
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: sdextStephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-16coverity#984442 Use after freeCaolán McNamara
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25coverity#982468 Unchecked dynamic_castCaolán McNamara
2014-02-20cid#983380 Dereference before null checkNoel Grandin
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-29Drop unnecessary #includeTakeshi Abe
2013-09-20fix Windows build, dbglevel=2Andras Timar
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-25coverity#1019312 check inflateInit return valueCaolán McNamara
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold
2013-03-21Kill fprintf in sdext in favour of SAL_LOGThorsten Behrens
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-28rhbz#826526 Inform user about unsupported PDF encryption formatsStephan Bergmann
2012-09-02Replace usage of rtl/memory.h in PDF Import with equivalent from string.hArnaud Versini
2012-05-20Some cppcheck cleaningJulien Nabet
2012-05-17WaE: MSVC2008 C4309 truncation of constant dataCaolán McNamara
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-07WaE: various higher debug level compile time warningsCaolán McNamara
2012-03-06gbuildize sdextDavid Tardon
2012-02-10This method is still used on WIN32.Kohei Yoshida
2012-02-10Removed unused codeAlexander Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-10Fix for fdo43460 Part XXXII getLength() to isEmpty()Olivier Hallot
2011-12-26catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header from sdextNorbert Thiebaud
2011-06-23use OString::equalsLCaolán McNamara
2011-03-23hash_map -> unordered_mapCaolán McNamara
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-02-26Remove "using namespace ::rtl"Julien Nabet
2011-02-07Remove unused headersThomas Arnhold
2011-02-06porting extensions to boost containersFridrich Štrba