Searched refs:cppFile (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbamaker.cxx | 120 FileStream cppFile; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 125 cppFile.open(outPath); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 127 if(!cppFile.isValid()) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 138 cppFile << "#include <" in SAL_IMPLEMENT_MAIN_WITH_ARGS() 142 CorbaType::dumpDefaultHxxIncludes(cppFile); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 143 cppFile << "\n"; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 173 …produceAllTypes(tmpName, typeMgr, typeDependencies, &options, sal_False, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 177 …uceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 191 …if (!produceAllTypes("/", typeMgr, typeDependencies, &options, sal_True, cppFile, NULL, &generated… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 200 cppFile << "namespace bonobobridge {\n" in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|