Searched refs:rOldSize (Results 1 – 4 of 4) sorted by relevance
2791 void SwLayoutFrm::ChgLowersProp( const Size& rOldSize ) in ChgLowersProp() argument2801 const bool bHeightChgd = rOldSize.Height() != Prt().Height(); in ChgLowersProp()2802 const bool bWidthChgd = rOldSize.Width() != Prt().Width(); in ChgLowersProp()2870 SwTwips nOldHeight = bVert ? rOldSize.Width() : rOldSize.Height(); in ChgLowersProp()3001 else if( rOldSize.Width() && !pLowerFrm->IsFtnFrm() ) in ChgLowersProp()3020 / double(rOldSize.Width()); in ChgLowersProp()3047 else if ( rOldSize.Height() && in ChgLowersProp()3086 ( Prt().Height() - rOldSize.Height() ); in ChgLowersProp()3112 / double(rOldSize.Height()); in ChgLowersProp()3153 if ( rOldSize.Height() < Prt().SSize().Height() || in ChgLowersProp()[all …]
520 const SwFmtFrmSize& rOldSize = static_cast<const SwFmtFrmSize&>( in RestoreFlyAnchor() local522 aDrawSavePt.X() = rOldSize.GetWidth(); in RestoreFlyAnchor()523 aDrawSavePt.Y() = rOldSize.GetHeight(); in RestoreFlyAnchor()
73 void ChgLowersProp( const Size& rOldSize );
1124 const SwFmtFrmSize& rOldSize = (const SwFmtFrmSize& )rOldSet.Get(RES_FRM_SIZE); in FillItemSet() local1125 SwFmtFrmSize aSz( rOldSize ); in FillItemSet()1137 sal_Bool bLegalValue = !(!rOldSize.GetWidth () && !rOldSize.GetHeight() && in FillItemSet()
Completed in 98 milliseconds