Searched refs:cellRect (Results 1 – 2 of 2) sorted by relevance
672 Rectangle cellRect = maArray.GetCellRect( nCol, nRow ); in DrawString() local673 Point aPos = cellRect.TopLeft(); in DrawString()693 theMaxStrSize = cellRect.GetSize(); in DrawString()728 nRightX = (sal_uInt16)( cellRect.GetWidth() in DrawString()743 ((cellRect.GetWidth()-aStrSize.Width())/2); in DrawString()
760 Rectangle cellRect = maArray.GetCellRect( nCol, nRow ); in DrawString() local761 Point aPos = cellRect.TopLeft(); in DrawString()767 Size theMaxStrSize( cellRect.GetWidth() - FRAME_OFFSET, in DrawString()768 cellRect.GetHeight() - FRAME_OFFSET ); in DrawString()802 nRightX = (sal_uInt16)( cellRect.GetWidth() in DrawString()832 ((cellRect.GetWidth()-aStrSize.Width())/2); in DrawString()
Completed in 34 milliseconds