Lines Matching refs:Prt

858 	if ( Frm().Width() != pParent->Prt().Width() )  in Paste()
869 GetPrev()->Prt().Height() + GetPrev()->Prt().Top() ) in Paste()
1167 if( (Frm().*fnRect->fnGetWidth)() != (pParent->Prt().*fnRect->fnGetWidth)()) in Paste()
1301 SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Grow()
1325 nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Grow()
1326 (Prt().*fnRect->fnSetHeight)( nPrtHeight + in Grow()
1374 const SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Shrink()
1375 (Prt().*fnRect->fnSetHeight)( nPrtHeight - in Shrink()
1440 pUp->Prt().Height() - pUp->Prt().Top(); in AdjustNeighbourhood()
1460 const long nTmp = nChg - pBody->Prt().Height(); in AdjustNeighbourhood()
1520 pUp->Prt().SSize().Height() += nChg; in AdjustNeighbourhood()
1542 const long nOldPrtHeight = Prt().Height(); in AdjustNeighbourhood()
1545 Prt().SSize().Height() = nOldFrmHeight; in AdjustNeighbourhood()
1553 Prt().SSize().Height() = nOldPrtHeight; in AdjustNeighbourhood()
1596 nMinH += (pCont->Prt().*fnRect->fnGetTop)(); in AdjustNeighbourhood()
1950 SwTwips nReal = (GetUpper()->Prt().*fnRect->fnGetHeight)(); in GrowFrm()
2413 (pCnt->Prt().*fnRect->fnGetHeight)(); in InnerHeight()
2426 (pCnt->Prt().*fnRect->fnGetHeight)(); in InnerHeight()
2429 (pCnt->Prt().*fnRect->fnGetHeight)(); in InnerHeight()
2468 nMin = (GetUpper()->Prt().*fnRect->fnGetHeight)() - nMin; in GrowFrm()
2534 nSpace = (GetUpper()->Prt().*fnRect->fnGetHeight)() -nSpace; in GrowFrm()
2634 const long nTmp = (Prt().*fnRect->fnGetHeight)(); in ShrinkFrm()
2642 SwTwips nMinDiff = (Prt().*fnRect->fnGetHeight)() - nMin; in ShrinkFrm()
2806 const bool bHeightChgd = rOldSize.Height() != Prt().Height(); in ChgLowersProp()
2807 const bool bWidthChgd = rOldSize.Width() != Prt().Width(); in ChgLowersProp()
2876 if( nOldHeight < (Prt().*fnRect->fnGetHeight)() ) in ChgLowersProp()
2895 SwTwips nBot = Frm().Left() + Prt().Left(); in ChgLowersProp()
2905 SwTwips nBot = Frm().Top() + Prt().Bottom(); in ChgLowersProp()
3004 pLowerFrm->Frm().Width( Prt().Width() ); in ChgLowersProp()
3020 (Prt().Width() > 50000) ) in ChgLowersProp()
3024 * double(Prt().Width()) ) in ChgLowersProp()
3031 (pLowerFrm->Frm().Width() * Prt().Width()) / rOldSize.Width(); in ChgLowersProp()
3045 pLowerFrm->Frm().Height( Prt().Height() ); in ChgLowersProp()
3091 ( Prt().Height() - rOldSize.Height() ); in ChgLowersProp()
3112 (Prt().Height() > 50000) ) in ChgLowersProp()
3116 * double(Prt().Height()) ) in ChgLowersProp()
3123 * Prt().Height() ) / rOldSize.Height(); in ChgLowersProp()
3127 SwTwips nSum = Prt().Height(); in ChgLowersProp()
3158 if ( rOldSize.Height() < Prt().SSize().Height() || in ChgLowersProp()
3159 rOldSize.Width() < Prt().SSize().Width() ) in ChgLowersProp()
3240 - (pFrm->Prt().*fnRect->fnGetHeight)(); in Format()
3316 ( nDiff + pRel->Prt().Height() )*9 && in InvaPercentFlys()
3379 long nDiff = nRel - pRel->Prt().Width(); in CalcRel()
3383 nRel = Min( nRel, pRel->Prt().Width() ); in CalcRel()
3633 (pLay->Prt().*fnRect->fnGetHeight)(); in FormatWidthCols()
3649 (pLay->Prt().*fnRect->fnGetHeight)(); in FormatWidthCols()
3651 nInnerHeight -= (pCol->Prt().*fnRect->fnGetHeight)(); in FormatWidthCols()
3677 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in FormatWidthCols()
3712 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in FormatWidthCols()
3748 Size aOldSz( Prt().SSize() ); in FormatWidthCols()
3750 nDiff = (Prt().*fnRect->fnGetHeight)() + nDiff + nBorder - in FormatWidthCols()