Searched refs:rOldSize (Results 1 – 4 of 4) sorted by relevance
2796 void SwLayoutFrm::ChgLowersProp( const Size& rOldSize ) in ChgLowersProp() argument2806 const bool bHeightChgd = rOldSize.Height() != Prt().Height(); in ChgLowersProp()2807 const bool bWidthChgd = rOldSize.Width() != Prt().Width(); in ChgLowersProp()2875 SwTwips nOldHeight = bVert ? rOldSize.Width() : rOldSize.Height(); in ChgLowersProp()3006 else if( rOldSize.Width() && !pLowerFrm->IsFtnFrm() ) in ChgLowersProp()3025 / double(rOldSize.Width()); in ChgLowersProp()3052 else if ( rOldSize.Height() && in ChgLowersProp()3091 ( Prt().Height() - rOldSize.Height() ); in ChgLowersProp()3117 / double(rOldSize.Height()); in ChgLowersProp()3158 if ( rOldSize.Height() < Prt().SSize().Height() || in ChgLowersProp()[all …]
514 const SwFmtFrmSize& rOldSize = static_cast<const SwFmtFrmSize&>( in RestoreFlyAnchor() local516 aDrawSavePt.X() = rOldSize.GetWidth(); in RestoreFlyAnchor()517 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 55 milliseconds