summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfparse
AgeCommit message (Expand)Author
2018-08-25iRelated rhbz#1618703: Properly handle failure en-/decoding PDF fileStephan Bergmann
2018-02-15sdext: disable the warnings TWICE because they're sneaky bastardsMichael Stahl
2018-02-15sdext: MSVC 2015 is trashMichael Stahl
2018-02-15sdext: if all else fails USE BIGGER HAMMERMichael Stahl
2018-02-15sdext: suppress another MSVC warningMichael Stahl
2018-02-15sdext: disable MSVC 2017 warnings from boost headersMichael Stahl
2018-02-02Blind fix for MSVC warning C4101: 'rError': unreferenced local variableStephan Bergmann
2018-02-02sdext: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-24loplugin:constparamsNoel Grandin
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-16tdf#114939 sdext: don't use StarOffice MD5 in PDF importMichael Stahl
2018-01-12More loplugin:cstylecast: sdextStephan Bergmann
2017-11-17loplugin:useuniqueptr in PDFContainerNoel Grandin
2017-10-23loplugin:includeform: sdextStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-07-18loplugin:constparams in sdextNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-07-05loplugin:unnecessaryparenStephan Bergmann
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin
2017-01-17new loplugin: useuniqueptr: sdextNoel Grandin
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in sdextStephan Bergmann
2016-10-16clang-cl loplugin: sdextStephan Bergmann
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-18cppcheck: nullPointerRedundantCheckCaolán McNamara
2016-03-08tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-14loplugin:unusedmethods unused return value in sdextNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-29tdf#63054: pdf_string_parser incorrectly handles escapesMike
2015-04-24loplugin:simplifyboolStephan Bergmann
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