Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java47 protected DatabaseControl[] DBControlList = null; field in FormControlArranger
92 DBControlList = new DatabaseControl[FieldColumns.length]; in FormControlArranger()
103 final DatabaseControl curDBControl = DBControlList[_index]; in getLabelDiffHeight()
123 …if (LastIndex < DBControlList.length && DBControlList[LastIndex].getControlType() == FormHandler.S… in getCheckBoxDiffHeight()
125 …return (oFormHandler.getControlReferenceHeight() - DBControlList[LastIndex].getControlHeight()) / … in getCheckBoxDiffHeight()
155 …nTextLen = AnyConverter.toShort(DBControlList[_index].xPropertySet.getPropertyValue("MaxTextLen")); in isReducable()
195 int nRightDist = nBaseWidth - (DBControlList[a].getPosition().X - cHoriDistance); in checkJustifiedPosition()
224 DBControlList[a].setPosition(new Point(cXOffset, m_currentControlPosY)); in checkJustifiedPosition()
264 DatabaseControl dbControl = DBControlList[i]; in adjustLineWidth()
370DBControlList[i].setPropertyValue(LABELCONTROL, LabelControlList[i].xPropertySet); in positionControls()
[all …]
H A DFormDocument.java526 return oFormController.DBControlList; in getDatabaseControls()