Searched refs:nRadioButtons (Results 1 – 1 of 1) sorted by relevance
88 sal_Int32 nRadioButtons = _rSettings.aLabels.size(); in doLayout() local95 sal_Int32 nMinShapeHeight = BUTTON_HEIGHT*(nRadioButtons+1) + BUTTON_HEIGHT + BUTTON_HEIGHT/4; in doLayout()112 sal_Int32 nTempHeight = (aControlShapeSize.Height - BUTTON_HEIGHT/4) / (nRadioButtons + 1); in doLayout()127 for (sal_Int32 i=0; i<nRadioButtons; ++i, ++aLabelIter, ++aValueIter) in doLayout()
Completed in 10 milliseconds