Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java74 private int m_MaxLabelWidth; field in FormControlArranger
418 m_currentControlPosX = m_currentLabelPosX + cLabelGap + m_MaxLabelWidth; in resetPosSizes()
496 m_currentControlPosX = m_currentLabelPosX + m_MaxLabelWidth + cHoriDistance; in repositionColumnarLeftControls()
498 LabelControlList[i].setSize(new Size(m_MaxLabelWidth, m_LabelHeight)); in repositionColumnarLeftControls()
572 m_MaxLabelWidth = m_LabelWidth; in insertLabel()
575 else if (m_LabelWidth > m_MaxLabelWidth) in insertLabel()
577 m_MaxLabelWidth = m_LabelWidth; in insertLabel()

Completed in 18 milliseconds