Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java105 final int IDX_LOCATION = 1; in executeWizardFromCommandLine() local
128 settingsIndex = IDX_LOCATION; in executeWizardFromCommandLine()
144 if ( ( settings[ IDX_DSN ] == null ) && ( settings[ IDX_LOCATION ] == null ) ) in executeWizardFromCommandLine()
163 if ( settings[ IDX_LOCATION ] != null ) in executeWizardFromCommandLine()
164 … curproperties[0] = Properties.createProperty( "DatabaseLocation", settings[ IDX_LOCATION ] ); in executeWizardFromCommandLine()

Completed in 10 milliseconds