Lines Matching refs:SwCrsrShell
56 SwCrsrShell::MovePara( fnParaCurr, fnParaStart ); in _SttWrd()
80 SwCrsrShell::MovePara(fnParaCurr, fnParaEnd); in _EndWrd()
94 if(!SwCrsrShell::Right(1,CRSR_SKIP_CHARS)) // Document - Ende ?? in _NxtWrd()
107 if( (!IsEndPara() && !SwCrsrShell::MovePara( fnParaCurr, fnParaEnd ) ) in _NxtWrd()
108 || !SwCrsrShell::Right(1,CRSR_SKIP_CHARS) ) in _NxtWrd()
125 if(!SwCrsrShell::Left(1,CRSR_SKIP_CHARS)) in _PrvWrd()
138 if( (!IsSttPara() && !SwCrsrShell::MovePara( fnParaCurr, fnParaStart ) ) in _PrvWrd()
139 || !SwCrsrShell::Left(1,CRSR_SKIP_CHARS) ) in _PrvWrd()
157 if ( !SwCrsrShell::Right(1,CRSR_SKIP_CHARS) ) in _NxtWrdForDelete()
168 SwCrsrShell::MovePara( fnParaCurr, fnParaEnd ); in _NxtWrdForDelete()
180 if ( !SwCrsrShell::Left(1,CRSR_SKIP_CHARS) ) in _PrvWrdForDelete()
191 SwCrsrShell::MovePara( fnParaCurr, fnParaStart ); in _PrvWrdForDelete()
204 if(!SwCrsrShell::Right(1,CRSR_SKIP_CHARS)) in _FwdSentence()
210 SwCrsrShell::MovePara(fnParaCurr, fnParaEnd); in _FwdSentence()
223 if(!SwCrsrShell::Left(1,CRSR_SKIP_CHARS)) in _BwdSentence()
235 SwCrsrShell::MovePara( fnParaCurr, fnParaStart ); in _BwdSentence()
257 sal_Bool bRet = SwCrsrShell::MovePara(fnParaNext, fnParaStart); in _FwdPara()
285 sal_Bool bRet = SwCrsrShell::MovePara(fnParaPrev, fnParaStart); in _BwdPara()