summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-09-17boost->stdCaolán McNamara
2015-09-17sw: use std::unique_ptr<> in wrtshMiklos Vajna
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-16sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-16tdf#93139 Orca Screen Reader does not read bulletNiklas Johansson
2015-09-16unused .ui fileAndras Timar
2015-09-16sw: prefix members of SwDBTreeList_ImplMiklos Vajna
2015-09-16convert Link<> to typedNoel Grandin
2015-09-15tdf#94237 tiled rendering: Use the entire document as the visual area.Jan Holesovsky
2015-09-15sw: use same condition in other cases in SwLayIdle::_DoIdleJob()Michael Stahl
2015-09-15tdf#93261: sw: fix idle auto-complete collection loop on big parasMichael Stahl
2015-09-15tdf#93261: sw: fix idle auto-complete collection loop on empty parasMichael Stahl
2015-09-15Related: tdf#93675 wrong font used in drawings in exported .docxCaolán McNamara
2015-09-15sw: SWAP_IF_ -> SwSwapIfMiklos Vajna
2015-09-14Avoid getTokenCount in (SwMailMergeOutputTypePage) TypeHdl_Impl linkMatteo Casalin
2015-09-14Avoid getTokenCount in SwAddressPreview::DrawText_ImplMatteo Casalin
2015-09-14No need to copy OUStrings in SwMailMergeHelper::CheckMailAddressMatteo Casalin
2015-09-14Simplify a Sequence constructionStephan Bergmann
2015-09-14Set ContentTypeId::UNKNOWN to -1Stephan Bergmann
2015-09-14Don't read out-of-range ContentTypeId from configurationStephan Bergmann
2015-09-14silence bogus warningCaolán McNamara
2015-09-14sw: prefix members of SwTransferableMiklos Vajna
2015-09-14tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna
2015-09-14convert EDIT_MODE to scoped enumNoel Grandin
2015-09-14convert CONTENT_TYPE to scoped enumNoel Grandin
2015-09-14convert RegionMode to scoped enumNoel Grandin
2015-09-13boost->stdCaolán McNamara
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-11sw: add unit test for the redline frame duplication regressionMichael Stahl
2015-09-11Revert "Fix single node CopyRange"Michael Stahl
2015-09-11tdf#94045: negative margins in OOXML reenabledOliver Specht
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht
2015-09-11sw: indentation fixesMiklos Vajna
2015-09-11convert Link<> to typedNoel Grandin
2015-09-10loplugin:staticmethodsStephan Bergmann
2015-09-10coverity#1323757 Dereference before null checkCaolán McNamara
2015-09-10Related: tdf#93676 default to as-char inside captionsCaolán McNamara
2015-09-10split out useful code as standalone makeItemSetFromFormatAnchorCaolán McNamara
2015-09-10GetCurFrameFormat->GetSelectedFrameFormatCaolán McNamara
2015-09-10GetSelectedFlyFrm+GetCurrFlyFrm -> GetSelectedOrCurrFlyFrmCaolán McNamara
2015-09-10bundle duplicate pattern into a GetCurrFlyFrm methodCaolán McNamara
2015-09-10GetCurrFlyFrm just forwards to GetSelectedFlyFrmCaolán McNamara