Home
last modified time | relevance | path

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

/trunk/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()
399 private void initializeControlColumn(int LastIndex) in initializeControlColumn() argument
402 StartA = LastIndex + 1; in initializeControlColumn()
406 private void resetPosSizes(int LastIndex) in resetPosSizes() argument
416 repositionColumnarLeftControls(LastIndex); in resetPosSizes()
421 initializeControlColumn(LastIndex); in resetPosSizes()
429 m_currentLabelPosY = m_currentControlPosY + getLabelDiffHeight(LastIndex); in resetPosSizes()
446 initializeControlColumn(LastIndex); in resetPosSizes()
488 private void repositionColumnarLeftControls(int LastIndex) in repositionColumnarLeftControls() argument
[all …]

Completed in 11 milliseconds