Searched refs:pShellCrsr (Results 1 – 2 of 2) sorted by relevance
1258 SwPaM* pShellCrsr = rSh.GetCrsr(); in collapseToStart() local1259 if(*pShellCrsr->GetPoint() > *pShellCrsr->GetMark()) in collapseToStart()1260 pShellCrsr->Exchange(); in collapseToStart()1261 pShellCrsr->DeleteMark(); in collapseToStart()1263 rSh.SetSelection(*pShellCrsr); in collapseToStart()1283 SwPaM* pShellCrsr = rSh.GetCrsr(); in collapseToEnd() local1284 if(*pShellCrsr->GetPoint() < *pShellCrsr->GetMark()) in collapseToEnd()1285 pShellCrsr->Exchange(); in collapseToEnd()1286 pShellCrsr->DeleteMark(); in collapseToEnd()1288 rSh.SetSelection(*pShellCrsr); in collapseToEnd()[all …]
383 SwShellCrsr* pShellCrsr = getShellCrsr( true ); in LeftRight() local384 if ( !bLeft && pShellCrsr->IsInFrontOfLabel() ) in LeftRight()393 else if ( bLeft && 0 == pShellCrsr->GetPoint()->nContent.GetIndex() && in LeftRight()394 !pShellCrsr->IsInFrontOfLabel() && !pShellCrsr->HasMark() && in LeftRight()395 0 != ( pTxtNd = pShellCrsr->GetNode()->GetTxtNode() ) && in LeftRight()411 bRet = pShellCrsr->LeftRight( bLeft, nCnt, nMode, bVisualAllowed, in LeftRight()1318 SwShellCrsr* pShellCrsr = getShellCrsr( true ); in UpdateCrsrPos() local1320 SwCntntNode *pCNode = pShellCrsr->GetCntntNode(); in UpdateCrsrPos()1322 …pCNode->getLayoutFrm( GetLayout(), &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ) :0; in UpdateCrsrPos()1327 GetLayout()->GetCrsrOfst( pShellCrsr->GetPoint(), pShellCrsr->GetPtPos(), in UpdateCrsrPos()[all …]