Lines Matching refs:fnRect

551                             (aLastCharRect.*fnRect->fnSetWidth)( 1 );  in lcl_HideObj()
553 _pAnchoredObj->mnLastTopOfLine = (aLastCharRect.*fnRect->fnGetTop)(); in lcl_HideObj()
1894 SwTwips nLower = (pFrm->*fnRect->fnGetBottomMargin)(); in SwTestFormat()
1899 (pFrm->Frm().*fnRect->fnSetHeight)( nMaxHeight ); in SwTestFormat()
1901 (pFrm->Frm().*fnRect->fnSetPosY)( in SwTestFormat()
1902 (pFrm->GetPrev()->Frm().*fnRect->fnGetBottom)() - in SwTestFormat()
1907 (pFrm->Prt().*fnRect->fnSetPosX)( rAttrs.CalcLeft( pFrm ) ); in SwTestFormat()
1912 (pFrm->Prt().*fnRect->fnSetPosY)( nUpper ); in SwTestFormat()
1914 (pFrm->Prt().*fnRect->fnSetHeight)( in SwTestFormat()
1915 Max( 0L , (pFrm->Frm().*fnRect->fnGetHeight)() - in SwTestFormat()
1916 (pFrm->Prt().*fnRect->fnGetTop)() - nLower ) ); in SwTestFormat()
1917 (pFrm->Prt().*fnRect->fnSetWidth)( in SwTestFormat()
1918 (pFrm->Frm().*fnRect->fnGetWidth)() - in SwTestFormat()
2010 if( !HasPara() || ( !(Frm().*fnRect->fnGetHeight)() && IsHiddenNow() ) ) in WouldFit()
2692 (rFrm.Frm().*fnRect->fnGetRight)() : in lcl_CalcFlyBasePos()
2693 (rFrm.Frm().*fnRect->fnGetLeft)(); in lcl_CalcFlyBasePos()
2698 if ( 0 != (aRect.*fnRect->fnGetWidth)() ) in lcl_CalcFlyBasePos()
2702 if ( (aRect.*fnRect->fnGetRight)() - in lcl_CalcFlyBasePos()
2703 (aFlyRect.*fnRect->fnGetRight)() >= 0 ) in lcl_CalcFlyBasePos()
2705 (aFlyRect.*fnRect->fnSetRight)( in lcl_CalcFlyBasePos()
2706 (aRect.*fnRect->fnGetLeft)() ); in lcl_CalcFlyBasePos()
2707 nRet = (aRect.*fnRect->fnGetLeft)(); in lcl_CalcFlyBasePos()
2714 if ( (aFlyRect.*fnRect->fnGetLeft)() - in lcl_CalcFlyBasePos()
2715 (aRect.*fnRect->fnGetLeft)() >= 0 ) in lcl_CalcFlyBasePos()
2717 (aFlyRect.*fnRect->fnSetLeft)( in lcl_CalcFlyBasePos()
2718 (aRect.*fnRect->fnGetRight)() + 1 ); in lcl_CalcFlyBasePos()
2719 nRet = (aRect.*fnRect->fnGetRight)(); in lcl_CalcFlyBasePos()
2728 while ( (aFlyRect.*fnRect->fnGetWidth)() > 0 ); in lcl_CalcFlyBasePos()
2754 SwTwips nTop = (aFlyRect.*fnRect->fnGetTop)(); in CalcBaseOfstForFly()
2766 (aFlyRect.*fnRect->fnSetTopAndHeight)( nTop, nLineHeight ); in CalcBaseOfstForFly()
2782 (Frm().*fnRect->fnGetRight)() : in CalcBaseOfstForFly()
2783 (Frm().*fnRect->fnGetLeft)(); in CalcBaseOfstForFly()