Lines Matching refs:m_currentLabelPosY

67     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()
439 … if ((m_currentLabelPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes()
445 m_currentLabelPosY = cYOffset; in resetPosSizes()
522 m_currentLabelPosY = cYOffset + getLabelDiffHeight(0); in initializePosSizes()
529 m_currentLabelPosY = cYOffset; in initializePosSizes()
537 Point aPoint = new Point(m_currentLabelPosX, m_currentLabelPosY); in insertLabel()
559 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in insertLabel()
580 … checkOuterPoints(m_currentLabelPosX, m_LabelWidth, m_currentLabelPosY, m_LabelHeight, false); in insertLabel()
584 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in insertLabel()