summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
AgeCommit message (Expand)Author
2024-03-29tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen
2024-03-19Remove unused namespaces from xmloffGabor Kelemen
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-22tdf#146619 Recheck xmloff/*hxx with IWYUGabor Kelemen
2024-01-08cid#1560054 use RVOCaolán McNamara
2023-12-29Use emplace_back instead of push_back (xmloff)Julien Nabet
2023-12-04cid#1546476 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-09-10OMergedPropertySetInfo does not need to implement XAggreggationNoel Grandin
2023-07-06loplugin:unusedfields all-can-be-privateNoel Grandin
2023-07-04loplugin:unusedvarsglobalNoel Grandin
2023-05-30sw: prefix members of XMLEventsImportContext, XMLFontStylesContext, ...Miklos Vajna
2023-05-18Removed remaining macro concatenations from xmloff/Vojtěch Doležal
2023-05-06Use getXWeak in xmloffMike Kaganski
2023-04-21Run clang-tidy with misc-unused-using-decls on module xmloffGabor Kelemen
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-03tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroehsan
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann
2022-04-29use more string_view in xmloffNoel Grandin
2021-12-03loplugin:stringliteraldefine in xmloffNoel Grandin
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-10loplugin:moveparam in xmloffNoel Grandin
2021-10-09Simplify SvXMLExport::AddAttribute overloadsMike Kaganski
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-01unordered_map is better for pointer keysNoel Grandin
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-03-25loplugin:unusedvarsglobalNoel
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-02-18tdf#140486 forms "empty string is null" setting not loadedNoel Grandin
2021-02-18tdf#140198 Base text field will not retain multi-line settingNoel Grandin
2021-02-17loplugin:referencecasting in xmloffNoel
2021-01-09fix coverity parse errorsCaolán McNamara