Searched refs:curproperties (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/wizards/com/sun/star/wizards/ui/ |
| H A D | ControlScroller.java | 305 PropertyValue[] curproperties = (PropertyValue[]) scrollfields.elementAt(n); in toggleControls() local 306 for (int m = 0; m < curproperties.length; m++) in toggleControls() 308 PropertyValue curproperty = curproperties[m]; in toggleControls() 471 PropertyValue[] curproperties; in getScrollFieldValues() local 478 curproperties = (PropertyValue[]) scrollfields.elementAt(i); in getScrollFieldValues() 479 retproperties[i] = curproperties; in getScrollFieldValues()
|
| /AOO42X/main/wizards/com/sun/star/wizards/db/ |
| H A D | DBMetaData.java | 587 public boolean getConnection(PropertyValue[] curproperties) in getConnection() argument 592 if (Properties.hasPropertyValue(curproperties, PropertyNames.ACTIVE_CONNECTION)) in getConnection() 594 …ntime.queryInterface( XConnection.class, Properties.getPropertyValue( curproperties, PropertyNames… in getConnection() 621 if (Properties.hasPropertyValue(curproperties, "DataSourceName")) in getConnection() 623 …g sDataSourceName = AnyConverter.toString(Properties.getPropertyValue(curproperties, "DataSourceNa… in getConnection() 626 else if (Properties.hasPropertyValue(curproperties, "DataSource")) in getConnection() 628 …ntime.queryInterface( XDataSource.class, Properties.getPropertyValue( curproperties, "DataSource" … in getConnection() 636 if (Properties.hasPropertyValue(curproperties, "DatabaseLocation")) in getConnection() 638 …g sDataSourceName = AnyConverter.toString(Properties.getPropertyValue(curproperties, "DatabaseLoca… in getConnection()
|
| H A D | DatabaseObjectWizard.java | 162 PropertyValue[] curproperties = new PropertyValue[1]; in executeWizardFromCommandLine() local 164 … curproperties[0] = Properties.createProperty( "DatabaseLocation", settings[ IDX_LOCATION ] ); in executeWizardFromCommandLine() 166 … curproperties[0] = Properties.createProperty( "DataSourceName", settings[ IDX_DSN ] ); in executeWizardFromCommandLine() 171 final Object wizardInstance = ctor.newInstance( serviceFactory, curproperties ); in executeWizardFromCommandLine()
|