Home
last modified time | relevance | path

Searched refs:pShellCrsr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1259 if(*pShellCrsr->GetPoint() > *pShellCrsr->GetMark()) in collapseToStart()
1260 pShellCrsr->Exchange(); in collapseToStart()
1261 pShellCrsr->DeleteMark(); in collapseToStart()
1263 rSh.SetSelection(*pShellCrsr); in collapseToStart()
1284 if(*pShellCrsr->GetPoint() < *pShellCrsr->GetMark()) in collapseToEnd()
1285 pShellCrsr->Exchange(); in collapseToEnd()
1286 pShellCrsr->DeleteMark(); in collapseToEnd()
1288 rSh.SetSelection(*pShellCrsr); in collapseToEnd()
1382 SwPaM* pShellCrsr = rSh.GetCrsr(); in gotoRange() local
1384 if(pShellCrsr->HasMark()) in gotoRange()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx394 !pShellCrsr->IsInFrontOfLabel() && !pShellCrsr->HasMark() && in LeftRight()
1330 …pCNode->getLayoutFrm( GetLayout(), &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ) :0; in UpdateCrsrPos()
1335 GetLayout()->GetCrsrOfst( pShellCrsr->GetPoint(), pShellCrsr->GetPtPos(), in UpdateCrsrPos()
1337 if( pShellCrsr->HasMark()) in UpdateCrsrPos()
1338 pShellCrsr->DeleteMark(); in UpdateCrsrPos()
1697 &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ); in UpdateCrsr()
1706 &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ); in UpdateCrsr()
1768 if (pShellCrsr->IsInFrontOfLabel()) in UpdateCrsr()
1775 Point& rPt = pShellCrsr->GetPtPos(); in UpdateCrsr()
1781 if( !pShellCrsr->HasMark() ) in UpdateCrsr()
[all …]

Completed in 35 milliseconds