summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-10-17coverity#1247631 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-17coverity#1247648 Uninitialized pointer readCaolán McNamara1-7/+5
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann1-2/+2
2014-10-17SwTxtNode::dumpAsXml: handle RES_TXTATR_CHARFMTMiklos Vajna1-0/+11
2014-10-17DOCX import: parse <w:spacing>'s w:before/afterLines attributeMiklos Vajna2-0/+6
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-1/+1
2014-10-16fdo#85050 - MENU: change related menu items shouldnt be separated find itemsYousuf Philips5-15/+20
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon40-116/+116
2014-10-16java: confusing literalNoel Grandin1-1/+1
2014-10-16fdo#77716 DOCX import: fix handling of user-defined Standard styleMiklos Vajna2-0/+8
2014-10-16WaE: Unreferenced function definitionTor Lillqvist1-14/+0
2014-10-15sw: remove more dead code from SwIoSystem::GetFileFilter()Michael Stahl2-55/+14
2014-10-15sw: fix temp file leak in SwIoSystem::GetFileFilter()Michael Stahl4-16/+12
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre4-47/+48
2014-10-15sw: WW8 import: delete leaked SdrGrafObj (and temp file)Michael Stahl1-0/+1
2014-10-15sw: fix temp file leak in SwDocTestMichael Stahl1-1/+2
2014-10-15sw: simplify the temp-file leaking debug code in mail-mergeMichael Stahl1-6/+5
2014-10-15sw: fix massive temp dir leak in SwModelTestBaseMichael Stahl1-3/+5
2014-10-15fix indentCaolán McNamara1-1/+1
2014-10-15coverity#1242817 Untrusted loop boundCaolán McNamara1-0/+2
2014-10-15coverity#1242879 Untrusted value as argumentCaolán McNamara1-0/+6
2014-10-15coverity#1242719 Untrusted value as argumentCaolán McNamara1-2/+11
2014-10-15coverity#1242692 Untrusted value as argumentCaolán McNamara1-0/+2
2014-10-15fix up indentCaolán McNamara1-14/+14
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann11-25/+7
2014-10-15coverity#982478 Dereference after null checkCaolán McNamara1-6/+1
2014-10-15fdo#82860 RTF import: fix handling of SHAPE fieldsMiklos Vajna2-0/+10
2014-10-15fdo#82860 RTF export: if shape has textbox, export its contents as shape textMiklos Vajna5-49/+127
2014-10-15fdo#82860 RTF export: don't export textboxes of shapes twiceMiklos Vajna3-1/+20
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-1/+1
2014-10-15coverity#1212509 Logically dead codeCaolán McNamara1-1/+1
2014-10-15ww8: warning C4701: potentially uninitialized local variableMichael Stahl1-0/+1
2014-10-14fdo#82071 RTF import: get rid of unexpected underlining in TOC fieldMiklos Vajna2-0/+57
2014-10-14do not forward-declare templatesDavid Tardon2-2/+2
2014-10-14bnc#800714 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columnsMiklos Vajna4-1/+55
2014-10-14CppunitTest_sw_odfimport: allow running a single test onlyMiklos Vajna2-2/+3
2014-10-14Wrong unnecessarily deep downcastsStephan Bergmann2-3/+3
2014-10-14Remove confusing TableReference::operator=()Miklos Vajna2-8/+2
2014-10-13SwBasicEscherEx::WritePictures: improve commentMiklos Vajna1-1/+1
2014-10-13coverity#704061 Unchecked return valueCaolán McNamara1-1/+1
2014-10-13coverity#1078466 Unchecked return valueCaolán McNamara1-3/+3
2014-10-13coverity#1078451 Unchecked return valueCaolán McNamara1-1/+1
2014-10-13coverity#1078450 Unchecked return valueCaolán McNamara1-1/+1
2014-10-13coverity#982191 Unchecked return valueCaolán McNamara1-1/+3
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin16-29/+29
2014-10-13convert SW_TAB #defines to enumNoel Grandin8-72/+77
2014-10-12convert SW_MOVE constants to enumNoel Grandin3-32/+35
2014-10-12coverity#735337 Unchecked return valueCaolán McNamara1-1/+1
2014-10-12coverity#735334 Unchecked return valueCaolán McNamara1-2/+2
2014-10-12coverity#1226478 Unchecked return valueCaolán McNamara1-1/+1