summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-04-18coverity#1202830 Out-of-bounds accessCaolán McNamara
2014-04-18coverity#704523 Division or modulo by zeroCaolán McNamara
2014-04-18Simplify the AttributeOutputBase::OutputFlyFrame method.Chris Laplante
2014-04-18Rewrite getHash to reduce code duplication & improve maintainability.Chris Laplante
2014-04-18Thanks Badaa and Jiayanmin but we don't use in-line commit commentsTor Lillqvist
2014-04-18Don't inherit from std::vectorTor Lillqvist
2014-04-18Begin removing ASCII art and useless comments from swChris Laplante
2014-04-18fdo#74150:Numbered list getting display after RT -table-within-table-1.docxRajashri
2014-04-18fix higher debug level buildCaolán McNamara
2014-04-18OUString: constify and remove a temporaryMatteo Casalin
2014-04-18Use SAL_N_ELEMENTS() for array sizeMatteo Casalin
2014-04-18Use more proper integer types and constifyMatteo Casalin
2014-04-18OUString: constify, remove temporaries and concatenated appendsMatteo Casalin
2014-04-18sal_uInt16 to intMatteo Casalin
2014-04-18Group common code for csv generation and simplify OUString handlingMatteo Casalin
2014-04-18OUString: constify and avoid temporariesMatteo Casalin
2014-04-18Remove unused OUStringsMatteo Casalin
2014-04-18sal_uInt16 to sal_uInt32 + constifyMatteo Casalin
2014-04-18Simplify generation of unique nameMatteo Casalin
2014-04-18OUString: reduce temporaries/concatenated appends + minor optimizationsMatteo Casalin
2014-04-18This seems to be an infinite loop (never triggered?)Matteo Casalin
2014-04-18Use more proper integer types + minor optimizationsMatteo Casalin
2014-04-18Avoid temporary boolMatteo Casalin
2014-04-18OUString: reduce temporaries and constifyMatteo Casalin
2014-04-18sal_uInt16 to sal_Int32/sal_uInt32 + constifyMatteo Casalin
2014-04-18Pass constant ASCII string directlyMatteo Casalin
2014-04-18OUString: constify, remove unneeded casts and concatenated appends"Matteo Casalin
2014-04-18OUString::number(1) == "1"Matteo Casalin
2014-04-18Remove code commented-out since 2009Matteo Casalin
2014-04-18Remove unneeded castsMatteo Casalin
2014-04-17now no temporary instance of SvtLanguageTable necessary here anymoreEike Rathke
2014-04-17now no temporary instance of SvtLanguageTable necessary here anymoreEike Rathke
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist
2014-04-17fdo#77340: SwXStyle::setPropertyValue PageNumberOffset, PageDescNameMichael Stahl
2014-04-17coverity#707375 Uncaught exceptionCaolán McNamara
2014-04-17coverity#1202835 Resource leakCaolán McNamara
2014-04-17More generic way to disable avmediaTor Lillqvist
2014-04-17coverity#1202787 Unchecked dynamic_castCaolán McNamara
2014-04-17coverity#1202788 Unchecked dynamic_castCaolán McNamara
2014-04-17this looks more like a "merge" than c34cc212Michael Stahl
2014-04-17cppcheck: Fix redundant assignments in the sw moduleChris Laplante
2014-04-17Try harder to bypass avmedia on non-desktop for nowTor Lillqvist
2014-04-17Get order of arguments rightStephan Bergmann
2014-04-17Fix pointer castingStephan Bergmann