Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java69 private int m_currentControlPosY; field in FormControlArranger
201 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()
210 if (m_currentControlPosY + m_dbControlHeight == m_currentMaxRowHeight) in checkJustifiedPosition()
220 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()
224 DBControlList[a].setPosition(new Point(cXOffset, m_currentControlPosY)); in checkJustifiedPosition()
226 …_dbControlWidth > m_LabelWidth ? m_dbControlWidth : m_LabelWidth, m_currentControlPosY, m_dbContro… in checkJustifiedPosition()
408 int nYRefPos = m_currentControlPosY; in resetPosSizes()
412m_currentControlPosY = m_currentControlPosY + m_dbControlHeight + cVertDistance + getCheckBoxDiffH… in resetPosSizes()
413 nYRefPos = m_currentControlPosY; in resetPosSizes()
414 … if ((m_currentControlPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes()
[all …]