Searched refs:nWantedRightBorder (Results 1 – 2 of 2) sorted by relevance
91 … , long nWantedRightBorder /*use -1 to indicate that this can be automatic*/ in AlignListBoxWidthAndXPos() argument103 if( nWantedRightBorder < m_aLB_Separator.GetPosPixel().X() + nMinimumListBoxWidth ) in AlignListBoxWidthAndXPos()104 nWantedRightBorder = m_aLB_Separator.GetPosPixel().X() + nMinimumListBoxWidth; in AlignListBoxWidthAndXPos()106 if( nWantedRightBorder >= 0 && nWantedRightBorder > nMinPossibleRightBorder ) in AlignListBoxWidthAndXPos()109 aSize.Width() = nWantedRightBorder-m_aLB_Separator.GetPosPixel().X(); in AlignListBoxWidthAndXPos()
49 … , long nWantedRightBorder /*use -1 to indicate that this can be automatic*/
Completed in 9 milliseconds