summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-07-01loplugin:literaltoboolconversionStephan Bergmann
2014-07-01loplugin:literaltoboolconversionStephan Bergmann
2014-07-01loplugin:saloverrideStephan Bergmann
2014-07-01SwXPageStyle::GetPropertyValues_Impl: lost FN_UNO_HEADER/FOOTER_FIRSTMiklos Vajna
2014-07-01SwXAutoStyle::GetPropertyValues_Impl: fix handling of CharAutoStyleNameMiklos Vajna
2014-07-01SwXPageStyle: fix FirstIsShared handlingMiklos Vajna
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-07-01Related: #i124638# Corrected paints of Writer Frames...Armin Le Grand
2014-07-01hook up new drawing support to .uisCaolán McNamara
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-07-01coverity#704986 Dereference after null checkCaolán McNamara
2014-07-01coverity#704987 Dereference after null checkCaolán McNamara
2014-07-01coverity#983968 Uncaught exceptionCaolán McNamara
2014-07-01coverity#707290 Uncaught exceptionCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-07-01fix debug=t buildCaolán McNamara
2014-06-30fdo#80663: sw: fix crash on Undo of table row/column deleteMichael Stahl
2014-06-30loplugin:literaltoboolconversionStephan Bergmann
2014-06-30Resolves: fdo#80681 widget is not transparentCaolán McNamara
2014-06-30fdo#80514 LO crashes on opening; tries to remove a para with NumPicBulletVinaya Mandke
2014-06-30sw: better encapsulate StyleSheet iterator's list.Michael Meeks
2014-06-30loplugin:unreffunStephan Bergmann
2014-06-30related fdo#70998 change names in Navigator to pluralStanislav Horacek
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-30Related: #i78498# improvements/corrections regarding outline level & CoOliver-Rainer Wittmann
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-28sal_uInt16 to sal_(u)Int32Matteo Casalin
2014-06-28Micro optimizations: pre-increment and constifyMatteo Casalin
2014-06-28sal_uInt16 to SwTwips and delay downcastsMatteo Casalin
2014-06-28sal_uInt16: constify and avoid unneed castMatteo Casalin
2014-06-28sal_uInt16 to shortMatteo Casalin
2014-06-28Return value (sal_uInt16/size_t) is never usedMatteo Casalin
2014-06-28sal_uInt16 to size_tMatteo Casalin
2014-06-28sal_uInt16 to sal_Int32 and remove/fix commentsMatteo Casalin
2014-06-28sal_uInt16 to size_tMatteo Casalin
2014-06-28sal_uInt16 to size_tMatteo Casalin
2014-06-27fdo#80167 RTF export: don't loose page breaksMiklos Vajna
2014-06-27identation fixesMiklos Vajna
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara
2014-06-27Related: #i78498# Do not keep OutlineLevel attribute at paragraph...Oliver-Rainer Wittmann
2014-06-27SwTextBoxHelper::create: handle TextAutoGrowHeightMiklos Vajna
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-27fdo#78758: sw: RTF export: don't export multiple \fldrst for one hyperlinkMichael Stahl
2014-06-27sw: avoid calling convertToString() with unsupported encodingsMichael Stahl
2014-06-27SwFlyFrm::Format: inform our custom shape about size changes if neededMiklos Vajna
2014-06-27CppunitTest_sw_ooxmlimport: use exact value from bugdoc in testMceNested()Miklos Vajna
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-27DBG_ASSERT->assertCaolán McNamara