Home
last modified time | relevance | path

Searched refs:pbCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1534 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()
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()
[all …]
/trunk/main/sw/inc/
H A Dfesh.hxx201 SW_DLLPRIVATE const SwFrm *GetBox( const Point &rPt, bool* pbRow = 0, bool* pbCol = 0 ) const;

Completed in 28 milliseconds