Lines Matching refs:GetCrsr

736         if ( xISC.is() && IsInputSequenceCheckingRequired( aInBuffer, *rSh.GetCrsr() ) )  in FlushInBuffer()
747 if (!rSh.GetCrsr()->HasMark()) in FlushInBuffer()
748 rSh.GetCrsr()->SetMark(); in FlushInBuffer()
749 rSh.GetCrsr()->GetMark()->nContent = 0; in FlushInBuffer()
750 String aLeftText( rSh.GetCrsr()->GetTxt() ); in FlushInBuffer()
823 SwPaM &rCrsr = *rSh.GetCrsr(); in FlushInBuffer()
5077 *rSh.GetCrsr()->End(), *rSh.GetCrsr()->End() ) ) in Command()
5152 …rSh.GetCrsr()->GetPoint()->nContent += sal::static_int_cast<sal_uInt16, sal_uLong>(pData->GetStart… in Command()
5154 …rSh.GetCrsr()->GetMark()->nContent += sal::static_int_cast<sal_uInt16, sal_uLong>(pData->GetEnd() … in Command()
5161 SwPaM *pCrsr = (SwPaM*)rSh.GetCrsr(); in Command()
5169 pCrsr = (SwPaM*)rSh.GetCrsr(); in Command()
5173 while( rSh.GetCrsr()->GetNext() != rSh.GetCrsr() ) in Command()
5174 delete rSh.GetCrsr()->GetNext(); in Command()
5184 if( !rSh.GetCrsr()->HasMark() ) in Command()
5185 rSh.GetCrsr()->SetMark(); in Command()
5191 rSh.GetCrsr()->GetPoint()->nNode = nPosNodeIdx; in Command()
5192 rSh.GetCrsr()->GetPoint()->nContent = nPosIdx; in Command()
5193 rSh.GetCrsr()->GetMark()->nNode = nPosNodeIdx; in Command()
5194 rSh.GetCrsr()->GetMark()->nContent = in Command()
5195 rSh.GetCrsr()->GetCntntNode( sal_True )->Len(); in Command()
5199 rSh.GetCrsr()->GetPoint()->nNode = nPosNodeIdx; in Command()
5200 rSh.GetCrsr()->GetPoint()->nContent = nPosIdx; in Command()
5201 rSh.GetCrsr()->GetMark()->nNode = nMarkNodeIdx; in Command()
5202 rSh.GetCrsr()->GetMark()->nContent = nMarkIdx; in Command()
5206 rSh.GetCrsr()->GetMark()->nNode = nMarkNodeIdx; in Command()
5207 rSh.GetCrsr()->GetMark()->nContent = nMarkIdx; in Command()
5208 rSh.GetCrsr()->GetPoint()->nNode = nMarkNodeIdx; in Command()
5209 rSh.GetCrsr()->GetPoint()->nContent = in Command()
5210 rSh.GetCrsr()->GetCntntNode( sal_False )->Len(); in Command()
5745 SwPosition *pPos = rSh.GetCrsr()->GetPoint(); in GetSurroundingText()
5778 SwPosition *pPos = rSh.GetCrsr()->GetPoint(); in GetSurroundingTextSelection()
5783 xub_StrLen nStartPos = rSh.GetCrsr()->GetPoint()->nContent.GetIndex(); in GetSurroundingTextSelection()