Lines Matching refs:maItemSize

896                 if( it->maItemSize.Width() > nCalcSize )  in ImplCalcFloatSizes()
897 nCalcSize = it->maItemSize.Width(); in ImplCalcFloatSizes()
2005 it->maItemSize = it->maImage.GetSizePixel(); in ImplCalcItem()
2009 it->maItemSize = Size( GetCtrlTextWidth( it->maText )+TB_TEXTOFFSET, in ImplCalcItem()
2019 it->maItemSize = Size( GetCtrlTextWidth( it->maText )+TB_TEXTOFFSET, in ImplCalcItem()
2025 it->maItemSize = it->maImage.GetSizePixel(); in ImplCalcItem()
2031 … it->maItemSize.Width() = bText ? GetCtrlTextWidth( it->maText )+TB_TEXTOFFSET : 0; in ImplCalcItem()
2032 it->maItemSize.Height() = bText ? GetTextHeight() : 0; in ImplCalcItem()
2036 it->maItemSize.Width() += TB_IMAGETEXTOFFSET; in ImplCalcItem()
2039 it->maItemSize.Width() += it->maImage.GetSizePixel().Width(); in ImplCalcItem()
2040 if ( it->maImage.GetSizePixel().Height() > it->maItemSize.Height() ) in ImplCalcItem()
2041 it->maItemSize.Height() = it->maImage.GetSizePixel().Height(); in ImplCalcItem()
2048 it->maItemSize = Size( nDefWidth, nDefHeight ); in ImplCalcItem()
2063 it->maItemSize.Width() += nDropDownArrowWidth; in ImplCalcItem()
2071 long tmp = it->maItemSize.Width(); in ImplCalcItem()
2072 it->maItemSize.Width() = it->maItemSize.Height(); in ImplCalcItem()
2073 it->maItemSize.Height() = tmp; in ImplCalcItem()
2078 it->maItemSize = Size( nDefWidth, nDefHeight ); in ImplCalcItem()
2084 …ImplAddButtonBorder( it->maItemSize.Width(), it->maItemSize.Height(), mnOutStyle, mpData->mbNative… in ImplCalcItem()
2088 if( it->maItemSize.Width() < nMinWidth ) in ImplCalcItem()
2089 it->maItemSize.Width() = nMinWidth; in ImplCalcItem()
2090 if( it->maItemSize.Height() < nMinHeight ) in ImplCalcItem()
2091 it->maItemSize.Height() = nMinHeight; in ImplCalcItem()
2095 if ( it->maItemSize.Width() > nMaxWidth ) in ImplCalcItem()
2096 nMaxWidth = it->maItemSize.Width(); in ImplCalcItem()
2097 if ( it->maItemSize.Height() > nMaxHeight ) in ImplCalcItem()
2098 nMaxHeight = it->maItemSize.Height(); in ImplCalcItem()
2162 nLineWidth = mpData->maMenubuttonItem.maItemSize.Width(); in ImplCalcBreaks()
2179 nCurWidth = it->maItemSize.Width(); in ImplCalcBreaks()
2181 nCurWidth = it->maItemSize.Height(); in ImplCalcBreaks()
2817 nX += rIt.maItemSize.Width(); in ImplFormat()
2825 nY += rIt.maItemSize.Height(); in ImplFormat()