Lines Matching refs:GetCrsr

738         if ( xISC.is() && IsInputSequenceCheckingRequired( aInBuffer, *rSh.GetCrsr() ) )  in FlushInBuffer()
749 if (!rSh.GetCrsr()->HasMark()) in FlushInBuffer()
750 rSh.GetCrsr()->SetMark(); in FlushInBuffer()
751 rSh.GetCrsr()->GetMark()->nContent = 0; in FlushInBuffer()
752 String aLeftText( rSh.GetCrsr()->GetTxt() ); in FlushInBuffer()
825 SwPaM &rCrsr = *rSh.GetCrsr(); in FlushInBuffer()
5120 …rSh.GetCrsr()->GetPoint()->nContent += sal::static_int_cast<sal_uInt16, sal_uLong>(pData->GetStart… in Command()
5122 …rSh.GetCrsr()->GetMark()->nContent += sal::static_int_cast<sal_uInt16, sal_uLong>(pData->GetEnd() … in Command()
5129 SwPaM *pCrsr = (SwPaM*)rSh.GetCrsr(); in Command()
5137 pCrsr = (SwPaM*)rSh.GetCrsr(); in Command()
5141 while( rSh.GetCrsr()->GetNext() != rSh.GetCrsr() ) in Command()
5142 delete rSh.GetCrsr()->GetNext(); in Command()
5152 if( !rSh.GetCrsr()->HasMark() ) in Command()
5153 rSh.GetCrsr()->SetMark(); in Command()
5159 rSh.GetCrsr()->GetPoint()->nNode = nPosNodeIdx; in Command()
5160 rSh.GetCrsr()->GetPoint()->nContent = nPosIdx; in Command()
5161 rSh.GetCrsr()->GetMark()->nNode = nPosNodeIdx; in Command()
5162 rSh.GetCrsr()->GetMark()->nContent = in Command()
5163 rSh.GetCrsr()->GetCntntNode( sal_True )->Len(); in Command()
5167 rSh.GetCrsr()->GetPoint()->nNode = nPosNodeIdx; in Command()
5168 rSh.GetCrsr()->GetPoint()->nContent = nPosIdx; in Command()
5169 rSh.GetCrsr()->GetMark()->nNode = nMarkNodeIdx; in Command()
5170 rSh.GetCrsr()->GetMark()->nContent = nMarkIdx; in Command()
5174 rSh.GetCrsr()->GetMark()->nNode = nMarkNodeIdx; in Command()
5175 rSh.GetCrsr()->GetMark()->nContent = nMarkIdx; in Command()
5176 rSh.GetCrsr()->GetPoint()->nNode = nMarkNodeIdx; in Command()
5177 rSh.GetCrsr()->GetPoint()->nContent = in Command()
5178 rSh.GetCrsr()->GetCntntNode( sal_False )->Len(); in Command()
5713 SwPosition *pPos = rSh.GetCrsr()->GetPoint(); in GetSurroundingText()
5746 SwPosition *pPos = rSh.GetCrsr()->GetPoint(); in GetSurroundingTextSelection()
5751 xub_StrLen nStartPos = rSh.GetCrsr()->GetPoint()->nContent.GetIndex(); in GetSurroundingTextSelection()