summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
AgeCommit message (Expand)AuthorFilesLines
2021-10-10loplugin:moveparam in xmloffNoel Grandin1-1/+1
2021-10-09Simplify SvXMLExport::AddAttribute overloadsMike Kaganski6-44/+33
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin1-3/+3
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-01unordered_map is better for pointer keysNoel Grandin2-5/+6
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin2-4/+3
2021-05-14Improve loplugin:stringviewStephan Bergmann1-2/+1
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-3/+3
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-23/+27
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-03-25loplugin:unusedvarsglobalNoel2-2/+0
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC24-96/+24
2021-02-18tdf#140486 forms "empty string is null" setting not loadedNoel Grandin1-2/+2
2021-02-18tdf#140198 Base text field will not retain multi-line settingNoel Grandin1-1/+1
2021-02-17loplugin:referencecasting in xmloffNoel2-5/+5
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel1-3/+3
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-13Get rid of wrong warning in propertyexport (forms)Julien Nabet1-2/+5
2020-12-07loplugin:unusedmethodsNoel2-34/+0
2020-12-04fastparser in a couple of random placesNoel2-7/+8
2020-11-30fastparser in propertyimportNoel2-81/+59
2020-11-27tdf#138507 error in loading formNoel Grandin1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-19fastparser in formsNoel2-25/+25
2020-11-19tdf#123936 Formatting files in module xmloff with clang-formatPhilipp Hofer2-18/+16
2020-11-19Fix SAL_WARN_IF in elementimport (xmloff)Julien Nabet1-2/+2
2020-11-19Avoid wrong warning in OElementImport::implApplyGenericProperties (xmloff)Julien Nabet1-5/+10
2020-11-17loplugin:stringviewparam check methods tooNoel1-3/+1
2020-11-16tdf#138144 Form wizard fails to saveNoel1-5/+2
2020-11-12loplugin:unusedmethodsNoel5-306/+0
2020-11-11use fastparser in formsNoel Grandin17-551/+793
2020-11-09Fix Windows build with --disable-pchMike Kaganski1-0/+4
2020-11-02drop the SvXMLExport::EndElement method..Noel8-23/+23
2020-11-02drop the SvXMLExport::Characters method..Noel2-4/+4
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel5-21/+0
2020-10-28std::set->o3tl::sorted_vector in xmloffNoel Grandin2-4/+4
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski5-14/+22
2020-10-01loplugin:reducevarscope in xmloffNoel1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+2
2020-09-01Fix typo in codeAndrea Gelmini3-6/+6
2020-08-31Fix typo in codeAndrea Gelmini4-5/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-27expand out StringSet typedefNoel Grandin2-4/+2
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin11-11/+11
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin4-4/+4
2020-08-06loplugin:flatten in xmloffNoel Grandin4-139/+140
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann3-3/+3