Home
last modified time | relevance | path

Searched refs:rOldSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx2796 void SwLayoutFrm::ChgLowersProp( const Size& rOldSize ) in ChgLowersProp() argument
2806 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 …]
/trunk/main/sw/source/core/undo/
H A Dunattr.cxx514 const SwFmtFrmSize& rOldSize = static_cast<const SwFmtFrmSize&>( in RestoreFlyAnchor() local
516 aDrawSavePt.X() = rOldSize.GetWidth(); in RestoreFlyAnchor()
517 aDrawSavePt.Y() = rOldSize.GetHeight(); in RestoreFlyAnchor()
/trunk/main/sw/source/core/inc/
H A Dlayfrm.hxx73 void ChgLowersProp( const Size& rOldSize );
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1124 const SwFmtFrmSize& rOldSize = (const SwFmtFrmSize& )rOldSet.Get(RES_FRM_SIZE); in FillItemSet() local
1125 SwFmtFrmSize aSz( rOldSize ); in FillItemSet()
1137 sal_Bool bLegalValue = !(!rOldSize.GetWidth () && !rOldSize.GetHeight() && in FillItemSet()

Completed in 44 milliseconds