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