summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfparse
AgeCommit message (Expand)AuthorFilesLines
2016-03-08tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-11/+11
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+4
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-14loplugin:unusedmethods unused return value in sdextNoel Grandin1-5/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-42/+42
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-04-29tdf#63054: pdf_string_parser incorrectly handles escapesMike1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-01-20Some more loplugin:cstylecast: sdextStephan Bergmann1-8/+8
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-16coverity#984442 Use after freeCaolán McNamara1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-25coverity#982468 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-02-20cid#983380 Dereference before null checkNoel Grandin1-5/+0
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-9/+3
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+4
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-4/+4
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+3
2013-10-29Drop unnecessary #includeTakeshi Abe1-1/+0
2013-09-20fix Windows build, dbglevel=2Andras Timar1-4/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-3/+3
2013-06-25coverity#1019312 check inflateInit return valueCaolán McNamara1-2/+2
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl1-5/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-13/+7
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-2/+2
2013-03-21Kill fprintf in sdext in favour of SAL_LOGThorsten Behrens2-65/+56
2012-10-02re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2-3/+1
2012-09-28rhbz#826526 Inform user about unsupported PDF encryption formatsStephan Bergmann1-5/+10
2012-09-02Replace usage of rtl/memory.h in PDF Import with equivalent from string.hArnaud Versini2-15/+16
2012-05-20Some cppcheck cleaningJulien Nabet1-1/+1
2012-05-17WaE: MSVC2008 C4309 truncation of constant dataCaolán McNamara1-2/+2
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara1-0/+4
2012-04-13gbuildize internal zlibCaolán McNamara1-4/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-07WaE: various higher debug level compile time warningsCaolán McNamara2-8/+8