summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/propertyimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen1-1/+0
2023-04-21Run clang-tidy with misc-unused-using-decls on module xmloffGabor Kelemen1-1/+0
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-2/+2
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin1-6/+7
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-12/+12
2021-02-18tdf#140486 forms "empty string is null" setting not loadedNoel Grandin1-2/+2
2020-11-30fastparser in propertyimportNoel1-73/+47
2020-11-19fastparser in formsNoel1-15/+18
2020-11-11use fastparser in formsNoel Grandin1-28/+25
2020-11-02drop the SvXMLExport::EndElement method..Noel1-1/+1
2020-11-02drop the SvXMLExport::Characters method..Noel1-2/+2
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-9/+0
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-01-20return nullptr from CreateChildContext methods in subclassesNoel Grandin1-8/+2
2020-01-07extract some common code from ImportContext classesNoel Grandin1-18/+4
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-5/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-23improve function local staticsNoel Grandin1-7/+6
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov1-5/+3
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-3/+2
2018-05-17Avoid warning C4101 with some over-eager MSVCStephan Bergmann1-0/+1
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-1/+6
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann1-7/+7
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-4/+4
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-3/+2
2017-07-18Fix typosAndrea Gelmini1-1/+1
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: xmloffStephan Bergmann1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-8/+2
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-1/+1
2016-10-31This apparently always wanted to check that _rChars.trim() is non-emptyStephan Bergmann1-1/+1
2016-07-19xmloff: forms import: convert relative xlink:href to absoluteMichael Stahl1-1/+10
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-15/+15
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-17/+5
2015-05-29loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin1-8/+8
2014-07-03coverity#1223084 Unchecked return valueNorbert Thiebaud1-4/+3
2014-06-13loplugin:staticcallStephan Bergmann1-5/+5
2014-05-17Comment why it's not a copy paste errorJulien Nabet1-0/+5
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-1/+1