summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparai.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-06forcepoint #5 null derefCaolán McNamara1-5/+10
2017-09-08tdf#112122 xmloff: inserting index marks into editengine throwsMichael Stahl1-2/+9
2017-09-01Resolves tdf#112101 crash on particular file with office:event-listenersCaolán McNamara1-2/+3
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin1-15/+3
2016-10-14tdf#64038 ODF import: fix handling of space following <text:s>Michael Stahl1-0/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-6/+6
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-15/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-7/+7
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-08tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl1-8/+30
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-32/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04loplugin:stringconstantNoel Grandin1-2/+1
2015-11-02xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-67/+72
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-20/+20
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard1-1/+2
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2014-10-01loplugin: cstylecastNoel Grandin1-7/+7
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-2/+2
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-12/+12
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-42/+42
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-20/+20
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-14/+14
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin1-14/+14
2014-02-11coverity#708722 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann1-48/+52
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-1/+1
2013-09-10sal_Bool to boolTakeshi Abe1-1/+1
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-44/+0
2013-06-29reduce some spacingThomas Arnhold1-4/+2
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-13/+5
2013-05-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-19/+18
2013-04-15fdo#60724 correct spellingThomas Arnhold1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+11
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-1/+0
2012-06-02targeted string re-workNorbert Thiebaud1-36/+34
2012-04-18Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin1-21/+18
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+1