summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport
AgeCommit message (Expand)Author
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-03-21cid#1474243 Uninitialized scalar variableCaolán McNamara
2021-03-20cid#1474176 Unchecked return value from libraryCaolán McNamara
2021-02-21loplugin:refcounting in sdNoel
2021-02-18loplugin:referencecasting in sdextNoel
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-28simplify code, use more subView()Noel
2021-01-13Silence Boost bind deprecation warningStephan Bergmann
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBayram Çiçek
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-10-04loplugin:reducevarscope in sdextNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-29Simplify OUStringBuffer to OUString conversionStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-07Fix typos to complete commit cfce486Andrea Gelmini
2020-07-16sdext/pdfimport: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sdextStephan Bergmann
2020-06-18tdf#131353: Fix build with poppler 0.86.0Martin Whitaker
2020-06-05Upcoming loplugin:elidestringvar: sdextStephan Bergmann
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-05-10compact namespace in sdextNoel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-21return shared_ptr from createDocumentElementNoel Grandin
2020-04-15loplugin:buriedassign in scaddins..sdextNoel Grandin
2020-04-07new loplugin:unusedvariableplusNoel Grandin
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann
2020-03-12Revert "loplugin:constfields in sdext"Noel Grandin
2020-02-20Move Boost.Spirit usage away from legacy namespaceAdam Majer
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-04replace boost::bimap in sdext pdfimportCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-24loplugin:makeshared in sdextNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin
2019-12-04Fix build with poppler-0.83Martin Milata
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-28Fix build with poppler-0.82Rasmus Thomsen
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann
2019-10-18cid#1448423 silence Wrapper object use after freeCaolán McNamara