Searched refs:pbCol (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sw/source/core/frmedt/ |
| H A D | fetab.cxx | 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() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | fesh.hxx | 201 SW_DLLPRIVATE const SwFrm *GetBox( const Point &rPt, bool* pbRow = 0, bool* pbCol = 0 ) const;
|