Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx449 …int nLongestPopupWidth = nPopupMaxWidth + nPopupLabelMaxWidth + kAquaSpaceBetweenControls - kAquaS… in createUserPane() local
451 currentWidth = nLongestPopupWidth > nCheckboxMaxWidth ? nLongestPopupWidth : nCheckboxMaxWidth; in createUserPane()
854 …int nLongestPopupWidth = nPopupMaxWidth + nPopupLabelMaxWidth + kAquaSpaceBetweenControls - kAquaS… in layoutControls() local
855 OSL_TRACE("longest popup width: %d", nLongestPopupWidth); in layoutControls()
891 int left = (nUsableWidth + nLongestPopupWidth) / 2 - totalWidth; in layoutControls()

Completed in 13 milliseconds