summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlfmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-24move SwXStyle entirely into compilation unitBjoern Michaelsen1-19/+11
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-10/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-15/+15
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-17/+17
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2014-12-02loplugin: cstylecastNoel Grandin1-7/+7
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-3/+3
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-15/+15
2014-04-27OUString: avoid temporaries and constifyMatteo Casalin1-12/+7
2014-04-27sal_uInt16 to size_t + constifyMatteo Casalin1-9/+9
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-13/+0
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-2/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-15/+15
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-5/+5
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-11/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-8/+8
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-1/+1
2013-10-15convert sw/source/filter/xml/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-08-08sw: convert some SwStyleNameMapper methods to OUStringMichael Stahl1-5/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-01-04sal_Bool to boolTakeshi Abe1-1/+1
2012-12-29sal_Bool to boolTakeshi Abe1-22/+22
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-10sal_Bool to boolTakeshi Abe1-2/+2
2012-07-17Convert SV_DECL_PTRARR_DEL( SwFmtCollConditions) to boost::ptr_vectorNoel Grandin1-2/+2
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-1/+1
2012-05-09Convert SV_DECL_PTRARR(SwXMLConditions_Impl) to std::vectorNoel Grandin1-7/+6
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-4/+4
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-6/+0