Searched refs:i_args (Results  1 – 6 of 6) sorted by relevance
| /trunk/main/wizards/com/sun/star/wizards/db/ | 
| H A D | DatabaseObjectWizard.java | 101 …protected static void executeWizardFromCommandLine( final String i_args[], final String i_classNam…  in executeWizardFromCommandLine()  argument 111         for ( int i=0; i<i_args.length; ++i )  in executeWizardFromCommandLine() 115                 settings[ settingsIndex ] = i_args[i];  in executeWizardFromCommandLine() 120             if ( i_args[i].equals( "--pipe-name" ) )  in executeWizardFromCommandLine() 126             if ( i_args[i].equals( "--database-location" ) )  in executeWizardFromCommandLine() 132             if ( i_args[i].equals( "--data-source-name" ) )  in executeWizardFromCommandLine()
  | 
| /trunk/main/test/java/test-tools/src/main/java/org/openoffice/test/tools/ | 
| H A D | OfficeDocument.java | 69 …tiServiceFactory orb, String documentOrFactoryURL, final PropertyValue[] i_args ) throws com.sun.s…  in implLoadAsComponent()  argument 75             aLoader.loadComponentFromURL( documentOrFactoryURL, "_blank", 0, i_args )  in implLoadAsComponent() 87 …tiServiceFactory orb, String documentOrFactoryURL, final PropertyValue[] i_args ) throws com.sun.s…  in implLoadDocument()  argument 89         XComponent document = implLoadAsComponent( orb, documentOrFactoryURL, i_args );  in implLoadDocument()
  | 
| /trunk/main/forms/qa/integration/forms/ | 
| H A D | DocumentHelper.java | 73 …tiServiceFactory orb, String documentOrFactoryURL, final PropertyValue[] i_args ) throws com.sun.s…  in implLoadAsComponent()  argument 81             aLoader.loadComponentFromURL( documentOrFactoryURL, "_blank", 0, i_args )  in implLoadAsComponent() 93 …tiServiceFactory orb, String documentOrFactoryURL, final PropertyValue[] i_args ) throws com.sun.s…  in implLoadDocument()  argument 95         XComponent document = implLoadAsComponent( orb, documentOrFactoryURL, i_args );  in implLoadDocument()
  | 
| /trunk/main/sfx2/inc/sfx2/ | 
| H A D | app.hxx | 225 …static ErrCode              CallAppBasic( const String& i_macroName, SbxArray* i_args = NULL, SbxV…  in CallAppBasic()  argument 226 …return CallBasic( i_macroName, SfxApplication::GetOrCreate()->GetBasicManager(), i_args, i_ret ); }  in CallAppBasic()
  | 
| /trunk/main/wizards/com/sun/star/wizards/form/ | 
| H A D | FormWizard.java | 93     public static void main(String i_args[])  in main()  argument 95         executeWizardFromCommandLine( i_args, FormWizard.class.getName() );  in main()
  | 
| /trunk/main/wizards/com/sun/star/wizards/query/ | 
| H A D | QueryWizard.java | 85     public static void main(String i_args[])  in main()  argument 87         executeWizardFromCommandLine( i_args, QueryWizard.class.getName() );  in main()
  | 
        Completed in 72 milliseconds