summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltble.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-11-09formatting improvements in sw/Noel Grandin1-5/+5
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-5/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-2/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-130/+130
2015-05-12sw: More variable renaming.Jan Holesovsky1-12/+12
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-5/+5
2015-03-24convert sfxlink to enum classNoel Grandin1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-18ODT export: fix namespace of <table:covered-table-cell> inside shapesMiklos Vajna1-2/+2
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-4/+3
2014-12-27fdo#84714 ODT export: write <loext:table> inside <draw:custom-shape>Miklos Vajna1-12/+22
2014-12-02loplugin: cstylecastNoel Grandin1-16/+16
2014-11-25loplugin: cstylecastNoel Grandin1-6/+6
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-16/+16
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-1/+0
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
2014-04-27WaE: unused variable 'sBuffer'Tor Lillqvist1-2/+0
2014-04-27OUString: avoid concatenated appends and temporariesMatteo Casalin1-23/+10
2014-04-27Simplify lcl_xmltble_appendBoxPrefixMatteo Casalin1-19/+9
2014-04-27Constructor parameters are not used for this local classMatteo Casalin1-6/+2
2014-04-27sal_uInt16 to size_t/sal_uInt32 + constifyMatteo Casalin1-32/+31
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-16/+16
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-02-27Remove visual noise from swAlexander Wilms1-7/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-9/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-16/+16
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-4/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-15convert sw/source/filter/xml/*.cxx from String to OUStringNoel Grandin1-7/+7
2013-08-12String to OUString and some optimizationsMatteo Casalin1-19/+12
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-05sal_Bool to boolTakeshi Abe1-15/+15
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-13sal_Bool to boolTakeshi Abe1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-09-14fdo#45700: sw ODF export: workaround corrupted table model:Michael Stahl1-8/+3
2012-08-02cntnrsrt.hxx: remove dead codeMichael Stahl1-1/+0
2012-08-02STL'ify DECLARE_CONTAINER_SORT(SwXMLTableColumnsSortByWidth_Impl)Noel Grandin1-17/+15