summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand8-229/+316
2014-07-01coverity#983968 Uncaught exceptionCaolán McNamara2-4/+11
2014-07-01clang scan-build: various warningsCaolán McNamara1-9/+9
2014-06-30sw: better encapsulate StyleSheet iterator's list.Michael Meeks1-30/+30
2014-06-30Called C++ object pointer is nullCaolán McNamara6-8/+8
2014-06-28sal_uInt16 to sal_(u)Int32Matteo Casalin2-8/+8
2014-06-28Micro optimizations: pre-increment and constifyMatteo Casalin1-3/+2
2014-06-28sal_uInt16 to SwTwips and delay downcastsMatteo Casalin5-15/+8
2014-06-28sal_uInt16: constify and avoid unneed castMatteo Casalin1-3/+4
2014-06-28sal_uInt16 to shortMatteo Casalin1-1/+1
2014-06-28Return value (sal_uInt16/size_t) is never usedMatteo Casalin2-3/+2
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara2-7/+6
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud9-20/+20
2014-06-26fdo#48673 - UI: No keyboard shortcut for "Ignore All" on misspelled wordJoren De Cuyper1-2/+2
2014-06-26drop the functional partsCaolán McNamara1-10/+0
2014-06-26Resolves: #i124914# reset certain language dependent pool defaults...Oliver-Rainer Wittmann5-328/+338
2014-06-26OSL_ENSURE->assertCaolán McNamara2-14/+14
2014-06-25pagedesc: We have DelPageDesc() that takes OUString as param directly.Jan Holesovsky1-3/+1
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky1-10/+9
2014-06-25pagedesc: It's better when MakePageDesc returns a pointer.Jan Holesovsky2-8/+6
2014-06-25MSWord uses \xb for linebreaks in DB fields, take 2 (bnc#878854)Luboš Luňák1-0/+1
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl1-1/+1
2014-06-25SwView::EnterDrawTextMode: refuse to edit editeng text if texbox is attachedMiklos Vajna1-1/+14
2014-06-25Add ITiledRenderable.Andrzej Hunt1-0/+18
2014-06-24Add SwTextBoxHelper::findShapesMiklos Vajna1-2/+17
2014-06-24Save debug mail merge documentsJan-Marek Glogowski1-0/+49
2014-06-24new compilerplugin returnbyrefNoel Grandin11-34/+33
2014-06-24Fix some warningsMatúš Kukan1-2/+2
2014-06-23SwContentType::FillMemberList: ignore TextFrames which are used as TextBoxesMiklos Vajna1-4/+4
2014-06-22Fix pathsJulien Nabet1-2/+2
2014-06-22sw: Fix SID_CHAR_DLG_EFFECT behaviorMaxim Monastirsky3-3/+3
2014-06-21Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+5
2014-06-20Avoid possible memory leaks in case of exceptionsTakeshi Abe5-32/+28
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2-6/+13
2014-06-19sw: add UI for removing the textbox of a draw shapeMiklos Vajna1-0/+25
2014-06-19sw: add UI for adding a textbox for a draw shapeMiklos Vajna1-0/+27
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara11-7/+16
2014-06-18coverity#736903 Unintended sign extensionCaolán McNamara1-2/+2
2014-06-18coverity#1213345 Unintended sign extensionCaolán McNamara1-2/+2
2014-06-17Fix memory leaks for some SwXMLTextBlocksTakeshi Abe1-30/+16
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-5/+2
2014-06-17Avoid possible memory leaks in case of exceptionsTakeshi Abe5-22/+16
2014-06-16Related: fdo#47427 disallow pasting spaces into category boxCaolán McNamara1-7/+6
2014-06-16turn the no-space edit widgets into a editwidget featureCaolán McNamara6-70/+11
2014-06-16we can shrink the NoSpaceEdit down furtherCaolán McNamara2-20/+1
2014-06-15callcatcher: update unused codeCaolán McNamara2-12/+0
2014-06-14Avoid possible memory leaks in case of exceptionsTakeshi Abe5-40/+30
2014-06-13loplugin:staticcallStephan Bergmann23-50/+49
2014-06-13coverity#1213307 Dereference before null checkCaolán McNamara2-5/+3
2014-06-13Avoid possible memory leaks in case of exceptionsTakeshi Abe5-50/+32