Searched refs:SimpleMove (Results 1 – 2 of 2) sorted by relevance
193 sal_Bool SimpleMove( FNSimpleMove, sal_Bool bSelect );203 …sal_Bool NxtWrd ( sal_Bool bSelect = sal_False ) { return SimpleMove( &SwWrtShell::_NxtWrd, bS… in NxtWrd()204 …sal_Bool PrvWrd ( sal_Bool bSelect = sal_False ) { return SimpleMove( &SwWrtShell::_PrvWrd, bS… in PrvWrd()221 { return SimpleMove( &SwWrtShell::_FwdPara, bSelect ); } in FwdPara()223 { return SimpleMove( &SwWrtShell::_BwdPara, bSelect ); } in BwdPara()225 { return SimpleMove( &SwWrtShell::_FwdSentence, bSelect ); } in FwdSentence()227 { return SimpleMove( &SwWrtShell::_BwdSentence, bSelect ); } in BwdSentence()
87 sal_Bool SwWrtShell::SimpleMove( FNSimpleMove FnSimpleMove, sal_Bool bSelect ) in SimpleMove() function in SwWrtShell