Lines Matching refs:pbRow
1534 SwTwips nFuzzy, bool* pbRow, bool* pbCol ) in lcl_FindFrm() argument
1667 ASSERT( pbCol && pbRow, "pbCol or pbRow missing" ) in lcl_FindFrm()
1671 *pbRow = bCloseToRow; in lcl_FindFrm()
1696 if ( pbRow ) *pbRow = false; in lcl_FindFrm()
1703 if ( pbRow ) *pbRow = true; in lcl_FindFrm()
1726 const SwFrm* SwFEShell::GetBox( const Point &rPt, bool* pbRow, bool* pbCol ) const in GetBox() argument
1761 rPt, nFuzzy, pbRow, pbCol ); in GetBox()
1768 pFrm = lcl_FindFrm( pLay, rPt, nFuzzy, pbRow, pbCol ); in GetBox()
1910 bool pbRow[2] = { 0, 0 }; in SelTblRowCol() local
1917 static_cast<const SwCellFrm*>(GetBox( paPt[i], &pbRow[i], &pbCol[i] ) ); in SelTblRowCol()
2001 if ( pbRow[0] && pbCol[0] ) in SelTblRowCol()
2003 else if ( pbRow[0] ) in SelTblRowCol()