summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparai.cxx
AgeCommit message (Expand)Author
2019-09-03loplugin:constmethod in xmloffNoel Grandin
2019-07-21loplugin:referencecasting in xmloffNoel Grandin
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin
2019-05-25tdf#125372 writer, file with lots of hints very slow to open, part1Noel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-10an is used before a vowel soundCaolán McNamara
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-13Avoid index for single getToken callMatteo Casalin
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-05ofz#11261 null-derefCaolán McNamara
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-20pvs-studio: loop-variable-too-smallCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-05-29loplugin:unusedfields-in-constructor in xmloffNoel Grandin
2018-02-23forcepoint #5 null derefCaolán McNamara
2018-01-23USHRT_MAX -> SAL_MAX_UINT16 for XMLCharContext::m_nCountStephan Bergmann
2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-09-21ofz#3445 exception thrown through XMLImpRubyContext_Impl dtorCaolán McNamara
2017-09-17valgrind: leak in fdo42771-1.fodtCaolán McNamara
2017-08-31Resolves: tdf#112122 Use EndElement instead of dtor to call throwing methodsCaolán McNamara
2017-08-31tdf#112122 xmloff: inserting index marks into editengine throwsMichael Stahl
2017-08-30Resolves tdf#112101 crash on particular file with office:event-listenersCaolán McNamara
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-07Use OUString::clearStephan Bergmann
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-13loplugin:oncevar: empty strings: xmloffStephan Bergmann
2017-06-28loplugin:oncevar in xmloffNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in xmloffNoel Grandin
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara
2016-12-09xmloff: XMLChangeImportContext: replace boolean pair with proper enumMichael Stahl
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin
2016-10-14tdf#64038 ODF import: fix handling of space following <text:s>Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2016-01-08tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-02xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl