summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparai.cxx
AgeCommit message (Expand)Author
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
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-01loplugin: cstylecastNoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
2014-02-11coverity#708722 Uninitialized scalar fieldCaolán McNamara
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-09-10sal_Bool to boolTakeshi Abe
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-06-29reduce some spacingThomas Arnhold
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-18Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin