summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfparse/pdfparse.cxx
AgeCommit message (Expand)Author
2023-10-31tdf#106057: Don't fail PDFReader::read, when several entries in stackMike Kaganski
2023-10-31Try to revert to use of file_iterator from boost on WindowsMike Kaganski
2022-06-24clang-tidy modernize-pass-by-value in sdextNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann
2021-01-13Silence Boost bind deprecation warningStephan Bergmann
2020-04-15loplugin:buriedassign in scaddins..sdextNoel Grandin
2020-02-20Move Boost.Spirit usage away from legacy namespaceAdam Majer
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann
2019-03-29loplugin:useuniqueptr in PDFReaderNoel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-23leak on import of moz279355-2.pdfCaolán McNamara
2018-08-17loplugin:useuniqueptr in PDFGrammarNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-29loplugin:stringloop in sdNoel Grandin
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-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-11-17loplugin:useuniqueptr in PDFContainerNoel Grandin
2017-10-23loplugin:includeform: sdextStephan Bergmann
2017-07-05loplugin:unnecessaryparenStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in sdextStephan Bergmann
2016-10-16clang-cl loplugin: sdextStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-03-08tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-16use consistent #define checks for the Windows platformNoel 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-04-29tdf#63054: pdf_string_parser incorrectly handles escapesMike
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann
2013-09-20fix Windows build, dbglevel=2Andras Timar
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold