Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/ !
H A DFormControlArranger.java67 private int m_currentLabelPosY; field in FormControlArranger
200 m_currentLabelPosY = m_currentMaxRowHeight + cVertDistance; in checkJustifiedPosition()
201 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()
213 m_currentLabelPosY = nSecMaxRowY; in checkJustifiedPosition()
217 m_currentLabelPosY = m_currentMaxRowHeight; in checkJustifiedPosition()
219 m_currentLabelPosY += cVertDistance; in checkJustifiedPosition()
220 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()
223 LabelControlList[a].setPosition(new Point(cXOffset, m_currentLabelPosY)); in checkJustifiedPosition()
429 m_currentLabelPosY = m_currentControlPosY + getLabelDiffHeight(LastIndex); in resetPosSizes()
437m_currentLabelPosY = m_currentControlPosY + m_dbControlHeight + cVertDistance + getCheckBoxDiffHei… in resetPosSizes()
[all …]