Lines Matching refs:rPt

757 void SwFEShell::GetMouseTabRows( SwTabCols &rToFill, const Point &rPt ) const  in GetMouseTabRows()
759 const SwFrm *pBox = GetBox( rPt ); in GetMouseTabRows()
766 void SwFEShell::SetMouseTabRows( const SwTabCols &rNew, sal_Bool bCurColOnly, const Point &rPt ) in SetMouseTabRows() argument
768 const SwFrm *pBox = GetBox( rPt ); in SetMouseTabRows()
1509 const SwFrm *lcl_FindFrmInTab( const SwLayoutFrm *pLay, const Point &rPt, SwTwips nFuzzy ) in lcl_FindFrmInTab() argument
1515 if ( pFrm->Frm().IsNear( rPt, nFuzzy ) ) in lcl_FindFrmInTab()
1519 const SwFrm *pTmp = ::lcl_FindFrmInTab( (SwLayoutFrm*)pFrm, rPt, nFuzzy ); in lcl_FindFrmInTab()
1533 const SwCellFrm *lcl_FindFrm( const SwLayoutFrm *pLay, const Point &rPt, in lcl_FindFrm() argument
1557 Point aPt( rPt ); in lcl_FindFrm()
1598 if( aPrevRect.IsInside( rPt ) ) in lcl_FindFrm()
1688 const SwTwips nMouseTop = bVert ? rPt.X() : rPt.Y(); in lcl_FindFrm()
1693 if ( ::IsSame( pFrm->Frm().Left(), rPt.X() ) || in lcl_FindFrm()
1694 ::IsSame( pFrm->Frm().Right(),rPt.X() ) ) in lcl_FindFrm()
1700 if ( ::IsSame( pFrm->Frm().Top(), rPt.Y() ) || in lcl_FindFrm()
1701 ::IsSame( pFrm->Frm().Bottom(),rPt.Y() ) ) in lcl_FindFrm()
1726 const SwFrm* SwFEShell::GetBox( const Point &rPt, bool* pbRow, bool* pbCol ) const in GetBox() argument
1741 while ( pPage && !pPage->Frm().IsNear( rPt, nFuzzy ) ) in GetBox()
1761 rPt, nFuzzy, pbRow, pbCol ); in GetBox()
1768 pFrm = lcl_FindFrm( pLay, rPt, nFuzzy, pbRow, pbCol ); in GetBox()
1901 bool SwFEShell::SelTblRowCol( const Point& rPt, const Point* pEnd, bool bRowDrag ) in SelTblRowCol() argument
1909 Point paPt [2] = { rPt, aEndPt }; in SelTblRowCol()
2029 sal_uInt8 SwFEShell::WhichMouseTabCol( const Point &rPt ) const in WhichMouseTabCol()
2037 SwCellFrm* pFrm = (SwCellFrm*)GetBox( rPt, &bRow, 0 ); in WhichMouseTabCol()
2042 pFrm = (SwCellFrm*)GetBox( rPt, &bRow, &bCol ); in WhichMouseTabCol()
2108 SwTxtNode * SwFEShell::GetNumRuleNodeAtPos( const Point &rPt) in GetNumRuleNodeAtPos() argument
2115 if( GetContentAtPos(rPt, aCntntAtPos) && aCntntAtPos.aFnd.pNode) in GetNumRuleNodeAtPos()
2121 sal_Bool SwFEShell::IsNumLabel( const Point &rPt, int nMaxOffset ) in IsNumLabel() argument
2128 if( GetContentAtPos(rPt, aCntntAtPos)) in IsNumLabel()
2176 void SwFEShell::GetMouseTabCols( SwTabCols &rToFill, const Point &rPt ) const in GetMouseTabCols()
2178 const SwFrm *pBox = GetBox( rPt ); in GetMouseTabCols()
2184 const Point &rPt ) in SetMouseTabCols() argument
2186 const SwFrm *pBox = GetBox( rPt ); in SetMouseTabCols()
2204 sal_uInt16 SwFEShell::GetCurMouseColNum( const Point &rPt, in GetCurMouseColNum() argument
2207 return _GetCurColNum( GetBox( rPt ), pPara ); in GetCurMouseColNum()
2210 sal_uInt16 SwFEShell::GetCurMouseTabColNum( const Point &rPt ) const in GetCurMouseTabColNum()
2215 const SwFrm *pFrm = GetBox( rPt ); in GetCurMouseTabColNum()
2223 GetMouseTabCols( aTabCols, rPt ); in GetCurMouseTabColNum()
2568 sal_Bool SwFEShell::IsMouseTableRightToLeft(const Point &rPt) const in IsMouseTableRightToLeft()
2570 SwFrm *pFrm = (SwFrm *)GetBox( rPt ); in IsMouseTableRightToLeft()