Home
last modified time | relevance | path

Searched refs:GoSentence (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/inc/
H A Dswcrsr.hxx154 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()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1632 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()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1301 aCrsr.GoSentence( bEnd ? SwCursor::END_SENT : SwCursor::START_SENT ); in IsStartEndSentence()
1489 sal_Bool SwCursor::GoSentence( SentenceMoveType eMoveType ) in GoSentence() function in SwCursor
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1960 aCrsr.GoSentence( SwCursor::START_SENT ); in Spell()

Completed in 50 milliseconds