summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski3-17/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski3-6/+6
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin1-2/+1
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-1/+1
2021-07-07WaE: Wodr type 'ActionMapTypesOOo' violates the C++ ODRCaolán McNamara1-1/+1
2021-06-30Fix potential (but unlikely) overflowJan-Marek Glogowski1-2/+2
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann8-20/+20
2021-04-07rtl::Static -> function local staticNoel Grandin3-18/+6
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC47-186/+47
2021-02-19loplugin:refcounting in xmloffNoel25-36/+36
2021-02-17loplugin:referencecasting in xmloffNoel6-7/+7
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-10/+3
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel2-2/+2
2020-12-18use more string_view in IsXMLTokenNoel3-4/+4
2020-11-19tdf#123936 Formatting files in module xmloff with clang-formatPhilipp Hofer3-8/+7
2020-10-17OOo2Oasis: use the fastparser API when possibleNoel Grandin1-17/+12
2020-10-17TransformerBase: use the fastparser API when possibleNoel Grandin1-9/+11
2020-08-27Fix typosAndrea Gelmini1-1/+1
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin22-22/+22
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin22-22/+22
2020-08-06loplugin:flatten in xml/transformNoel Grandin5-97/+96
2020-07-06xmloff/xof: create instances with uno constructorsNoel Grandin5-412/+76
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann4-94/+94
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin1-2/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-1/+1
2020-03-07clang-format xmloff with under 5-percent lines of changeMuhammet Kara4-4/+3
2020-02-27remove duplicate tokens from xmloffNoel Grandin2-2/+2
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin3-4/+4
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl2-2/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann6-0/+64
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+8
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen18-31/+0
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin2-7/+3
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen7-9/+3
2019-09-14tdf#39593 use isUnoTunnelId in xmloffArkadiy Illarionov6-17/+25
2019-09-03loplugin:constmethod in xmloffNoel Grandin1-2/+2
2019-08-20loplugin:constvars in writerfilter..xmlscriptNoel Grandin1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2-13/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann2-3/+3
2019-07-26Fix typosAndrea Gelmini7-10/+10
2019-07-24Fix typoAndrea Gelmini1-2/+2
2019-06-11Simplify Sequence iterations in xmloff/source/{style..xforms}Arkadiy Illarionov2-12/+8
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-1/+1
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin1-6/+2
2019-04-08improve combining in hash functionsNoel Grandin1-2/+5
2019-03-14loplugin:unusedfields in xmloffNoel Grandin2-3/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-12/+7