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()
445 m_currentLabelPosY = cYOffset; in resetPosSizes()
522 m_currentLabelPosY = cYOffset + getLabelDiffHeight(0); in initializePosSizes()
529 m_currentLabelPosY = cYOffset; in initializePosSizes()
[all …]

Completed in 24 milliseconds