summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/tree
AgeCommit message (Expand)Author
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-02-17Parameter should apparently be of type sal_Int32Stephan Bergmann
2022-02-04sdext.pdfimport: these SAL_WARN should be SAL_INFOKevin Suo
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-12loplugin:moveparam in sdextNoel Grandin
2021-10-11sdext.pdfimport tdf#78427: Add support for more Font Weight featuresKevin Suo
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-14sdext.pdfimport: <text:s> and <text:tab> don't have "text:style-name" attributeKevin Suo
2021-07-14tdf81484 Draw and Writer pdf import: SimSun bold font is shown as "outline"Kevin Suo
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-01-28simplify code, use more subView()Noel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan 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-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sdextStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
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-04replace boost::bimap in sdext pdfimportCaolán McNamara
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-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin
2019-08-20loplugin:constvars in sdext..sfx2Noel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-24Fix typosAndrea Gelmini
2019-07-24cid#1448446 Unchecked dynamic_castCaolán McNamara
2019-07-23cid#1448446 Unchecked dynamic_castCaolán McNamara
2019-04-19loplugin:sequentialassign in sdNoel Grandin
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-12loplugin:flatten in sdextNoel Grandin
2019-02-09loplugin:indentation in sdNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-07HAVE_BROKEN_CONST_ITERATORS is always false nowStephan Bergmann
2018-12-03Simplify containers iterations in sdextArkadiy Illarionov
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-10-09loplugin:constfields in sdextNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin