Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java270 protected void fillupControls(int guiRow) in fillupControls() argument
272 super.fillupControls(guiRow); in fillupControls()
273 ((ControlRow) ControlGroupVector.get(guiRow)).setEnabled(true); in fillupControls()
551 synchronized void fieldChanged(int guiRow, int column)
559 PropertyValue[] data = getTopicData(guiRow + nscrollvalue);
586 updateDocumentCell(guiRow + nscrollvalue, column, data);
588 if (isRowEmpty(guiRow + nscrollvalue))
594 if (guiRow + nscrollvalue == scrollfields.size() - 2)
621 if ((guiRow + nscrollvalue + 1) == scrollfields.size())
710 synchronized void rowDown(int guiRow, Object control)
[all …]
/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java221 protected void fillupControls(int guiRow) in fillupControls() argument
223 PropertyValue[] nameProps = (PropertyValue[]) scrollfields.get(guiRow); in fillupControls()
224 PropertyValue[] valueProps = (PropertyValue[]) scrollfields.get(guiRow + nscrollvalue); in fillupControls()
390 protected PropertyValue fieldInfo(int guiRow, int column) in fieldInfo() argument
392 if (guiRow + nscrollvalue < scrollfields.size()) in fieldInfo()
395 ((PropertyValue[]) scrollfields.elementAt(guiRow + nscrollvalue))[column], in fieldInfo()
396 ((PropertyValue[]) scrollfields.elementAt(guiRow))[column]); in fieldInfo()