Home
last modified time | relevance | path

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

/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx589 long aTitleWidth = GetTextWidth( pEntry->m_sTitle ) + (aTextHeight / 3); in DrawRow() local
593 if ( aTitleWidth > nMaxTitleWidth - aVersionWidth ) in DrawRow()
595 aTitleWidth = nMaxTitleWidth - aVersionWidth - (aTextHeight / 3); in DrawRow()
596 String aShortTitle = GetEllipsisString( pEntry->m_sTitle, aTitleWidth ); in DrawRow()
598 aTitleWidth += (aTextHeight / 3); in DrawRow()
604 DrawText( Point( aPos.X() + aTitleWidth, aPos.Y() ), pEntry->m_sVersion ); in DrawRow()

Completed in 21 milliseconds