Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dres_TextSeparator.cxx91 … , long nWantedRightBorder /*use -1 to indicate that this can be automatic*/ in AlignListBoxWidthAndXPos() argument
103 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()
H A Dres_TextSeparator.hxx49 … , long nWantedRightBorder /*use -1 to indicate that this can be automatic*/

Completed in 16 milliseconds