Home
last modified time | relevance | path

Searched refs:nMaxTitleWidth (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx581 long nMaxTitleWidth = rRect.GetWidth() - ICON_OFFSET; in DrawRow() local
582 nMaxTitleWidth -= ( 2 * SMALL_ICON_SIZE ) + ( 4 * SPACE_BETWEEN ); in DrawRow()
585 nMaxTitleWidth -= pEntry->m_pPublisher->GetSizePixel().Width() + (2*SPACE_BETWEEN); in DrawRow()
593 if ( aTitleWidth > nMaxTitleWidth - aVersionWidth ) in DrawRow()
595 aTitleWidth = nMaxTitleWidth - aVersionWidth - (aTextHeight / 3); in DrawRow()
648 … aPos = rRect.TopLeft() + Point( ICON_OFFSET + nMaxTitleWidth + (2*SPACE_BETWEEN), TOP_OFFSET ); in DrawRow()

Completed in 25 milliseconds