Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DAggregateComponent.java370 PropertyValue[] currowproperties; in getAggregateFieldNames() local
376 currowproperties = aggregatelist[i]; in getAggregateFieldNames()
377 … if ((currowproperties[0].Value != null) && (currowproperties[1].Value != null)) in getAggregateFieldNames()
379 … short[] iselfield = (short[]) AnyConverter.toArray(currowproperties[1].Value); in getAggregateFieldNames()
380 … short[] iselfunction = (short[]) AnyConverter.toArray(currowproperties[0].Value); in getAggregateFieldNames()
464 PropertyValue[] currowproperties = new PropertyValue[2]; in registerControlGroupAtIndex() local
478currowproperties[0] = Properties.createProperty(getFunctionControlName(_index), iselfunctionlist, … in registerControlGroupAtIndex()
479currowproperties[1] = Properties.createProperty(getFieldsControlName(_index), iselfieldslist, _ind… in registerControlGroupAtIndex()
480 super.registerControlGroup(currowproperties, _index); in registerControlGroupAtIndex()
H A DTitlesComponent.java139 PropertyValue[] currowproperties = new PropertyValue[2]; in initializeScrollFields() local
140 currowproperties[0] = Properties.createProperty(getColumnName(i), fieldnames[i], i); in initializeScrollFields()
141currowproperties[1] = Properties.createProperty(getTitleName(i), fieldtitles[i], i); //getTitleNam… in initializeScrollFields()
142 registerControlGroup(currowproperties, i); in initializeScrollFields()
215 PropertyValue[] currowproperties; in getFieldTitles() local
219 currowproperties = titlelist[i]; in getFieldTitles()
220 curtitleproperty = currowproperties[1]; in getFieldTitles()