summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-21remove old commentThomas Arnhold
2014-04-20cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2014-04-20coverity#705541 Unintentional integer overflowCaolán McNamara
2014-04-20coverity#1078601 Unchecked dynamic_castCaolán McNamara
2014-04-19make sure nEnd is after nBeginDavid Tardon
2014-04-19coverity#1202818 improper use of negative valueDavid Tardon
2014-04-19fixincludeguards.sh: swThomas Arnhold
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante
2014-04-19cpplint: [build/include] "svx/svdoashp.hxx" already includedJulien Nabet
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
2014-04-18non-desktop: Avoid instantiation of huge amount of 'shells'.Jan Holesovsky
2014-04-18Add silly workaround for weird Clang (Xcode 5.1.1) problem with -OzTor Lillqvist
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