Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DClParser.java120 String iniFile = ""; in getIniPath() local
126 iniFile = args[i + 1]; in getIniPath()
131 return iniFile; in getIniPath()
140 String iniFile = ""; in getRunnerIniPath() local
146 iniFile = args[i + 1]; in getRunnerIniPath()
151 return iniFile; in getRunnerIniPath()
H A DCfgParser.java40 protected String iniFile = ""; field in CfgParser
46 this.iniFile = ini; in CfgParser()
54 if (iniFile.equals("")) in getIniParameters()
66 cfg = getProperties(iniFile); in getIniParameters()
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx155 OUString iniFile; in getComponentContext() local
168 iniFile = iniFileName.makeStringAndClear(); in getComponentContext()
170 if( osl::DirectoryItem::get( iniFile, item ) == item.E_None ) in getComponentContext()
174 ctx = cppu::defaultBootstrap_InitialComponentContext (iniFile); in getComponentContext()
/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx465 OUString const & iniFile ) in defaultBootstrap_InitialComponentContext() argument
468 Bootstrap bootstrap( iniFile ); in defaultBootstrap_InitialComponentContext()
470 throw io::IOException(OUSTR("Cannot open for reading: ") + iniFile, 0); in defaultBootstrap_InitialComponentContext()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunner.java195 String iniFile = cli.getIniPath(args); in run() local
198 CfgParser ini = new CfgParser(iniFile); in run()
H A DRunnerService.java88 String iniFile = cli.getIniPath(arguments); in execute() local
91 CfgParser ini = new CfgParser(iniFile); in execute()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dbootstrap.hxx140 defaultBootstrap_InitialComponentContext(const ::rtl::OUString & iniFile) SAL_THROW( (::com::sun::s…

Completed in 34 milliseconds