Lines Matching refs:fnRect

220     const SwTwips nUpperMaxY = (pTmpFrm->*fnRect->fnGetPrtBottom)();  in GetCharRect()
221 const SwTwips nFrmMaxY = (pFrm->*fnRect->fnGetPrtBottom)(); in GetCharRect()
231 if ( pFrm->IsEmpty() || ! (pFrm->Prt().*fnRect->fnGetHeight)() ) in GetCharRect()
309 (rOrig.*fnRect->fnGetBottom)() == nUpperMaxY && in GetCharRect()
355 const SwTwips nOrigTop = (rOrig.*fnRect->fnGetTop)(); in GetCharRect()
356 const SwTwips nPageTop = (pPage->Frm().*fnRect->fnGetTop)(); in GetCharRect()
357 const SwTwips nPageBott = (pPage->Frm().*fnRect->fnGetBottom)(); in GetCharRect()
363 if( (*fnRect->fnYDiff)( nPageTop, nOrigTop ) > 0 ) in GetCharRect()
364 (rOrig.*fnRect->fnSetTop)( nPageTop ); in GetCharRect()
366 if ( (*fnRect->fnYDiff)( nOrigTop, nPageBott ) > 0 ) in GetCharRect()
367 (rOrig.*fnRect->fnSetTop)( nPageBott ); in GetCharRect()
394 SwTwips nUpperMaxY = (pTmpFrm->*fnRect->fnGetPrtBottom)(); in GetAutoPos()
399 …( bVertL2R ? Min( (pFrm->*fnRect->fnGetPrtBottom)(), nUpperMaxY ) : Max( (pFrm->*fnRect->fnGetPrtB… in GetAutoPos()
400 Min( (pFrm->*fnRect->fnGetPrtBottom)(), nUpperMaxY ); in GetAutoPos()
402 if ( pFrm->IsEmpty() || ! (pFrm->Prt().*fnRect->fnGetHeight)() ) in GetAutoPos()
486 if ( IsEmpty() || !(Prt().*fnRect->fnGetHeight)() ) in GetTopOfLine()
490 _onTopOfLine = (this->*fnRect->fnGetPrtTop)(); in GetTopOfLine()
508 _onTopOfLine = (aCharRect.*fnRect->fnGetTop)(); in GetTopOfLine()
1728 SwTwips nLimit = (pUp->*fnRect->fnGetPrtBottom)(); in FillCrsrPos()
1733 if( (*fnRect->fnYDiff)( nLimit, nRectBottom ) < 0 ) in FillCrsrPos()