summaryrefslogtreecommitdiff
path: root/sw/source/ui
AgeCommit message (Expand)AuthorFilesLines
2014-04-29coverity#1210195 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-29coverity#1210202 Uninitialized pointer fieldCaolán McNamara1-12/+13
2014-04-27constLuboš Luňák8-17/+17
2014-04-27surely std::min was the intentCaolán McNamara1-1/+1
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
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-17/+14
2014-04-27Reduce scopeMatteo Casalin1-5/+4
2014-04-27sal_uInt16 to sal_Int32 and constificationMatteo Casalin1-8/+7
2014-04-27Minor optimizations on OUStringsMatteo Casalin1-7/+7
2014-04-27That header was needed in .hxx, remove it from .cxxMatteo Casalin1-1/+0
2014-04-27sal_uInt16 to sal_Int32/sal_uLongMatteo Casalin1-12/+12
2014-04-26cppcheck: pColEntry has never been used since the initial import in 2000/09/18Julien Nabet1-2/+1
2014-04-24some more hrc cleanupThomas Arnhold2-26/+0
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante4-97/+16
2014-04-23huge hrc and src file cleanupThomas Arnhold8-141/+6
2014-04-23add a 'format all comments' featureCaolán McNamara2-0/+11
2014-04-23coverity#707380 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-23coverity#707379 Uncaught exceptionCaolán McNamara2-2/+4
2014-04-23coverity#707371 Uncaught exceptionCaolán McNamara2-2/+4
2014-04-22coverity#989725 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-22remove unused hrc filesThomas Arnhold2-52/+0
2014-04-22clean up hrc filesThomas Arnhold6-90/+1
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist8-26/+26
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist10-18/+18
2014-04-21remove comments why a file gets includedThomas Arnhold4-5/+0
2014-04-21remove old commentThomas Arnhold1-11/+0
2014-04-20cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-04-18OUString: constify and remove a temporaryMatteo Casalin1-13/+12
2014-04-18Use SAL_N_ELEMENTS() for array sizeMatteo Casalin1-6/+4
2014-04-18Use more proper integer types and constifyMatteo Casalin1-28/+25
2014-04-18OUString: constify, remove temporaries and concatenated appendsMatteo Casalin1-41/+26
2014-04-18sal_uInt16 to intMatteo Casalin1-1/+1
2014-04-18Group common code for csv generation and simplify OUString handlingMatteo Casalin1-29/+26
2014-04-18OUString: constify and avoid temporariesMatteo Casalin1-8/+6
2014-04-18Remove unused OUStringsMatteo Casalin1-4/+0
2014-04-18sal_uInt16 to sal_uInt32 + constifyMatteo Casalin1-3/+3
2014-04-18Simplify generation of unique nameMatteo Casalin1-14/+8
2014-04-18OUString: reduce temporaries/concatenated appends + minor optimizationsMatteo Casalin1-39/+33