Lines Matching refs:aGrfSize
876 aGrfSize = ((const SvxSizeItem*)pItem)->GetSize(); in Reset()
878 pSh->GetGrfSize( aGrfSize ); in Reset()
901 aGrfSize = ((const SwFmtFrmSize&)rSet.Get(RES_FRM_SIZE)).GetSize(); in Reset()
905 aWidthED. SetBaseValue( aWidthED.Normalize(aGrfSize.Width()), FUNIT_TWIP ); in Reset()
906 aHeightED.SetBaseValue( aHeightED.Normalize(aGrfSize.Height()), FUNIT_TWIP ); in Reset()
2084 aWidthED.SetUserValue( aWidthED. NormalizePercent(aGrfSize.Width() ), FUNIT_TWIP); in IMPL_LINK_INLINE_START()
2085 aHeightED.SetUserValue(aHeightED.NormalizePercent(aGrfSize.Height()), FUNIT_TWIP); in IMPL_LINK_INLINE_START()
2086 …fWidthHeightRatio = aGrfSize.Height() ? double(aGrfSize.Width()) / double(aGrfSize.Height()) : 1.0; in IMPL_LINK_INLINE_START()
2706 Size aGrfSize; in Paint() local
2708 aGrfSize = ::GetGraphicSizeTwip(aGraphic, this); in Paint()
2710 if(!aGrfSize.Width() && !aGrfSize.Height()) in Paint()
2711 aGrfSize = PixelToLogic(aBmp.GetSizePixel()); in Paint()
2713 long nRelGrf = aGrfSize.Width() * 100L / aGrfSize.Height(); in Paint()
2755 Size aGrfSize = ::GetGraphicSizeTwip(aGraphic, this); in SetGraphic() local
2756 bGraphic = aGrfSize.Width() && aGrfSize.Height(); in SetGraphic()