Searched refs:nFlyAdd (Results 1 – 2 of 2) sorted by relevance
3298 long nHeight = 0, nFlyAdd = 0; in lcl_CalcCellRstHeight() local3306 nFlyAdd = Max( 0L, nFlyAdd - nLow ); in lcl_CalcCellRstHeight()3307 nFlyAdd = Max( nFlyAdd, ::CalcHeightWidthFlys( pLow ) ); in lcl_CalcCellRstHeight()3311 if ( nFlyAdd ) in lcl_CalcCellRstHeight()3312 nHeight += nFlyAdd; in lcl_CalcCellRstHeight()
4126 long nFlyAdd = 0; in lcl_CalcMinCellHeight() local4145 nFlyAdd = Max( 0L, nFlyAdd - nLowHeight ); in lcl_CalcMinCellHeight()4146 nFlyAdd = Max( nFlyAdd, ::CalcHeightWidthFlys( pLow ) ); in lcl_CalcMinCellHeight()4153 if ( nFlyAdd ) in lcl_CalcMinCellHeight()4154 nHeight += nFlyAdd; in lcl_CalcMinCellHeight()
Completed in 46 milliseconds