Lines Matching refs:fnGetHeight
222 (pFrm->Prt().*fnRect->fnGetHeight)(); in lcl_Undersize()
262 (Prt().*fnRect->fnSetHeight)((Frm().*fnRect->fnGetHeight)() - nBorder ); in Format()
263 if( (Prt().*fnRect->fnGetHeight)() < 0 && !pPage->IsFtnPage() ) in Format()
288 nRemaining += (pFrm->Frm().*fnRect->fnGetHeight)() in Format()
302 if( nDiff > (Frm().*fnRect->fnGetHeight)() ) in Format()
303 nDiff = (Frm().*fnRect->fnGetHeight)(); in Format()
308 nDiff = (Frm().*fnRect->fnGetHeight)() - nRemaining; in Format()
317 SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format()
351 if( (Frm().*fnRect->fnGetHeight)() > 0 && in GrowFrm()
352 nDist > ( LONG_MAX - (Frm().*fnRect->fnGetHeight)() ) ) in GrowFrm()
353 nDist = LONG_MAX - (Frm().*fnRect->fnGetHeight)(); in GrowFrm()
377 - (Frm().*fnRect->fnGetHeight)() ); in GrowFrm()
391 else if( nDist > (GetPrev()->Frm().*fnRect->fnGetHeight)() ) in GrowFrm()
394 nDist = (GetPrev()->Frm().*fnRect->fnGetHeight)(); in GrowFrm()
411 (Frm().*fnRect->fnSetHeight)( (Frm().*fnRect->fnGetHeight)() + nDist ); in GrowFrm()
677 if( (Frm().*fnRect->fnGetHeight)() ) in Paste()
678 pParent->Grow( (Frm().*fnRect->fnGetHeight)() ); in Paste()
2844 nRet = - (pPg->Prt().*fnRect->fnGetHeight)()/5; in GetVarSpace()
2845 nRet += (pBody->Frm().*fnRect->fnGetHeight)(); in GetVarSpace()