Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java70 private int m_LabelHeight; field in FormControlArranger
201 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()
220 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()
269 … dbControl.setPosition(new Point(iLocTCPosX, curLabelControl.getPosition().Y + m_LabelHeight)); in adjustLineWidth()
444 m_currentControlPosY = cYOffset + m_LabelHeight + cVertDistance; in resetPosSizes()
498 LabelControlList[i].setSize(new Size(m_MaxLabelWidth, m_LabelHeight)); in repositionColumnarLeftControls()
518 m_LabelHeight = oFormHandler.getLabelHeight(); in initializePosSizes()
538 Size aSize = new Size(m_LabelWidth, m_LabelHeight); in insertLabel()
559 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in insertLabel()
580 … checkOuterPoints(m_currentLabelPosX, m_LabelWidth, m_currentLabelPosY, m_LabelHeight, false); in insertLabel()
[all …]