summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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 Casalin6-16/+9
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-28sal_uInt16 to size_tMatteo Casalin4-9/+8
2014-06-28sal_uInt16 to sal_Int32 and remove/fix commentsMatteo Casalin1-3/+2
2014-06-28sal_uInt16 to size_tMatteo Casalin2-10/+8
2014-06-28sal_uInt16 to size_tMatteo Casalin1-35/+32
2014-06-27fdo#80167 RTF export: don't loose page breaksMiklos Vajna6-3/+34
2014-06-27identation fixesMiklos Vajna1-3/+3
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara5-13/+12
2014-06-27Related: #i78498# Do not keep OutlineLevel attribute at paragraph...Oliver-Rainer Wittmann10-86/+88
2014-06-27SwTextBoxHelper::create: handle TextAutoGrowHeightMiklos Vajna3-0/+19
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud13-25/+25
2014-06-27fdo#78758: sw: RTF export: don't export multiple \fldrst for one hyperlinkMichael Stahl11-34/+47
2014-06-27sw: avoid calling convertToString() with unsupported encodingsMichael Stahl1-1/+2
2014-06-27SwFlyFrm::Format: inform our custom shape about size changes if neededMiklos Vajna1-0/+17
2014-06-27CppunitTest_sw_ooxmlimport: use exact value from bugdoc in testMceNested()Miklos Vajna1-1/+1
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann11-19/+4
2014-06-27DBG_ASSERT->assertCaolán McNamara2-4/+4
2014-06-27fdo#80097 : tblBorders and tcBorders are not preserved for the table.Ravindra Vidhate3-0/+56
2014-06-26fdo#48673 - UI: No keyboard shortcut for "Ignore All" on misspelled wordJoren De Cuyper1-2/+2
2014-06-26fdo#62879 Changed wording of protected section dialogJoel1-1/+1
2014-06-26Resolves: #i125122# WW8 import: Handle nested TOX fieldsOliver-Rainer Wittmann4-34/+54
2014-06-26drop the functional partsCaolán McNamara2-16/+0
2014-06-26Resolves: #i124914# reset certain language dependent pool defaults...Oliver-Rainer Wittmann6-342/+358
2014-06-26OSL_ENSURE->assertCaolán McNamara4-18/+20
2014-06-26SwTextBoxHelper::syncProperty: handle TextAutoGrowHeightMiklos Vajna1-2/+12
2014-06-26sw doc model xml dump: handle SwFmtFrmSizeMiklos Vajna1-0/+3
2014-06-26SwTextBoxHelper::syncProperty: handle TextPreRotateAngleMiklos Vajna1-0/+24
2014-06-26fdo#79940 LO crashes on opening; tries to remove a para with bookmarksVinaya Mandke1-0/+0
2014-06-25Resolves fdo#54155: Crash when playing with a Group inside a GroupJulien Nabet1-1/+1
2014-06-25pagedesc: We have DelPageDesc() that takes OUString as param directly.Jan Holesovsky1-3/+1
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky9-50/+20
2014-06-25pagedesc: It's better when MakePageDesc returns a pointer.Jan Holesovsky10-30/+23
2014-06-25still ugly, but lets silent the warning for nowBjoern Michaelsen1-2/+1
2014-06-25remove old redline save/restoreBjoern Michaelsen1-43/+0
2014-06-25refactor redline save/restoreBjoern Michaelsen1-11/+80
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna9-20/+19
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::util prefixMichael Stahl1-2/+2
2014-06-25remove spurious com::sun::star::text prefixMichael Stahl3-7/+7
2014-06-25remove spurious com::sun::star::forms prefixMichael Stahl2-2/+2
2014-06-25remove spurious com::sun::star::frame prefixMichael Stahl1-2/+2
2014-06-25remove spurious com::sun::star::script prefixMichael Stahl1-1/+1
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl3-4/+4
2014-06-25remove spurious com::sun::star::chaosMichael Stahl2-3/+3
2014-06-25SwView::EnterDrawTextMode: refuse to edit editeng text if texbox is attachedMiklos Vajna1-1/+14