summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexpit.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-17/+17
2015-09-28tdf#94011: load&save more border typesOliver Specht1-0/+12
2015-07-06improve the returnbyref lopluginNoel Grandin1-10/+10
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-16/+16
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin1-11/+11
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-6/+6
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida1-0/+1
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-0/+2
2014-06-30Called C++ object pointer is nullCaolán McNamara1-8/+8
2014-06-13loplugin:staticcallStephan Bergmann1-4/+4
2014-05-08coverity#735960 Explicit null dereferencedCaolán McNamara1-4/+6
2014-05-08coverity#735959 Explicit null dereferencedCaolán McNamara1-28/+30
2014-05-08coverity#735958 Explicit null dereferencedCaolán McNamara1-5/+7
2014-05-08coverity#735957 Explicit null dereferencedCaolán McNamara1-6/+8
2014-05-08coverity#735956 Explicit null dereferencedCaolán McNamara1-252/+253
2014-05-08coverity#735955 Explicit null dereferencedCaolán McNamara1-6/+8
2014-05-07coverity#1209588 Explicit null dereferencedCaolán McNamara1-1/+1
2014-05-07coverity#1209587 Explicit null dereferencedCaolán McNamara1-2/+2
2014-04-27Prefer OUString concatenation to OUStringBufferMatteo Casalin1-11/+8
2014-04-27Constify some OUStringsMatteo Casalin1-4/+4
2014-04-27sal_uInt16 to more proper types + constifyMatteo Casalin1-11/+11
2014-04-14typo: givin -> givenThomas Arnhold1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-2/+1
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SW moduleNoel Grandin1-9/+9
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-5/+7
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin1-2/+2
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2012-12-29sal_Bool to boolTakeshi Abe1-45/+45
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-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-23/+23
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-2/+2
2012-05-12Fix memory leak when using XMLPropertyHandler in sw xml filters.Arnaud Versini1-0/+2
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-8/+0
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl1-17/+33
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-13/+37
2011-07-13Replace SvUShorts with vector in xmlexpit.[ch]xxNigel Hawkins1-7/+7
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak1-15/+15
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-21/+22