summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/test
AgeCommit message (Expand)AuthorFilesLines
2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann1-6/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin2-5/+6
2016-03-10coverity#1355499 Unchecked return valueCaolán McNamara1-2/+4
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-5/+5
2016-03-09tdf#98421: properly import vertical mirroring of images from PDFMike Kaganski3-0/+58
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-15/+15
2015-10-23Remove obsolete version map filesStephan Bergmann1-25/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-36/+36
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-01sdext: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-03new loplugin: refcountingNoel Grandin2-9/+9
2015-07-07loplugin:unusedmethods sdextNoel Grandin1-5/+0
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-3/+3
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+5
2014-12-15sdext: Use appropriate OUString functions on string constantsStephan Bergmann1-14/+14
2014-11-14coverity#1019392 Uncaught exceptionCaolán McNamara1-0/+5
2014-11-05coverity#1019393 Uncaught exceptionCaolán McNamara1-28/+36
2014-07-03Improve test codeStephan Bergmann1-11/+12
2014-05-20fdo#78689 PDF Import: get font's ascent value from different sourceVort1-1/+2
2014-05-14use our css prefix to make this readableThomas Arnhold1-4/+4
2014-04-22Fix order of CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann1-37/+37
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-37/+37
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-3/+3
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-17/+17
2013-11-05fixincludeguards.sh: sdextThomas Arnhold1-2/+2
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand1-3/+3
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl1-5/+1
2013-04-30Fix warning: unused variable 'aIniUrl' [loplugin]Tor Lillqvist1-1/+1
2013-04-30Make pdf2xml usable at least from within buildenv again.Thorsten Behrens1-27/+11
2013-04-30Add unit test for pdfimport image import.Thorsten Behrens1-1/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-28/+24
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann1-1/+0
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann1-1/+1
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann1-105/+3
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna1-10/+0
2012-10-02re-base on ALv2 code. Includes:Michael Meeks20-115/+323
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-09-11Revert "Temporary workaround for failing XPDF tests"Fridrich Štrba1-2/+0
2012-08-31Temporary workaround for failing XPDF testsFridrich Štrba1-0/+2
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-4/+0
2012-06-22.map files don't need executable bitsMichael Stahl1-0/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
2012-06-12fix invalid vector.push_back(vector.back())Michael Stahl1-1/+2
2012-06-02targeted string re-workNorbert Thiebaud1-3/+3
2012-05-31nuke unused typedefTakeshi Abe1-3/+0