summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* coverity#708472 Uninitialized scalar fieldCaolán McNamara2014-04-281-3/+6
* coverity#708471 Uninitialized scalar fieldCaolán McNamara2014-04-281-1/+6
* CppunitTest_sw_ooxmlexport: move sdr-related tests to the dedicated suiteMiklos Vajna2014-04-282-57/+57
* fdo#77719 File containing CusGeom gets corrupted on RT.Sourav2014-04-283-0/+11
* fdo#77713 : File Corruption - Header.xmlRajashri2014-04-283-3/+11
* fdo#77715: Fix for TOC flag field \cDinesh Patil2014-04-283-4/+17
* fdo#77759 : Embedded excel getting renamed to binary object.Ravindra Vidhate2014-04-285-5/+21
* coverity#1130360 Unchecked dynamic_castMiklos Vajna2014-04-271-1/+1
* fdo#77718: Picture inside SmartArt changes after RTumeshkadam2014-04-274-6/+41
* WaE: unused variable 'sBuffer'Tor Lillqvist2014-04-271-2/+0
* constLuboš Luňák2014-04-2716-26/+26
* surely std::min was the intentCaolán McNamara2014-04-271-1/+1
* OUString: avoid temporaries and concatenationsMatteo Casalin2014-04-271-18/+12
* sal_uInt16 to sal_Int16Matteo Casalin2014-04-271-4/+4
* OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin2014-04-271-11/+7
* sal_uInt16 to size_tMatteo Casalin2014-04-271-1/+1
* Constify and reduce scopeMatteo Casalin2014-04-271-4/+4
* Reduce scope and simplifyMatteo Casalin2014-04-271-4/+4
* OUString: constify and avoid temporariesMatteo Casalin2014-04-271-10/+5
* sal_uInt16 to int + constifyMatteo Casalin2014-04-271-3/+3
* Prefer OUString concatenation to OUStringBufferMatteo Casalin2014-04-271-11/+8
* Constify some OUStringsMatteo Casalin2014-04-271-4/+4
* sal_uInt16 to more proper types + constifyMatteo Casalin2014-04-271-11/+11
* Do not post-increment a pointer going out of scopeMatteo Casalin2014-04-271-1/+1
* OUString: reduce temporaries and constifyMatteo Casalin2014-04-271-42/+27
* OUString: avoid temporaries and constifyMatteo Casalin2014-04-271-12/+7
* sal_uInt16 to size_t + constifyMatteo Casalin2014-04-271-9/+9
* Use SAL_N_ELEMENTS to get size of arrayMatteo Casalin2014-04-271-2/+2
* OUString: remove temporaries and constifyMatteo Casalin2014-04-271-95/+69
* OUString: avoid concatenated appends and temporariesMatteo Casalin2014-04-271-23/+10
* Simplify lcl_xmltble_appendBoxPrefixMatteo Casalin2014-04-271-19/+9
* Constructor parameters are not used for this local classMatteo Casalin2014-04-271-6/+2
* sal_uInt16 to size_t/sal_uInt32 + constifyMatteo Casalin2014-04-272-34/+33
* OUString: avoid temporaries and concatenated appends, constifyMatteo Casalin2014-04-271-26/+14
* sal_uInt16: convert to more proper types, constify, avoid unneeded castsMatteo Casalin2014-04-271-42/+41
* OUString: avoid OUStringBuffer, concatenated appends and temporariesMatteo Casalin2014-04-271-29/+15
* sal_uInt16 to size_t, and constifyMatteo Casalin2014-04-271-4/+4
* Deconvolute codeMatteo Casalin2014-04-271-6/+10
* Reduce scopeMatteo Casalin2014-04-271-4/+2
* OUString: use startsWith, plus minor optimizationMatteo Casalin2014-04-271-6/+4
* Do not attempt to copy beyond end of OUStringMatteo Casalin2014-04-271-2/+5
* Do not use copy() to copy the whole OUStringMatteo Casalin2014-04-271-2/+1
* Simplify loopMatteo Casalin2014-04-271-6/+4
* sal_uInt16 to more proper types + constificationMatteo Casalin2014-04-271-18/+13
* Reduce scopeMatteo Casalin2014-04-271-2/+1
* sal_uInt16: constify and simplifyMatteo Casalin2014-04-271-8/+6
* Minor OUString optimizationMatteo Casalin2014-04-271-1/+1
* Constify sal_uInt16Matteo Casalin2014-04-271-1/+1
* OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin2014-04-271-8/+6
* sal_uInt16 to sal_Int32 and constifyMatteo Casalin2014-04-271-6/+6