Lines Matching refs:aImageSize
113 aImageSize( 32, 32 ), in SvxIconChoiceCtrl_Impl()
1891 aPos.X() += (rRect.GetWidth() - aImageSize.Width() ) / 2; in PaintItem()
1893 aPos.Y() += (rRect.GetHeight() - aImageSize.Height() ) / 2; in PaintItem()
2246 aPos.X() += ( aBound.GetWidth() - aImageSize.Width() ) / 2; in CalcBmpRect()
2247 return Rectangle( aPos, aImageSize ); in CalcBmpRect()
2252 aPos.Y() += ( aBound.GetHeight() - aImageSize.Height() ) / 2; in CalcBmpRect()
2254 return Rectangle( aPos, aImageSize ); in CalcBmpRect()
2289 aPos.Y() += aImageSize.Height(); in CalcTextRect()
2295 long nMinWidth = (( (aImageSize.Width()*10) / 100 ) * 2 ) + in CalcTextRect()
2296 aImageSize.Width(); in CalcTextRect()
2313 aPos.X() += aImageSize.Width(); in CalcTextRect()
2331 nWidth = Max( nStringWidth, aImageSize.Width() ); in CalcBoundingWidth()
2336 nWidth = aImageSize.Width(); in CalcBoundingWidth()
2352 nHeight = aImageSize.Height(); in CalcBoundingHeight()
2359 nHeight = Max( aImageSize.Height(), nStringHeight ); in CalcBoundingHeight()
2991 Size aMinSize( aImageSize ); in GetMinGrid()
3080 nDY -= aImageSize.Height(); in SetDefaultTextSize()
3137 return aImageSize; in GetItemSize()
4497 if( aImageSize.Width() < 32 ) in DrawHighlightFrame()