summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl12-36/+65
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-6/+8
2015-09-11sw: add unit test for the redline frame duplication regressionMichael Stahl2-0/+108
2015-09-11Revert "Fix single node CopyRange"Michael Stahl4-36/+31
2015-09-11tdf#94045: negative margins in OOXML reenabledOliver Specht2-2/+36
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht2-1/+12
2015-09-11sw: indentation fixesMiklos Vajna2-3/+3
2015-09-11convert Link<> to typedNoel Grandin12-19/+31
2015-09-10loplugin:staticmethodsStephan Bergmann3-3/+3
2015-09-10coverity#1323757 Dereference before null checkCaolán McNamara1-16/+22
2015-09-10Related: tdf#93676 default to as-char inside captionsCaolán McNamara3-13/+60
2015-09-10split out useful code as standalone makeItemSetFromFormatAnchorCaolán McNamara3-10/+17
2015-09-10GetCurFrameFormat->GetSelectedFrameFormatCaolán McNamara8-14/+14
2015-09-10GetSelectedFlyFrm+GetCurrFlyFrm -> GetSelectedOrCurrFlyFrmCaolán McNamara2-30/+25
2015-09-10bundle duplicate pattern into a GetCurrFlyFrm methodCaolán McNamara2-39/+30
2015-09-10GetCurrFlyFrm just forwards to GetSelectedFlyFrmCaolán McNamara4-9/+8
2015-09-10this FindFlyFrm variant returns the Selected FlyFrmCaolán McNamara6-24/+24
2015-09-10convert Link<> to typedNoel Grandin2-4/+3
2015-09-10Wizzard->WizzardCaolán McNamara3-3/+3
2015-09-10sw: use std::unique_ptr<> in textMiklos Vajna3-8/+7
2015-09-09sw: replace boost::ptr_vector with std::vectorMichael Stahl3-4/+6
2015-09-09sw: Help vs 2015 with virtual base inheritanceDavid Ostrovsky2-0/+26
2015-09-09tdf#92036: sw: fix idle spelling loopMichael Stahl10-35/+66
2015-09-09no point in reminding me now, we shipped a while backCaolán McNamara9-17/+13
2015-09-09stray debugging linesCaolán McNamara1-2/+0
2015-09-09sw: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe23-35/+30
2015-09-09convert Link<> to typedNoel Grandin4-7/+4
2015-09-09convert Link<> to typedNoel Grandin3-4/+3
2015-09-09convert Link<> to typedNoel Grandin2-4/+3
2015-09-09sw: use std::unique_ptr<> in undoMiklos Vajna1-2/+2
2015-09-08tdf#91523 sw: fix navigation to index markOliver Specht1-1/+3
2015-09-08Related: tdf#93676 msword wraps slightly differently than usCaolán McNamara2-2/+16
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin43-292/+250
2015-09-08sw: use std::unique_ptr<> in docfmtMiklos Vajna1-3/+3
2015-09-08convert Link<> to typedNoel Grandin2-16/+10
2015-09-08convert Link<> to typedNoel Grandin3-5/+3
2015-09-08convert Link<> to typedNoel Grandin14-24/+24
2015-09-08convert Link<> to typedNoel Grandin29-64/+61
2015-09-07sw: fix newly created document being modifiedMichael Stahl4-6/+10
2015-09-07tdf#91383: sw: actually reset the modified status tooMichael Stahl1-0/+5
2015-09-07Related: tdf#93676 msword wraps slightly differently than usCaolán McNamara1-2/+15
2015-09-07-Werror,-Wreturn-typeStephan Bergmann1-1/+5
2015-09-07tdf#90991: sw: fix style preview creating undo objectsMichael Stahl1-0/+10
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl2-4/+69
2015-09-07sw: fix not-quite-copypaste code in SwDocStyleSheet::FillStyleSheet()Michael Stahl1-1/+1
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl8-76/+83
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl9-101/+128
2015-09-07sw: erroneous vector assignment in SwTable::OldMerge()Michael Stahl1-6/+4
2015-09-07Related: tdf#93675 'new' ms-alike numbering has same problem as old numberingCaolán McNamara3-7/+19
2015-09-07cppcheck: redundantConditionCaolán McNamara1-1/+1