Lines Matching refs:fnRect

560         const long nBottom = (pMaster->*fnRect->fnGetPrtBottom)();  in ChainFrames()
563 if( (pInva->Frm().*fnRect->fnBottomDist)( nBottom ) <= 0 ) in ChainFrames()
1405 nRemaining = (Lower()->Frm().*fnRect->fnGetHeight)(); in Format()
1412 nRemaining += (pFrm->Frm().*fnRect->fnGetHeight)(); in Format()
1416 - (pFrm->Prt().*fnRect->fnGetHeight)(); in Format()
1433 SwTwips nTop = (Frm().*fnRect->fnGetTop)(); in Format()
1434 SwTwips nBorder = (Frm().*fnRect->fnGetHeight)() - in Format()
1435 (Prt().*fnRect->fnGetHeight)(); in Format()
1448 SwTwips nDist = -(pFly->Frm().*fnRect-> in Format()
1468 (Prt().*fnRect->fnSetHeight)( nRemaining ); in Format()
1469 nRemaining -= (Frm().*fnRect->fnGetHeight)(); in Format()
1470 (Frm().*fnRect->fnAddBottom)( nRemaining + nUL ); in Format()
1487 (Prt().*fnRect->fnSetHeight)( nNewSize ); in Format()
1488 nNewSize += nUL - (Frm().*fnRect->fnGetHeight)(); in Format()
1489 (Frm().*fnRect->fnAddBottom)( nNewSize ); in Format()
1529 (Prt().*fnRect->fnSetWidth)( nNewSize ); in Format()
1530 nNewSize += nLR - (Frm().*fnRect->fnGetWidth)(); in Format()
1531 (Frm().*fnRect->fnAddRight)( nNewSize ); in Format()
1898 aFrm.Pos() += (GetAnchorFrm()->Frm().*fnRect->fnGetPos)(); in MakeObjPos()
1922 (this->*fnRect->fnSetXMargins)( rAttrs.CalcLeftLine(), in MakePrtArea()
1924 (this->*fnRect->fnSetYMargins)( rAttrs.CalcTopLine(), in MakePrtArea()
1943 SwTwips nSize = (Frm().*fnRect->fnGetHeight)(); in _Grow()
2009 return (aNew.*fnRect->fnGetHeight)()-(aOld.*fnRect->fnGetHeight)(); in _Grow()
2021 SwTwips nHeight = (Frm().*fnRect->fnGetHeight)(); in _Shrink()
2043 (Frm().*fnRect->fnSetHeight)( nHeight - nVal ); in _Shrink()
2050 nHeight = (Prt().*fnRect->fnGetHeight)(); in _Shrink()
2051 (Prt().*fnRect->fnSetHeight)( nHeight - nVal ); in _Shrink()
2112 return (aOld.*fnRect->fnGetHeight)() - in _Shrink()
2113 (aNew.*fnRect->fnGetHeight)(); in _Shrink()