Searched refs:outPath (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/codemaker/source/idlmaker/ |
| H A D | idltype.cxx | 64 OString outPath; in dump() local 66 outPath = pOptions->getOption("-O"); in dump() 69 OString hFileName = createFileNameFromType(outPath, m_typeName, ".idl"); in dump() 82 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tml"); in dump() 1038 OString outPath; in dump() local 1040 outPath = pOptions->getOption("-O"); in dump() 1051 OString hFileName = createFileNameFromType(outPath, tmpName, ".idl"); in dump() 1064 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tml"); in dump() 1173 OString outPath; in dump() local 1175 outPath = pOptions->getOption("-O"); in dump() [all …]
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbamaker.cxx | 119 OString outPath; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 121 outPath = options.getOption("-O"); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 123 cppFile.open(outPath); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 128 message += outPath + " for writing"; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 121 OString outPath; in dump() local 123 outPath = pOptions->getOption("-O"); in dump() 126 OString hFileName = createFileNameFromType(outPath, m_typeName, ".h"); in dump() 139 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tmh"); in dump() 174 outPath = pOptions->getOption("-OC"); in dump() 176 outPath = OString(); in dump() 178 OString cFileName = createFileNameFromType(outPath, m_typeName, ".c"); in dump() 188 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tmc"); in dump() 2523 OString outPath; in dump() local 2525 outPath = pOptions->getOption("-O"); in dump() [all …]
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.cxx | 120 bool CppuType::dumpFiles(CppuOptions * options, rtl::OString const & outPath) { in dumpFiles() argument 121 return dumpFile(options, ".hdl", m_typeName, outPath) in dumpFiles() 122 && dumpFile(options, ".hpp", m_typeName, outPath); in dumpFiles() 222 OString outPath; in dump() local 224 outPath = pOptions->getOption("-O"); in dump() 226 return dumpFiles(pOptions, outPath); in dump() 2165 OString outPath; in dump() local 2167 outPath = pOptions->getOption("-O"); in dump() 2169 return dumpFiles(pOptions, outPath); in dump() 2272 CppuOptions * options, rtl::OString const & outPath) in dumpFiles() argument [all …]
|
| H A D | cpputype.hxx | 109 virtual bool dumpFiles(CppuOptions * options, rtl::OString const & outPath); 240 virtual bool dumpFiles(CppuOptions * options, rtl::OString const & outPath); 339 virtual bool dumpFiles(CppuOptions * options, rtl::OString const & outPath);
|