summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexte.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-30loplugin:unusedfieldsNoel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09formatting improvements in sw/Noel Grandin1-6/+6
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-6/+6
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-08-10cppcheck: uselessAssignmentPtrArgCaolán McNamara1-3/+0
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-15/+15
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-6/+6
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-4/+2
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás1-22/+0
2014-11-07Remove manual SwapOut() call in ODF exportZolnai Tamás1-4/+0
2014-10-10convert SWHTML_OPTTYPE #defines to enumNoel Grandin1-6/+6
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-0/+1
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-3/+3
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-05-26cppcheck: uninitvarThomas Arnhold1-2/+2
2014-05-23Resolves: #i124946# only apply new embedded stream name...Oliver-Rainer Wittmann1-1/+10
2014-05-23Resolves: #i114361# provide and accept changed URL...Oliver-Rainer Wittmann1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-6/+6
2014-04-27OUString: avoid OUStringBuffer, concatenated appends and temporariesMatteo Casalin1-29/+15
2014-04-27sal_uInt16 to size_t, and constifyMatteo Casalin1-4/+4
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-6/+6
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-13coverity#705515 Dereference null return valueCaolán McNamara1-1/+1
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-2/+0
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-6/+6
2013-10-15WaE: unused variable 'aNewURL' [loplugin]Tor Lillqvist1-2/+0
2013-10-15convert sw/source/filter/xml/*.cxx from String to OUStringNoel Grandin1-6/+5
2013-10-05Unused data member and setterMatteo Casalin1-3/+0
2013-08-19String to OUStringMatteo Casalin1-1/+1
2013-08-08sw: convert some SwStyleNameMapper methods to OUStringMichael Stahl1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-19/+19
2013-06-18fdo#43460 sw: use isEmpty()Jelle van der Waa1-3/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-3/+3
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-32/+28
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-20/+20
2013-01-05sal_Bool to boolTakeshi Abe1-4/+4
2012-12-20incorrect if/for body alignmentLuboš Luňák1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-10-10sal_Bool to boolTakeshi Abe1-1/+1
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-17Convert SV_DECL_PTRARR_DEL( SwFmtCollConditions) to boost::ptr_vectorNoel Grandin1-2/+2