Lines Matching refs:ROW_COUNT
223 nIndex += ROW_COUNT * COLUMN_COUNT - 1; in LastInView()
279 tmpSelected -= ROW_COUNT * COLUMN_COUNT; in KeyInput()
282 tmpSelected += ROW_COUNT * COLUMN_COUNT; in KeyInput()
341 for ( i = 1; i < ROW_COUNT; ++i ) in DrawChars_Impl()
485 int nFontHeight = (aOrigSize.Height() - 5) * 2 / (3 * ROW_COUNT); in SetFont()
492 sal_Bool bNeedVscroll = (maFontCharMap.GetCharCount() > ROW_COUNT*COLUMN_COUNT); in SetFont()
495 nY = aOrigSize.Height() / ROW_COUNT; in SetFont()
499 aVscrollSB.SetPosSizePixel( nX * COLUMN_COUNT, 0, SBWIDTH, nY * ROW_COUNT ); in SetFont()
503 aVscrollSB.SetPageSize( ROW_COUNT-1 ); in SetFont()
504 aVscrollSB.SetVisibleSize( ROW_COUNT ); in SetFont()
512 Size aNewSize( nX * COLUMN_COUNT + (bNeedVscroll ? SBWIDTH : 0), nY * ROW_COUNT ); in SetFont()