Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/shells/
H A Dgrfsh.cxx187 SwFmtFrmSize aSizeCopy = (const SwFmtFrmSize&)aSet.Get(RES_FRM_SIZE); in Execute() local
188 if (aSizeCopy.GetWidthPercent() && aSizeCopy.GetWidthPercent() != 0xff) in Execute()
189 aSizeCopy.SetWidth(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Width()); in Execute()
190 if (aSizeCopy.GetHeightPercent() && aSizeCopy.GetHeightPercent() != 0xff) in Execute()
191 aSizeCopy.SetHeight(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Height()); in Execute()
195 SvxSizeItem aSzItm( SID_ATTR_GRAF_FRMSIZE, aSizeCopy.GetSize() ); in Execute()
198 Size aSz( aSizeCopy.GetWidthPercent(), aSizeCopy.GetHeightPercent() ); in Execute()

Completed in 20 milliseconds