summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky30-26/+174
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky30-9/+70
2014-04-18sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky1-1/+1
2014-04-18sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.Jan Holesovsky1-1/+1
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-2/+2
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky8-35/+37
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky19-27/+42
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky24-26/+36
2014-04-18fdo#75735 RTF import: fix COW when writing a nested structureMiklos Vajna2-0/+15
2014-04-18non-desktop: Avoid instantiation of huge amount of 'shells'.Jan Holesovsky2-3/+9
2014-04-18Add silly workaround for weird Clang (Xcode 5.1.1) problem with -OzTor Lillqvist1-1/+19
2014-04-18coverity#1202830 Out-of-bounds accessCaolán McNamara1-4/+17
2014-04-18coverity#704523 Division or modulo by zeroCaolán McNamara1-2/+4
2014-04-18Simplify the AttributeOutputBase::OutputFlyFrame method.Chris Laplante1-22/+5
2014-04-18Rewrite getHash to reduce code duplication & improve maintainability.Chris Laplante1-95/+60
2014-04-18Thanks Badaa and Jiayanmin but we don't use in-line commit commentsTor Lillqvist28-99/+29
2014-04-18Don't inherit from std::vectorTor Lillqvist1-37/+42
2014-04-18Begin removing ASCII art and useless comments from swChris Laplante12-408/+67
2014-04-18fdo#74150:Numbered list getting display after RT -table-within-table-1.docxRajashri3-1/+16
2014-04-18fix higher debug level buildCaolán McNamara1-2/+2
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
2014-04-18This seems to be an infinite loop (never triggered?)Matteo Casalin1-1/+1
2014-04-18Use more proper integer types + minor optimizationsMatteo Casalin1-26/+31
2014-04-18Avoid temporary boolMatteo Casalin1-2/+1
2014-04-18OUString: reduce temporaries and constifyMatteo Casalin1-52/+45
2014-04-18sal_uInt16 to sal_Int32/sal_uInt32 + constifyMatteo Casalin1-20/+19
2014-04-18Pass constant ASCII string directlyMatteo Casalin1-1/+1
2014-04-18OUString: constify, remove unneeded casts and concatenated appends"Matteo Casalin1-16/+11
2014-04-18OUString::number(1) == "1"Matteo Casalin1-1/+1
2014-04-18Remove code commented-out since 2009Matteo Casalin1-1/+0
2014-04-18Remove unneeded castsMatteo Casalin1-2/+2
2014-04-17now no temporary instance of SvtLanguageTable necessary here anymoreEike Rathke1-1/+1
2014-04-17now no temporary instance of SvtLanguageTable necessary here anymoreEike Rathke1-10/+8
2014-04-18Typo: s/cant/can't/Tor Lillqvist2-4/+4
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-4/+3
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-4/+2
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-4/+2
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-4/+3
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist3-3/+1