Home
last modified time | relevance | path

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

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

Completed in 30 milliseconds