Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dwsfrm.cxx2791 void SwLayoutFrm::ChgLowersProp( const Size& rOldSize ) in ChgLowersProp() argument
2801 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 …]
/aoo4110/main/sw/source/core/undo/
H A Dunattr.cxx520 const SwFmtFrmSize& rOldSize = static_cast<const SwFmtFrmSize&>( in RestoreFlyAnchor() local
522 aDrawSavePt.X() = rOldSize.GetWidth(); in RestoreFlyAnchor()
523 aDrawSavePt.Y() = rOldSize.GetHeight(); in RestoreFlyAnchor()
/aoo4110/main/sw/source/core/inc/
H A Dlayfrm.hxx73 void ChgLowersProp( const Size& rOldSize );
/aoo4110/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 40 milliseconds