summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
AgeCommit message (Expand)AuthorFilesLines
9 daysloplugin:reftotemp in xmloffNoel Grandin20-375/+374
14 daysno need to take a copy of the getProcessComponentContext return valueNoel Grandin2-2/+2
2024-10-22cid#1545605 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-20tdf#163486: PVS: Identical branchesBogdan Buzea1-3/+0
2024-09-12use more concrete UNO types in xmloffNoel Grandin5-21/+10
2024-05-15loplugin:ostr in xmloffNoel Grandin5-66/+66
2024-05-06replace createFromAscii with OUString literals in XMLTransformerOASISEventMapNoel Grandin4-79/+80
2024-04-03Fix typoAndrea Gelmini1-2/+2
2024-03-29tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen2-2/+0
2024-03-19Remove unused namespaces from xmloffGabor Kelemen5-7/+0
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen10-18/+1
2023-10-04tdf#145834 Consistency for "Fontwork"Bogdan B2-2/+2
2023-05-18Removed remaining macro concatenations from xmloff/Vojtěch Doležal1-29/+29
2023-05-17Removed more constant concatenationsVojtěch Doležal3-1289/+992
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-3/+3
2023-03-30loplugin:stringadd in xmloffNoel Grandin1-3/+3
2023-01-18cid#1519129 Improper use of negative valueCaolán McNamara1-4/+4
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski2-9/+11
2023-01-15XUnoTunnel->dynamic_cast in XMLMutableAttributeListNoel Grandin2-20/+1
2023-01-14XUnoTunnel->dynamic_cast in TransformerNoel Grandin5-35/+1
2022-09-21use more string_view in xmloffNoel Grandin2-3/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-31Fix typoAndrea Gelmini1-4/+4
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin6-14/+19
2022-07-07elide some string copiesNoel Grandin2-10/+6
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann2-2/+2
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-4/+3
2022-02-02Fix variable nameAndrea Gelmini1-1/+1
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)3-2/+22
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski1-2/+3
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
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