summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin51-257/+49
2014-06-17Avoid possible memory leaks in case of exceptionsTakeshi Abe5-22/+16
2014-06-17VML export: handle textbox textMiklos Vajna4-27/+42
2014-06-16and now we can remove SwRestrictedComboBox as wellCaolán McNamara3-67/+5
2014-06-16missing SetForbiddenChars callCaolán McNamara1-0/+1
2014-06-16Related: fdo#47427 disallow pasting spaces into category boxCaolán McNamara3-48/+25
2014-06-16turn the no-space edit widgets into a editwidget featureCaolán McNamara14-94/+24
2014-06-16we can shrink the NoSpaceEdit down furtherCaolán McNamara2-20/+1
2014-06-16fdo#79915:Text Data Lost after exporting through LORavindra Vidhate3-0/+16
2014-06-16rtl::Reference fits just fine hereStephan Bergmann3-8/+4
2014-06-16Resolves: #i125055# follow-up of fix for #i124338#Oliver-Rainer Wittmann1-4/+20
2014-06-16CppunitTest_sw_ooxmlsdrexport: port testTableFloatingMargins to textboxesMiklos Vajna1-4/+3
2014-06-16rework to use a SvSimpleTableContainerCaolán McNamara5-77/+90
2014-06-16SwModelTestBase: add a getShapeByName() methodMiklos Vajna2-3/+22
2014-06-16DLG_MM_SELECTDBTABLEDDIALOG conversion to .uisk947-153/+227
2014-06-16Use proper name also when libmerged is used.Matúš Kukan1-1/+1
2014-06-15callcatcher: update unused codeCaolán McNamara2-12/+0
2014-06-15CppunitTest_sw_ooxmlsdrexport: disable testFDO77122 on Mac for nowMiklos Vajna1-0/+3
2014-06-14sw, writerfilter: identation fixesMiklos Vajna4-17/+21
2014-06-14Avoid possible memory leaks in case of exceptionsTakeshi Abe5-40/+30
2014-06-13CppunitTest_sw_ooxmlsdrexport: clean up XPath expressions in testFDO77122Miklos Vajna1-2/+2
2014-06-13SwXShape: getter for ChainNext/PrevName UNO propertyMiklos Vajna2-3/+22
2014-06-13125044: - use field's content cache on <SwTxtFld> construction onlyOliver-Rainer Wittmann3-10/+8
2014-06-13SwXShape: add ChainName UNO propertyMiklos Vajna6-0/+29
2014-06-13SwXShape: add ChainNext/PrevName UNO propertyMiklos Vajna3-0/+18
2014-06-13loplugin:staticcallStephan Bergmann63-136/+135
2014-06-13DocxAttributeOutput::WritePostponedDMLDrawing: allow recursionMiklos Vajna1-4/+11
2014-06-13fdo#76633: writerfilter: RTF import: do not leak the XShape of imageMichael Stahl1-3/+0
2014-06-13fdo#76633: writerfilter RTF import: disappear the rectangle shapes on imagesMichael Stahl2-0/+47
2014-06-13coverity#707393 Uncaught exceptionCaolán McNamara2-2/+6
2014-06-13coverity#1212526 Logically dead codeCaolán McNamara1-7/+17
2014-06-13coverity#1213064 Dereference after null checkCaolán McNamara1-1/+2
2014-06-13coverity#1213307 Dereference before null checkCaolán McNamara2-5/+3
2014-06-13SwTextBoxHelper::syncProperty: handle FN_TEXT_RANGEMiklos Vajna1-0/+15
2014-06-13SwDoc::CopyFlyInFlyImpl: factor out textbox code into SwTextBoxHelperMiklos Vajna3-23/+65
2014-06-13SwDoc::DelLayoutFmt: don't delete content of a draw formatMiklos Vajna1-2/+7
2014-06-13FixStephan Bergmann1-1/+1
2014-06-13fdo#77979: Make rtl_TextEncodingToWinCharsetRTF work for non-UnicodeStephan Bergmann1-24/+17
2014-06-13fdo#75757: Remove inheritance from std::vectorShreyansh Gandhi2-16/+7
2014-06-13Avoid possible memory leaks in case of exceptionsTakeshi Abe5-50/+32
2014-06-12warning C4138: '*/' found outside of commentStephan Bergmann1-1/+1
2014-06-12coverity#735985 Unchecked dynamic_castCaolán McNamara1-4/+8
2014-06-12Avoid "must return a value" warningsStephan Bergmann1-1/+5
2014-06-12warning C4138: '*/' found outside of commentStephan Bergmann1-1/+1
2014-06-12Spell out UTF-8Stephan Bergmann1-1/+1
2014-06-12translate comments in uibaseJan Kantert3-4/+4
2014-06-12coverity#735947 Explicit null dereferencedCaolán McNamara1-55/+56
2014-06-12error C2361: initialization of 's_fallbacks' is skipped by 'default'Michael Stahl1-7/+7
2014-06-12fdo#77979: argh forgot to add the test documentMichael Stahl1-0/+0
2014-06-12fdo#77979: sw: RTF export: write non-ASCII font names encodedMichael Stahl5-6/+84