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 | 588 public boolean getConnection(PropertyValue[] curproperties) in getConnection() argument 593 if (Properties.hasPropertyValue(curproperties, PropertyNames.ACTIVE_CONNECTION)) in getConnection() 595 …ntime.queryInterface( XConnection.class, Properties.getPropertyValue( curproperties, PropertyNames… in getConnection() 622 if (Properties.hasPropertyValue(curproperties, "DataSourceName")) in getConnection() 624 …g sDataSourceName = AnyConverter.toString(Properties.getPropertyValue(curproperties, "DataSourceNa… in getConnection() 627 else if (Properties.hasPropertyValue(curproperties, "DataSource")) in getConnection() 629 …ntime.queryInterface( XDataSource.class, Properties.getPropertyValue( curproperties, "DataSource" … in getConnection() 637 if (Properties.hasPropertyValue(curproperties, "DatabaseLocation")) in getConnection() 639 …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()
|
Completed in 27 milliseconds