summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfparse/pdfparse.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-29loplugin:useuniqueptr in PDFReaderNoel Grandin1-7/+7
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-7/+6
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-2/+2
2018-08-23leak on import of moz279355-2.pdfCaolán McNamara1-1/+1
2018-08-17loplugin:useuniqueptr in PDFGrammarNoel Grandin1-15/+15
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-29loplugin:stringloop in sdNoel Grandin1-6/+5
2018-02-15sdext: disable the warnings TWICE because they're sneaky bastardsMichael Stahl1-2/+12
2018-02-15sdext: MSVC 2015 is trashMichael Stahl1-4/+2
2018-02-15sdext: if all else fails USE BIGGER HAMMERMichael Stahl1-4/+4
2018-02-15sdext: suppress another MSVC warningMichael Stahl1-0/+1
2018-02-15sdext: disable MSVC 2017 warnings from boost headersMichael Stahl1-0/+11
2018-02-02Blind fix for MSVC warning C4101: 'rError': unreferenced local variableStephan Bergmann1-0/+2
2018-02-02sdext: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-13/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-2/+2
2017-11-17loplugin:useuniqueptr in PDFContainerNoel Grandin1-5/+5
2017-10-23loplugin:includeform: sdextStephan Bergmann1-1/+1
2017-07-05loplugin:unnecessaryparenStephan Bergmann1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in sdextStephan Bergmann1-1/+1
2016-10-16clang-cl loplugin: sdextStephan Bergmann1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-03-08tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-8/+8
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara1-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-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-9/+3
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+2
2013-09-20fix Windows build, dbglevel=2Andras Timar1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+3
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-2/+2
2013-03-21Kill fprintf in sdext in favour of SAL_LOGThorsten Behrens1-42/+36
2012-10-02re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+0
2012-09-02Replace usage of rtl/memory.h in PDF Import with equivalent from string.hArnaud Versini1-2/+2
2012-03-07WaE: various higher debug level compile time warningsCaolán McNamara1-5/+5
2012-02-10This method is still used on WIN32.Kohei Yoshida1-3/+54
2012-02-10Removed unused codeAlexander Bergmann1-49/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-12/+12
2011-12-26catch exception by constant referenceTakeshi Abe1-2/+2
2011-11-27remove include of pch header from sdextNorbert Thiebaud1-2/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-2/+2
2011-02-26Remove "using namespace ::rtl"Julien Nabet1-1/+3
2011-02-07Remove unused headersThomas Arnhold1-1/+0
2011-02-03vcl119: #163136# fix warningsPhilipp Lohmann [pl]1-2/+2