Lines Matching refs:aImageSize
251 Size aImageSize; in ImplPosControls() local
300 aImageSize = maImage.GetSizePixel(); in ImplPosControls()
301 if ( aImageSize.Width() ) in ImplPosControls()
303 aImageSize.Width() += 4; in ImplPosControls()
304 aImageSize.Height() += 4; in ImplPosControls()
305 aTextPos.X() += aImageSize.Width()+IMPL_SEP_MSGBOX_IMAGE; in ImplPosControls()
309 aImageSize ); in ImplPosControls()
315 nMaxWidth -= aImageSize.Width()+IMPL_SEP_MSGBOX_IMAGE; in ImplPosControls()
347 aPageSize.Width() = aImageSize.Width(); in ImplPosControls()
350 if ( aFixedSize.Height() < aImageSize.Height() ) in ImplPosControls()
353 aPageSize.Height() = aImageSize.Height(); in ImplPosControls()
354 aFixedSize.Height() = aImageSize.Height(); in ImplPosControls()
361 if ( aImageSize.Width() ) in ImplPosControls()