summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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 Mehrbrodt3-1/+11
2014-11-09HIG fixes in swAdolfo Jayme Barrientos63-1261/+416
2014-11-09fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos5-11/+0
2014-11-09fdo#81475 Disabling background color in enabling some other buttonsYousuf Philips2-8/+9
2014-11-09fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky2-2/+2
2014-11-08fdo#86018 Distribute space in statusbar better on small screensSamuel Mehrbrodt6-6/+6
2014-11-08fdo#84645 RTF import: set DontBalanceTextColumns=true for the last section ...Miklos Vajna2-0/+13
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 Stahl4-3/+555
2014-11-08sw: refactor SwXNumberingRulesMichael Stahl2-81/+143
2014-11-08CppunitTest_sw_mailmerge: move more methods from header fileMiklos Vajna2-84/+84
2014-11-08SwFrmAddPage::SetFrmType: take an OUStringMiklos Vajna2-3/+3
2014-11-08loplugin:salboolMiklos Vajna1-15/+15
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 Hung18-28/+2818
2014-11-07indentation fixesMiklos Vajna1-32/+16
2014-11-07writerfilter: handle ooxml:CT_TblPrBase_bidiVisualMiklos Vajna2-0/+10
2014-11-07Use SAL_N_ELEMENTSZolnai Tamás1-1/+1
2014-11-07Build fix: back to C++98Zolnai Tamás1-2/+2
2014-11-07Fixup headless buildRiccardo Magliocchetti1-1/+3
2014-11-07Make these tests weaker to fix build.Zolnai Tamás1-13/+3
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ás7-34/+49
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás1-5/+0
2014-11-07Remove unused Graphic member of SwOLENodeZolnai Tamás2-5/+1
2014-11-07Be explicit here when to swap out as a linkZolnai Tamás1-9/+8
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás7-54/+20
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás5-59/+9
2014-11-07Printing: remove an other manual swap out callZolnai Tamás1-9/+1
2014-11-07Paint background images always via drawinglayerZolnai Tamás1-9/+2
2014-11-07More useless static bool variables.Zolnai Tamás1-8/+2
2014-11-07Swap in graphic by SwGrfNode and not manuallyZolnai Tamás6-20/+16
2014-11-07Test for swapped out image loss during Writer exportZolnai Tamás4-0/+201
2014-11-07Make SetSwapState() an internal methodZolnai Tamás2-9/+0
2014-11-07MS export: don't need to manually swapout images after swapin themZolnai Tamás4-17/+2
2014-11-07Remove manual SwapOut() call in ODF exportZolnai Tamás1-4/+0