Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java77 private int m_currentMaxRowHeight; field in FormControlArranger
200 m_currentLabelPosY = m_currentMaxRowHeight + cVertDistance; in checkJustifiedPosition()
210 if (m_currentControlPosY + m_dbControlHeight == m_currentMaxRowHeight) in checkJustifiedPosition()
217 m_currentLabelPosY = m_currentMaxRowHeight; in checkJustifiedPosition()
320 m_currentMaxRowHeight = i_nYPos + i_nHeight; in checkOuterPoints()
321 nSecMaxRowY = m_currentMaxRowHeight; in checkOuterPoints()
326 if (nRowY >= m_currentMaxRowHeight) in checkOuterPoints()
328 nSecMaxRowY = m_currentMaxRowHeight; in checkOuterPoints()
329 m_currentMaxRowHeight = nRowY; in checkOuterPoints()
359 m_currentMaxRowHeight = 0; in positionControls()

Completed in 14 milliseconds