Home
last modified time | relevance | path

Searched refs:curproperties (Results 1 – 3 of 3) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java305 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()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java588 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 DDatabaseObjectWizard.java162 PropertyValue[] curproperties = new PropertyValue[1]; in executeWizardFromCommandLine() local
164curproperties[0] = Properties.createProperty( "DatabaseLocation", settings[ IDX_LOCATION ] ); in executeWizardFromCommandLine()
166curproperties[0] = Properties.createProperty( "DataSourceName", settings[ IDX_DSN ] ); in executeWizardFromCommandLine()
171 final Object wizardInstance = ctor.newInstance( serviceFactory, curproperties ); in executeWizardFromCommandLine()

Completed in 24 milliseconds