summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfiadaptor.cxx
AgeCommit message (Expand)Author
2024-05-16loplugin:ostr in sdextNoel Grandin
2023-04-30Use getXWeak in sdextMike Kaganski
2023-03-06BaseMutex->std::mutex in PDFIRawAdaptorNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2021-10-31Prepare for removal of non-const operator[] from Sequence in sdextMike Kaganski
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-02-21loplugin:refcounting in sdNoel
2020-12-26tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBayram Çiçek
2020-07-16sdext/pdfimport: create instances with uno constructorsNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdextStephan Bergmann
2019-07-29Simplify Sequence iterations in sdextArkadiy Illarionov
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin
2017-10-23loplugin:includeform: sdextStephan Bergmann
2017-10-17Move sdext/source/pdfimport/tree include files to common include directoryStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-07-04loplugin:unusedfields in sdNoel Grandin
2017-07-02loplugin:casttovoid: sdextStephan Bergmann
2017-06-22loplugin:unusedfields in sdextNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-02-17SkipImages option for PDF importMihai
2014-04-30sdext: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-05sdext: clean up some pointless #ifdefsMichael Stahl
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan
2012-10-02re-base on ALv2 code. Includes:Michael Meeks
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-06this code is still used by pdfimport's test appsDavid Tardon
2012-02-13Remove unused pdfi::PDFIRawAdaptor::odfConvertKate Goss
2011-12-26catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header from sdextNorbert Thiebaud
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold