summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2018-06-13coverity#1436922 Dereference before null checkCaolán McNamara
2018-06-13tdf#115600 Display messages in Findbar for Table formula navigationJim Raykowski
2018-06-13tdf#115600 Display messages in FindBar for Comment navigationJim Raykowski
2018-06-13Removed executable permission on odt fileAndrea Gelmini
2018-06-13tdf#117553 Change navigate behavior when in footnote frameJim Raykowski
2018-06-13loplugin:unusedfields only-used-in-constructor in swNoel Grandin
2018-06-13Add a MailMerge class and object to the Writer VBA APITor Lillqvist
2018-06-12Add ExistingBookmark() to WordBasicTor Lillqvist
2018-06-12Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist
2018-06-12Add ooo.vba.word.XWindow.Caption propertyTor Lillqvist
2018-06-12fix leak in SfxApplication::OpenDocExec_ImplNoel Grandin
2018-06-12tdf#118113 Add unit testMichael Weghorn
2018-06-12tdf#118113 MM: Make sure page count is up to dateMichael Weghorn
2018-06-12weld SwTableColumnPageCaolán McNamara
2018-06-12loplugin:constantparamNoel Grandin
2018-06-12loplugin:singlevalfieldsNoel Grandin
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-11loplugin:unusedfieldsNoel Grandin
2018-06-11dont use SwClient/SwModify in unocore: SwXFieldMasterBjoern Michaelsen
2018-06-11coverity#1436016 Dereference after null checkCaolán McNamara
2018-06-11loplugin:unusedmethodsNoel Grandin
2018-06-11coverity#1436014 silence Dereference null return valueCaolán McNamara
2018-06-11coverity#1436013 Unintended sign extensionCaolán McNamara
2018-06-11coverity#1436018 Dereference after null checkCaolán McNamara
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-06-11tdf#102907 selection indicator missing on vertical textNoel Grandin
2018-06-10weld SwTextFlowPageCaolán McNamara
2018-06-09coverity#1436017 DEADCODEMichael Stahl
2018-06-09sw_redlinehide: old GCC needs a cast hereMichael Stahl
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-06-08sw_redlinehide: let the Show menu item toggle new modeMichael Stahl
2018-06-08sw_redlinehide: very incomplete impl. of SwRootFrame::SetHideRedlines()Michael Stahl
2018-06-08sw_redlinehide: trivial conversions in lcl_DrawLineForWrongListDataMichael Stahl
2018-06-08sw_redlinehide: use WrongListIterator in text formatting codeMichael Stahl
2018-06-08sw_redlinehide: Add sw::WrongListIteratorMichael Stahl
2018-06-08sw_redlinehide: send a hint to the SwTextFrame when Delete redlineMichael Stahl
2018-06-08sw_redlinehide: SwTextNode::Insert(): send SwInsText hint beforeMichael Stahl
2018-06-08sw_redlinehide: convert spelling SwTextFrame funcs called by DoIdleJob_Michael Stahl
2018-06-08sw_redlinehide: SwAttrIter direct ctor gets a SwTextFrame argMichael Stahl
2018-06-08sw_redlinehide: convert SwTextSizeInfo::GetMultiCreator()Michael Stahl
2018-06-08sw_redlinehide: convert GetAttrSet() in txtfrm.cxx, frmtool.cxxMichael Stahl
2018-06-08sw_redlinehide: move SwContentNode::GetNode() to SwNoTextNodeMichael Stahl
2018-06-08sw_redlinehide: use FrameContainsNode in anchoredobjectposition.cxxMichael Stahl
2018-06-08sw_redlinehide: convert GetNode(), use FrameContainsNode(), txtfly.cxxMichael Stahl
2018-06-08sw_redlinehide: iterate merged nodes in SwLayIdle::DoIdleJob_()Michael Stahl
2018-06-08sw_redlinehide: convert GetNode() in frmtool.cxxMichael Stahl
2018-06-08sw_redlinehide: convert GetNode(), use FrameContainsNode() in flycnt.cxxMichael Stahl
2018-06-08sw_redlinehide: convert GetNode() in SwFlowFrame::BwdMoveNecessary()Michael Stahl
2018-06-08sw_redlinehide: convert GetNode() in SwCursor::IsSelOvr()Michael Stahl
2018-06-08sw_redlinehide: refactor AppendObjs to iterate merged paragraphsMichael Stahl