Lines Matching refs:pbCol
1534 SwTwips nFuzzy, bool* pbRow, bool* pbCol ) in lcl_FindFrm() argument
1540 const bool bMouseMoveRowCols = 0 == pbCol; in lcl_FindFrm()
1667 ASSERT( pbCol && pbRow, "pbCol or pbRow missing" ) in lcl_FindFrm()
1672 *pbCol = bCloseToCol; in lcl_FindFrm()
1726 const SwFrm* SwFEShell::GetBox( const Point &rPt, bool* pbRow, bool* pbCol ) const in GetBox()
1734 SwTwips nSize = pbCol ? ENHANCED_TABLE_SELECTION_FUZZY : RULER_MOUSE_MARGINWIDTH; in GetBox()
1761 rPt, nFuzzy, pbRow, pbCol ); in GetBox()
1768 pFrm = lcl_FindFrm( pLay, rPt, nFuzzy, pbRow, pbCol ); in GetBox()
1911 bool pbCol[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()
2005 else if ( pbCol[0] ) in SelTblRowCol()