Searched refs:currowproperties (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/wizards/com/sun/star/wizards/ui/ |
| H A D | AggregateComponent.java | 369 PropertyValue[] currowproperties; in getAggregateFieldNames() local 375 currowproperties = aggregatelist[i]; in getAggregateFieldNames() 376 … if ((currowproperties[0].Value != null) && (currowproperties[1].Value != null)) in getAggregateFieldNames() 378 … short[] iselfield = (short[]) AnyConverter.toArray(currowproperties[1].Value); in getAggregateFieldNames() 379 … short[] iselfunction = (short[]) AnyConverter.toArray(currowproperties[0].Value); in getAggregateFieldNames() 463 PropertyValue[] currowproperties = new PropertyValue[2]; in registerControlGroupAtIndex() local 477 …currowproperties[0] = Properties.createProperty(getFunctionControlName(_index), iselfunctionlist, … in registerControlGroupAtIndex() 478 …currowproperties[1] = Properties.createProperty(getFieldsControlName(_index), iselfieldslist, _ind… in registerControlGroupAtIndex() 479 super.registerControlGroup(currowproperties, _index); in registerControlGroupAtIndex()
|
| H A D | TitlesComponent.java | 139 PropertyValue[] currowproperties = new PropertyValue[2]; in initializeScrollFields() local 140 currowproperties[0] = Properties.createProperty(getColumnName(i), fieldnames[i], i); in initializeScrollFields() 141 …currowproperties[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()
|