Lines Matching refs:SwCrsrShell

91 		bRet = SwCrsrShell::SelectWord( pPt );  in SelWrd()
108 SwCrsrShell::GoStartSentence(); in SelSentence()
110 SwCrsrShell::GoEndSentence(); in SelSentence()
124 SwCrsrShell::MovePara( fnParaCurr, fnParaStart ); in SelPara()
126 SwCrsrShell::MovePara( fnParaCurr, fnParaEnd ); in SelPara()
191 SwCrsrShell::SttEndDoc(sal_False); in SelAll()
324 return SwCrsrShell::SetCrsr(*pPt, bTextOnly); in SetCrsr()
332 return SwCrsrShell::SetCrsr(*pPt, bTextOnly); in SetCrsrKillSel()
467 SwCrsrShell::SelectWord( &aStart ); // select the startword in ExtSelWrd()
468 SwCrsrShell::Push(); // save the cursor in ExtSelWrd()
469 SwCrsrShell::SetCrsr( *pPt ); // and check the direction in ExtSelWrd()
471 switch( SwCrsrShell::CompareCursor( StackMkCurrPt )) in ExtSelWrd()
478 SwCrsrShell::Pop( sal_False ); // retore the saved cursor in ExtSelWrd()
487 SwCrsrShell::Push(); // save cur cursor in ExtSelWrd()
488 if( SwCrsrShell::SelectWord( pPt )) // select the current word in ExtSelWrd()
497 SwCrsrShell::Pop( sal_False ); in ExtSelWrd()
511 SwCrsrShell::SetCrsr(*pPt); in ExtSelLn()
538 SwCrsrShell::Right(1,CRSR_SKIP_CHARS); in ExtSelLn()
539 SwCrsrShell::GoEndSentence(); in ExtSelLn()
542 SwCrsrShell::GoStartSentence(); in ExtSelLn()
546 return bToTop ? SwCrsrShell::GoStartSentence() : SwCrsrShell::GoEndSentence(); in ExtSelLn()
624 if(SwCrsrShell::HasSelection() && !IsSelTblCells() && bClearMark) { in SttLeaveSelect()
640 else if(SwCrsrShell::HasSelection()) in AddLeaveSelect()
661 if(SwCrsrShell::HasSelection()) in EnterAddMode()
707 SwCrsrShell::SetOverwriteCrsr( !bIns ); in SetInsMode()
994 SwCrsrShell::Left(1,CRSR_SKIP_CHARS); in IntelligentCut()
1008 SwCrsrShell::Right(1,CRSR_SKIP_CHARS); in IntelligentCut()
1023 sal_Bool bRet = SwCrsrShell::SelectNxtPrvHyperlink( bNext ); in SelectNextPrevHyperlink()
1032 bRet = SwCrsrShell::SelectNxtPrvHyperlink( bNext ); in SelectNextPrevHyperlink()