summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Give drawing objects unique names by defaultCaolán McNamara7-10/+49
2015-09-17boost->stdCaolán McNamara127-393/+353
2015-09-17sw: use std::unique_ptr<> in wrtshMiklos Vajna3-10/+9
2015-09-17convert Link<> to typedNoel Grandin21-64/+68
2015-09-17convert Link<> to typedNoel Grandin2-4/+2
2015-09-17convert Link<> to typedNoel Grandin1-12/+7
2015-09-17convert Link<> to typedNoel Grandin3-7/+6
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-16/+17
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-26/+30
2015-09-16sw: replace boost::ptr_vector with std::vectorMichael Stahl2-14/+12
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-24/+29
2015-09-16tdf#93139 Orca Screen Reader does not read bulletNiklas Johansson1-1/+1
2015-09-16unused .ui fileAndras Timar1-28/+0
2015-09-16sw: prefix members of SwDBTreeList_ImplMiklos Vajna1-20/+20
2015-09-16convert Link<> to typedNoel Grandin1-1/+1
2015-09-15tdf#94237 tiled rendering: Use the entire document as the visual area.Jan Holesovsky2-1/+9
2015-09-15sw: use same condition in other cases in SwLayIdle::_DoIdleJob()Michael Stahl1-2/+2
2015-09-15tdf#93261: sw: fix idle auto-complete collection loop on big parasMichael Stahl2-2/+5
2015-09-15tdf#93261: sw: fix idle auto-complete collection loop on empty parasMichael Stahl1-3/+2
2015-09-15Related: tdf#93675 wrong font used in drawings in exported .docxCaolán McNamara2-3/+39
2015-09-15sw: SWAP_IF_ -> SwSwapIfMiklos Vajna7-32/+32
2015-09-14Avoid getTokenCount in (SwMailMergeOutputTypePage) TypeHdl_Impl linkMatteo Casalin1-9/+6
2015-09-14Avoid getTokenCount in SwAddressPreview::DrawText_ImplMatteo Casalin1-5/+4
2015-09-14No need to copy OUStrings in SwMailMergeHelper::CheckMailAddressMatteo Casalin1-7/+5
2015-09-14Simplify a Sequence constructionStephan Bergmann1-18/+8
2015-09-14Set ContentTypeId::UNKNOWN to -1Stephan Bergmann3-6/+11
2015-09-14Don't read out-of-range ContentTypeId from configurationStephan Bergmann1-0/+5
2015-09-14silence bogus warningCaolán McNamara1-1/+1
2015-09-14sw: prefix members of SwTransferableMiklos Vajna2-282/+282
2015-09-14tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna2-0/+7
2015-09-14convert EDIT_MODE to scoped enumNoel Grandin2-33/+37
2015-09-14convert CONTENT_TYPE to scoped enumNoel Grandin9-199/+221
2015-09-14convert RegionMode to scoped enumNoel Grandin8-37/+50
2015-09-13boost->stdCaolán McNamara14-48/+43
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-3/+3
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