summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-11More nEndInvalid/COMPLETE_STRING fixesStephan Bergmann2-2/+2
2014-11-11sw: fix misleading log messageMichael Stahl1-1/+1
2014-11-11fdo#39468 Translate German comments - sw/source/core/textPhilipp Weissenbacher5-235/+275
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin6-9/+9
2014-11-10Resolves fdo#86008: fix a crash when open doc fileJulien Nabet1-1/+1
2014-11-10Update nEndInvalid if it was COMPLETE_STRINGStephan Bergmann1-1/+1
2014-11-10Related: fdo#85111 put a box around xml filter settings controlCaolán McNamara1-5/+9
2014-11-10loplugin: cstylecastNoel Grandin5-61/+61
2014-11-10loplugin: cstylecastNoel Grandin19-103/+104
2014-11-10loplugin: cstylecastNoel Grandin4-6/+6
2014-11-10loplugin: cstylecastNoel Grandin2-8/+9
2014-11-10coverity#1242522 silence Arguments in wrong orderCaolán McNamara1-1/+3
2014-11-10coverity#1000853 Uncaught exceptionCaolán McNamara1-1/+12
2014-11-09avoid unused argument warningLuboš Luňák1-0/+2
2014-11-09speed up SwDoc::IsInHeaderFooter() by using SwFrmFmtAnchorMapLuboš Luňák1-21/+23
2014-11-09WaE: unused parameter 'pTbl'Tor Lillqvist1-0/+1
2014-11-09WaE: private field 'doc' is not usedTor Lillqvist1-0/+2
2014-11-09do not display missing data source always as "SOURCE"Luboš Luňák1-1/+1
2014-11-09faster mapping from nodes to SwFrmFmt's anchored at themLuboš Luňák8-13/+175
2014-11-09do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák6-37/+46
2014-11-09constLuboš Luňák16-18/+18
2014-11-09fix constness of SwFmtsBase::GetFmt()Luboš Luňák6-5/+9
2014-11-09do not bother with nice unique names during mailmergeLuboš Luňák7-11/+63
2014-11-09actually use return value of GetUniqueSectionName() in SwDoc::UpdateSection()Luboš Luňák1-1/+1
2014-11-09do not iterate over all bookmarks in SwTxtNode::Update()Luboš Luňák1-6/+13
2014-11-09Try to fix CppunitTest_sw_mailmerge testSamuel Mehrbrodt1-2/+3
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna2-2/+2
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt2-0/+10
2014-11-09fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky2-2/+2
2014-11-08sw: SwChapterNumRules::sFileName looks pretty constantMichael Stahl2-6/+5
2014-11-08sw: SwChapterNumRules::bModified has become pointlessMichael Stahl2-20/+13
2014-11-08sw: delete the SwChapterNumRules binary Load/Store implementationMichael Stahl2-323/+2
2014-11-08sw: fix un-safe casts in SwXNumberingRulesMichael Stahl1-13/+13
2014-11-08sw: remove the PropValData abominationMichael Stahl1-128/+85
2014-11-08sw: these can be assertsMichael Stahl2-2/+2
2014-11-08sw: remove pointless inheritance of SwChapterNumRules from SwBaseNumRulesMichael Stahl4-57/+32
2014-11-08xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl1-1/+1
2014-11-08sw: store Outline Numbering as ODF fragment instead of SfxPoolItemsMichael Stahl3-3/+554
2014-11-08sw: refactor SwXNumberingRulesMichael Stahl1-81/+129
2014-11-08SwFrmAddPage::SetFrmType: take an OUStringMiklos Vajna2-3/+3
2014-11-08coverity#704961 Dereference after null checkCaolán McNamara1-7/+10
2014-11-08coverity#1251172 Dereference null return valueCaolán McNamara1-1/+1
2014-11-08coverity#1251169 Unchecked dynamic_castCaolán McNamara1-4/+4
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung5-27/+242
2014-11-07SwFrmPage::SetFrmType: take an OUStringMiklos Vajna2-3/+3
2014-11-07Remove some useless swapping call inside SwGrfNodeZolnai Tamás1-13/+1
2014-11-07Make SwGrfNode swapping methods privateZolnai Tamás2-12/+0
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás1-5/+0
2014-11-07Remove unused Graphic member of SwOLENodeZolnai Tamás1-4/+1
2014-11-07Be explicit here when to swap out as a linkZolnai Tamás1-9/+8