Searched refs:GoSentence (Results 1 – 4 of 4) sorted by relevance
154 sal_Bool GoSentence(SentenceMoveType eMoveType);155 sal_Bool GoNextSentence(){return GoSentence(NEXT_SENT);} in GoNextSentence()156 sal_Bool GoEndSentence(){return GoSentence(END_SENT);} in GoEndSentence()157 sal_Bool GoPrevSentence(){return GoSentence(PREV_SENT);} in GoPrevSentence()158 sal_Bool GoStartSentence(){return GoSentence(START_SENT);} in GoStartSentence()
1632 aCrsr.GoSentence(SwCursor::START_SENT ); in isStartOfSentence()1658 aCrsr.GoSentence(SwCursor::END_SENT); in isEndOfSentence()1676 sal_Bool bRet = rUnoCursor.GoSentence(SwCursor::NEXT_SENT); in gotoNextSentence()1713 sal_Bool bRet = rUnoCursor.GoSentence(SwCursor::PREV_SENT); in gotoPreviousSentence()1721 rUnoCursor.GoSentence(SwCursor::PREV_SENT); in gotoPreviousSentence()1750 || rUnoCursor.GoSentence(SwCursor::START_SENT) in gotoStartOfSentence()1777 && (rUnoCursor.GoSentence(SwCursor::END_SENT) in gotoEndOfSentence()
1301 aCrsr.GoSentence( bEnd ? SwCursor::END_SENT : SwCursor::START_SENT ); in IsStartEndSentence()1489 sal_Bool SwCursor::GoSentence( SentenceMoveType eMoveType ) in GoSentence() function in SwCursor
1960 aCrsr.GoSentence( SwCursor::START_SENT ); in Spell()
Completed in 48 milliseconds