Lines Matching refs:aItemSize
301 …aItemSize = aColorSet.CalcItemSizePixel(Size(aColorSet.getEntryEdgeLength(), aColorSet.getEntryEdg… in SvxColorDockingWindow()
302 aItemSize.Width() = aItemSize.Width() + aColorSet.getEntryEdgeLength(); in SvxColorDockingWindow()
303 aItemSize.Width() /= 2; in SvxColorDockingWindow()
304 aItemSize.Height() = aItemSize.Height() + aColorSet.getEntryEdgeLength(); in SvxColorDockingWindow()
305 aItemSize.Height() /= 2; in SvxColorDockingWindow()
388 nCols = (sal_uInt16) ( aSize.Width() / aItemSize.Width() ); in SetSize()
389 nLines = (sal_uInt16) ( (float) aSize.Height() / (float) aItemSize.Height() /*+ 0.35*/ ); in SetSize()
406 nCols = (sal_uInt16) ( ( aSize.Width() - nScrollWidth ) / aItemSize.Width() ); in SetSize()
415 aColorSet.SetItemHeight( aItemSize.Height() ); in SetSize()
551 nCols = (sal_uInt16) ( (float) rNewSize.Width() / (float) aItemSize.Width() + 0.5 ); in Resizing()
552 nLines = (sal_uInt16) ( (float) rNewSize.Height() / (float) aItemSize.Height() + 0.5 ); in Resizing()
570 / (float) aItemSize.Width() + 0.5 ); in Resizing()
584 rNewSize.Width() = nCols * aItemSize.Width() + nScrollWidth + 4; in Resizing()
585 rNewSize.Height() = nLines * aItemSize.Height() + 4; in Resizing()