summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann606-6662/+6664
2014-03-27Unit test for .doc import of full colour bordersLuke Deller3-6/+132
2014-03-27sw: avoid warning C4510: WW8_TCellVer6: default constructor could notMichael Stahl1-0/+5
2014-03-27sfx2/stbitem.hxx: sal_Bool->boolNoel Grandin2-3/+3
2014-03-27sfx2: sal_Bool->boolNoel Grandin64-134/+134
2014-03-27basic: sal_Bool->boolNoel Grandin1-3/+3
2014-03-27basic: sal_Bool->boolNoel Grandin1-1/+1
2014-03-27RTF export: handle Relative{Height,Width}{,Relation}Miklos Vajna4-9/+49
2014-03-26fix test doc againLuboš Luňák1-0/+0
2014-03-26fix test document nameLuboš Luňák1-0/+0
2014-03-26test for ignoring negative cell margin valuesLuboš Luňák2-0/+8
2014-03-26Revert "rhbz#1075124: writerfilter: fix tables with negative left margin"Luboš Luňák2-16/+0
2014-03-26cp#1000044 DOC import: fProtEnabled means document is not totally read-onlyMiklos Vajna3-1/+10
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann79-120/+120
2014-03-26RTF import: handle Relative{Height,Width}{,Relation}Miklos Vajna2-0/+51
2014-03-26related fdo#74981: add a unittest for kicksBjoern Michaelsen1-0/+29
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann4-20/+0
2014-03-25coverity#982474 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-03-25convert mail merge page to .uiCaolán McNamara9-179/+294
2014-03-25WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' [loplugin]Tor Lillqvist1-1/+1
2014-03-25coverity#704376 Logically dead codeCaolán McNamara1-12/+2
2014-03-25coverity#704953 Dereference after null checkCaolán McNamara1-1/+1
2014-03-25coverity#704949 Dereference after null checkCaolán McNamara1-1/+1
2014-03-25coverity#704947 Dereference after null checkCaolán McNamara1-0/+1
2014-03-25coverity#704946 Dereference after null checkCaolán McNamara1-1/+1
2014-03-25coverity#704945 Dereference after null checkCaolán McNamara1-1/+1
2014-03-25coverity#704938 Dereference after null checkCaolán McNamara1-1/+1
2014-03-25svtools: sal_Bool->boolNoel Grandin12-27/+27
2014-03-25svtools: sal_Bool->boolNoel Grandin2-11/+11
2014-03-25svtools: sal_Bool->boolNoel Grandin14-58/+58
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin2-3/+3
2014-03-25add parameter to supress dialogMathias Supp1-1/+6
2014-03-25Remove stray fprintfMatteo Casalin1-1/+0
2014-03-25Use isEmpty and endsWithMatteo Casalin1-3/+2
2014-03-24Do not compare the same OUString twiceMatteo Casalin1-2/+3
2014-03-24OUString* to const OUString* as constructor argumentMatteo Casalin3-4/+3
2014-03-24sal_uInt16 to sal_(u)Int32 + some constificationsMatteo Casalin1-56/+51
2014-03-24Remove temporary OUString by bailing out earlyMatteo Casalin1-13/+11
2014-03-24Remove temporary OUStringsMatteo Casalin1-21/+13
2014-03-24sal_uInt16 to sal_Int32/int and remove some temporariesMatteo Casalin1-29/+24
2014-03-24sal_uInt16 to sal_Int32 and remove a temporary OUStringMatteo Casalin1-7/+5
2014-03-24Constify and reduce scopeMatteo Casalin1-6/+5
2014-03-24Remove some OUString concatenated appends and some temporariesMatteo Casalin1-30/+14
2014-03-24Result of expression is unused, remove that codeMatteo Casalin1-2/+0
2014-03-24sal_uInt16 to sal_uLong and remove unneeded castMatteo Casalin1-2/+2
2014-03-24sal_uInt16 to sal_Int32Matteo Casalin1-5/+5
2014-03-24Group common expressionMatteo Casalin1-8/+6
2014-03-24sal_uInt16 to sal_Int32 and removed some unneeded castsMatteo Casalin1-11/+11
2014-03-24sal_uInt16 to long in NumberingPreview::Paint and its helpersMatteo Casalin1-63/+40
2014-03-24sal_uInt16 to long and constify loop boundMatteo Casalin1-1/+2