Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java121 private int getCheckBoxDiffHeight(int LastIndex) in getCheckBoxDiffHeight() argument
123 …if (LastIndex < DBControlList.length && DBControlList[LastIndex].getControlType() == FormHandler.S… in getCheckBoxDiffHeight()
125 …return (oFormHandler.getControlReferenceHeight() - DBControlList[LastIndex].getControlHeight()) / … in getCheckBoxDiffHeight()
399 private void initializeControlColumn(int LastIndex) in initializeControlColumn() argument
402 StartA = LastIndex + 1; in initializeControlColumn()
406 private void resetPosSizes(int LastIndex) in resetPosSizes() argument
412 …PosY = m_currentControlPosY + m_dbControlHeight + cVertDistance + getCheckBoxDiffHeight(LastIndex); in resetPosSizes()
414 … if ((m_currentControlPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes()
416 repositionColumnarLeftControls(LastIndex); in resetPosSizes()
421 initializeControlColumn(LastIndex); in resetPosSizes()
[all …]