summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
AgeCommit message (Expand)Author
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
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-13Get rid of wrong warning in propertyexport (forms)Julien Nabet
2020-12-07loplugin:unusedmethodsNoel
2020-12-04fastparser in a couple of random placesNoel
2020-11-30fastparser in propertyimportNoel
2020-11-27tdf#138507 error in loading formNoel Grandin
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19fastparser in formsNoel
2020-11-19tdf#123936 Formatting files in module xmloff with clang-formatPhilipp Hofer
2020-11-19Fix SAL_WARN_IF in elementimport (xmloff)Julien Nabet
2020-11-19Avoid wrong warning in OElementImport::implApplyGenericProperties (xmloff)Julien Nabet
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16tdf#138144 Form wizard fails to saveNoel
2020-11-12loplugin:unusedmethodsNoel
2020-11-11use fastparser in formsNoel Grandin
2020-11-09Fix Windows build with --disable-pchMike Kaganski
2020-11-02drop the SvXMLExport::EndElement method..Noel
2020-11-02drop the SvXMLExport::Characters method..Noel
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-10-28std::set->o3tl::sorted_vector in xmloffNoel Grandin
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-10-01loplugin:reducevarscope in xmloffNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann