Home
last modified time | relevance | path

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

/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx65 OString outPath; in dump() local
67 outPath = pOptions->getOption("-O"); in dump()
70 OString hFileName = createFileNameFromType(outPath, m_typeName, ".idl"); in dump()
83 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tml"); in dump()
1043 OString outPath; in dump() local
1045 outPath = pOptions->getOption("-O"); in dump()
1056 OString hFileName = createFileNameFromType(outPath, tmpName, ".idl"); in dump()
1069 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tml"); in dump()
1180 OString outPath; in dump() local
1182 outPath = pOptions->getOption("-O"); in dump()
[all …]
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbamaker.cxx123 OString outPath; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
125 outPath = options.getOption("-O"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
127 cppFile.open(outPath); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
132 message += outPath + " for writing"; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx122 OString outPath; in dump() local
124 outPath = pOptions->getOption("-O"); in dump()
127 OString hFileName = createFileNameFromType(outPath, m_typeName, ".h"); in dump()
140 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tmh"); in dump()
175 outPath = pOptions->getOption("-OC"); in dump()
177 outPath = OString(); in dump()
189 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tmc"); in dump()
2530 OString outPath; in dump() local
2532 outPath = pOptions->getOption("-O"); in dump()
2731 OString outPath; in dump() local
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx121 return dumpFile(options, ".hdl", m_typeName, outPath) in dumpFiles()
122 && dumpFile(options, ".hpp", m_typeName, outPath); in dumpFiles()
223 OString outPath; in dump() local
225 outPath = pOptions->getOption("-O"); in dump()
227 return dumpFiles(pOptions, outPath); in dump()
2176 OString outPath; in dump() local
2178 outPath = pOptions->getOption("-O"); in dump()
2180 return dumpFiles(pOptions, outPath); in dump()
2286 CppuOptions * options, rtl::OString const & outPath) in dumpFiles() argument
2294 return dumpFile(options, ".hdl", tmpName, outPath) in dumpFiles()
[all …]
H A Dcpputype.hxx110 virtual bool dumpFiles(CppuOptions * options, rtl::OString const & outPath);
241 virtual bool dumpFiles(CppuOptions * options, rtl::OString const & outPath);
341 virtual bool dumpFiles(CppuOptions * options, rtl::OString const & outPath);

Completed in 61 milliseconds