Lines Matching refs:pStt
504 const SwPosition *pStt = PCURCRSR->Start(), in GetScriptType()
505 *pEnd = pStt == PCURCRSR->GetMark() in GetScriptType()
508 if( pStt == pEnd || *pStt == *pEnd ) in GetScriptType()
510 const SwTxtNode* pTNd = pStt->nNode.GetNode().GetTxtNode(); in GetScriptType()
516 xub_StrLen nPos = pStt->nContent.GetIndex(); in GetScriptType()
521 SwIndex aIdx( pStt->nContent ); in GetScriptType()
544 SwNodeIndex aIdx( pStt->nNode ); in GetScriptType()
554 xub_StrLen nChg = aIdx == pStt->nNode in GetScriptType()
555 ? pStt->nContent.GetIndex() in GetScriptType()
633 const SwPosition* pStt = pCrsr->Start(); in GetScalingOfSelectedText() local
634 const SwTxtNode* pTNd = pStt->nNode.GetNode().GetTxtNode(); in GetScalingOfSelectedText()
640 xub_StrLen nStt = pStt->nContent.GetIndex(), nEnd; in GetScalingOfSelectedText()
641 const SwPosition* pEnd = pStt == pCrsr->GetPoint() in GetScalingOfSelectedText()
644 if( pStt->nNode == pEnd->nNode ) in GetScalingOfSelectedText()