Home
last modified time | relevance | path

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

/aoo4110/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 …]
/aoo4110/main/sw/source/core/crsr/
H A Dcrsrsh.cxx394 !pShellCrsr->IsInFrontOfLabel() && !pShellCrsr->HasMark() && in LeftRight()
1322 …pCNode->getLayoutFrm( GetLayout(), &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ) :0; in UpdateCrsrPos()
1327 GetLayout()->GetCrsrOfst( pShellCrsr->GetPoint(), pShellCrsr->GetPtPos(), in UpdateCrsrPos()
1329 if( pShellCrsr->HasMark()) in UpdateCrsrPos()
1330 pShellCrsr->DeleteMark(); in UpdateCrsrPos()
1689 &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ); in UpdateCrsr()
1698 &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ); in UpdateCrsr()
1760 if (pShellCrsr->IsInFrontOfLabel()) in UpdateCrsr()
1767 Point& rPt = pShellCrsr->GetPtPos(); in UpdateCrsr()
1773 if( !pShellCrsr->HasMark() ) in UpdateCrsr()
[all …]

Completed in 42 milliseconds