summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-04-28coverity#708472 Uninitialized scalar fieldCaolán McNamara1-3/+6
2014-04-28coverity#708471 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-04-28CppunitTest_sw_ooxmlexport: move sdr-related tests to the dedicated suiteMiklos Vajna2-57/+57
2014-04-28fdo#77719 File containing CusGeom gets corrupted on RT.Sourav3-0/+11
2014-04-28fdo#77713 : File Corruption - Header.xmlRajashri3-3/+11
2014-04-28fdo#77715: Fix for TOC flag field \cDinesh Patil3-4/+17
2014-04-28fdo#77759 : Embedded excel getting renamed to binary object.Ravindra Vidhate5-5/+21
2014-04-27coverity#1130360 Unchecked dynamic_castMiklos Vajna1-1/+1
2014-04-27fdo#77718: Picture inside SmartArt changes after RTumeshkadam4-6/+41
2014-04-27WaE: unused variable 'sBuffer'Tor Lillqvist1-2/+0
2014-04-27constLuboš Luňák16-26/+26
2014-04-27surely std::min was the intentCaolán McNamara1-1/+1
2014-04-27OUString: avoid temporaries and concatenationsMatteo Casalin1-18/+12
2014-04-27sal_uInt16 to sal_Int16Matteo Casalin1-4/+4
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-11/+7
2014-04-27sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-04-27Constify and reduce scopeMatteo Casalin1-4/+4
2014-04-27Reduce scope and simplifyMatteo Casalin1-4/+4
2014-04-27OUString: constify and avoid temporariesMatteo Casalin1-10/+5
2014-04-27sal_uInt16 to int + constifyMatteo Casalin1-3/+3
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-27Do not post-increment a pointer going out of scopeMatteo Casalin1-1/+1
2014-04-27OUString: reduce temporaries and constifyMatteo Casalin1-42/+27
2014-04-27OUString: avoid temporaries and constifyMatteo Casalin1-12/+7
2014-04-27sal_uInt16 to size_t + constifyMatteo Casalin1-9/+9
2014-04-27Use SAL_N_ELEMENTS to get size of arrayMatteo Casalin1-2/+2
2014-04-27OUString: remove temporaries and constifyMatteo Casalin1-95/+69
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 Casalin2-34/+33
2014-04-27OUString: avoid temporaries and concatenated appends, constifyMatteo Casalin1-26/+14
2014-04-27sal_uInt16: convert to more proper types, constify, avoid unneeded castsMatteo Casalin1-42/+41
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-27Deconvolute codeMatteo Casalin1-6/+10
2014-04-27Reduce scopeMatteo Casalin1-4/+2
2014-04-27OUString: use startsWith, plus minor optimizationMatteo Casalin1-6/+4
2014-04-27Do not attempt to copy beyond end of OUStringMatteo Casalin1-2/+5
2014-04-27Do not use copy() to copy the whole OUStringMatteo Casalin1-2/+1
2014-04-27Simplify loopMatteo Casalin1-6/+4
2014-04-27sal_uInt16 to more proper types + constificationMatteo Casalin1-18/+13
2014-04-27Reduce scopeMatteo Casalin1-2/+1
2014-04-27sal_uInt16: constify and simplifyMatteo Casalin1-8/+6
2014-04-27Minor OUString optimizationMatteo Casalin1-1/+1
2014-04-27Constify sal_uInt16Matteo Casalin1-1/+1
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-8/+6
2014-04-27sal_uInt16 to sal_Int32 and constifyMatteo Casalin1-6/+6