Lines Matching refs:Frm

166     Frm().Width( rFrmSize.GetWidth() );  in SwFlyFrm()
167 Frm().Height( rFrmSize.GetHeightSizeType() == ATT_VAR_SIZE ? MINFLY : rFrmSize.GetHeight() ); in SwFlyFrm()
186 Frm().Pos().X() = Frm().Pos().Y() = WEIT_WECH; in SwFlyFrm()
258 Prt().Width( Frm().Width() ); in InsertColumns()
259 Prt().Height( Frm().Height() ); in InsertColumns()
563 if( (pInva->Frm().*fnRect->fnBottomDist)( nBottom ) <= 0 ) in ChainFrames()
731 SwTwips nDiffHeight = Frm().Height(); in FrmSizeChg()
757 const SwTwips nDiffWidth = Frm().Width() - rFrmSize.GetWidth(); in FrmSizeChg()
994 pSh->InvalidateWindows( Frm() ); in _UpdateAttr()
1064 pSh->InvalidateWindows( Frm() ); in _UpdateAttr()
1093 if ( rSz.GetHeight() != Frm().Height() || in _UpdateAttr()
1094 rSz.GetWidth() != Frm().Width() ) in _UpdateAttr()
1097 Fraction aScaleX( Frm().Width(), rSz.GetWidth() ); in _UpdateAttr()
1098 Fraction aScaleY( Frm().Height(), rSz.GetHeight() ); in _UpdateAttr()
1368 if ( Frm().Top() == WEIT_WECH && Frm().Left() == WEIT_WECH ) in Format()
1371 Frm().Pos().X() = Frm().Pos().Y() = 0; in Format()
1405 nRemaining = (Lower()->Frm().*fnRect->fnGetHeight)(); in Format()
1412 nRemaining += (pFrm->Frm().*fnRect->fnGetHeight)(); in Format()
1433 SwTwips nTop = (Frm().*fnRect->fnGetTop)(); in Format()
1434 SwTwips nBorder = (Frm().*fnRect->fnGetHeight)() - in Format()
1445 pFly->Frm().Top() != WEIT_WECH && in Format()
1448 SwTwips nDist = -(pFly->Frm().*fnRect-> in Format()
1469 nRemaining -= (Frm().*fnRect->fnGetHeight)(); in Format()
1470 (Frm().*fnRect->fnAddBottom)( nRemaining + nUL ); in Format()
1488 nNewSize += nUL - (Frm().*fnRect->fnGetHeight)(); in Format()
1489 (Frm().*fnRect->fnAddBottom)( nNewSize ); in Format()
1530 nNewSize += nLR - (Frm().*fnRect->fnGetWidth)(); in Format()
1531 (Frm().*fnRect->fnAddRight)( nNewSize ); in Format()
1617 ( pFrm->GetUpper()->Prt().Height() != pFrm->Frm().Height() ) in CalcCntnt()
1618 : ( pFrm->GetUpper()->Prt().Width() != pFrm->Frm().Width() ) ) in CalcCntnt()
1898 aFrm.Pos() += (GetAnchorFrm()->Frm().*fnRect->fnGetPos)(); in MakeObjPos()
1943 SwTwips nSize = (Frm().*fnRect->fnGetHeight)(); in _Grow()
2021 SwTwips nHeight = (Frm().*fnRect->fnGetHeight)(); in _Shrink()
2043 (Frm().*fnRect->fnSetHeight)( nHeight - nVal ); in _Shrink()
2154 if ( aAdjustedNewSize != Frm().SSize() ) in ChgSize()
2170 return Frm().SSize(); in ChgSize()
2490 if ( pFly->Frm().Left() == WEIT_WECH ) in NotifyLowerObjs()
2858 return Frm(); in GetObjRect()
2872 const bool bChanged( Frm().Pos().Y() != _nTop ); in _SetObjTop()
2874 Frm().Pos().Y() = _nTop; in _SetObjTop()
2880 const bool bChanged( Frm().Pos().X() != _nLeft ); in _SetObjLeft()
2882 Frm().Pos().X() = _nLeft; in _SetObjLeft()