Lines Matching refs:pPt

85 sal_Bool SwWrtShell::SelWrd(const Point *pPt, sal_Bool )  in SelWrd()  argument
91 bRet = SwCrsrShell::SelectWord( pPt ); in SelWrd()
97 if(pPt) in SelWrd()
98 aStart = *pPt; in SelWrd()
103 void SwWrtShell::SelSentence(const Point *pPt, sal_Bool ) in SelSentence() argument
113 if(pPt) in SelSentence()
114 aStart = *pPt; in SelSentence()
119 void SwWrtShell::SelPara(const Point *pPt, sal_Bool ) in SelPara() argument
129 if(pPt) in SelPara()
130 aStart = *pPt; in SelPara()
314 long SwWrtShell::SetCrsr(const Point *pPt, sal_Bool bTextOnly) in SetCrsr() argument
320 if(!IsInSelect() && ChgCurrPam(*pPt)) { in SetCrsr()
324 return SwCrsrShell::SetCrsr(*pPt, bTextOnly); in SetCrsr()
328 long SwWrtShell::SetCrsrKillSel(const Point *pPt, sal_Bool bTextOnly ) in SetCrsrKillSel() argument
331 ResetSelect(pPt,sal_False); in SetCrsrKillSel()
332 return SwCrsrShell::SetCrsr(*pPt, bTextOnly); in SetCrsrKillSel()
446 long SwWrtShell::ExtSelWrd(const Point *pPt, sal_Bool ) in ExtSelWrd() argument
469 SwCrsrShell::SetCrsr( *pPt ); // and check the direction in ExtSelWrd()
488 if( SwCrsrShell::SelectWord( pPt )) // select the current word in ExtSelWrd()
508 long SwWrtShell::ExtSelLn(const Point *pPt, sal_Bool ) in ExtSelLn() argument
511 SwCrsrShell::SetCrsr(*pPt); in ExtSelLn()
727 long SwWrtShell::BeginFrmDrag(const Point *pPt, sal_Bool) in BeginFrmDrag() argument
736 SwFEShell::BeginDrag( pPt, sal_False ); in BeginFrmDrag()
797 long SwWrtShell::UpdateLayoutFrm(const Point *pPt, sal_Bool ) in UpdateLayoutFrm() argument
800 SwFEShell::EndDrag( pPt, sal_False ); in UpdateLayoutFrm()