Searched refs:tmpFileName (Results 1 – 8 of 8) sorted by relevance
/trunk/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | testProperty.cxx | 271 … OString tmpFileName = getTempFileName(OUString::createFromAscii("testPropertyPool_int.dot")); in testPropertyPool() local 272 printf("Pool dump: %s\n", tmpFileName.getStr()); in testPropertyPool() 273 FileLoggerImpl fl(tmpFileName.getStr()); in testPropertyPool() 371 … OString tmpFileName = getTempFileName(OUString::createFromAscii("testComplexParaProps_int.dot")); in testComplexParagraphProperty() local 372 printf("Pool dump: %s\n", tmpFileName.getStr()); in testComplexParagraphProperty() 373 FileLoggerImpl fl(tmpFileName.getStr()); in testComplexParagraphProperty() 504 printf("Pool dump: %s\n", tmpFileName.getStr()); in testPropertyPoolGarbageCollection() 505 FileLoggerImpl fl(tmpFileName.getStr()); in testPropertyPoolGarbageCollection() 510 … OString tmpFileName = getTempFileName(OUString::createFromAscii("testPropPoolGarbageColl_2.dot")); in testPropertyPoolGarbageCollection() local 511 printf("Pool dump: %s\n", tmpFileName.getStr()); in testPropertyPoolGarbageCollection() [all …]
|
/trunk/main/codemaker/source/codemaker/ |
H A D | global.cxx | 182 sal_Bool checkFileContent(const OString& targetFileName, const OString& tmpFileName) in checkFileContent() argument 185 FILE *tmp = fopen(tmpFileName.getStr(), "r"); in checkFileContent() 214 sal_Bool makeValidTypeFile(const OString& targetFileName, const OString& tmpFileName, in makeValidTypeFile() argument 218 if (checkFileContent(targetFileName, tmpFileName)) { in makeValidTypeFile() 220 if ( !rename(tmpFileName.getStr(), targetFileName.getStr()) ) in makeValidTypeFile() 223 return removeTypeFile(tmpFileName); in makeValidTypeFile() 229 if ( rename(tmpFileName.getStr(), targetFileName.getStr()) ) { in makeValidTypeFile()
|
/trunk/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 69 OString tmpFileName; in dump() local 83 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tml"); in dump() 92 hFile.open(tmpFileName); in dump() 108 ret = checkFileContent(hFileName, tmpFileName); in dump() 1055 OString tmpFileName; in dump() local 1069 tmpFileName = createFileNameFromType(outPath, m_typeName, ".tml"); in dump() 1078 hFile.open(tmpFileName); in dump() 1094 ret = checkFileContent(hFileName, tmpFileName); in dump() 1184 OString tmpFileName; in dump() local 1207 hFile.open(tmpFileName); in dump() [all …]
|
/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | cppcompskeleton.cxx | 1021 OString tmpFileName; in generateSkeleton() local 1024 &pofs, compFileName, tmpFileName); in generateSkeleton() 1086 OSL_VERIFY(makeValidTypeFile(compFileName, tmpFileName, sal_False)); in generateSkeleton() 1102 removeTypeFile(tmpFileName); in generateSkeleton() 1183 OString tmpFileName; in generateCalcAddin() local 1186 &pofs, compFileName, tmpFileName); in generateCalcAddin() 1250 OSL_VERIFY(makeValidTypeFile(compFileName, tmpFileName, sal_False)); in generateCalcAddin() 1266 removeTypeFile(tmpFileName); in generateCalcAddin()
|
H A D | javacompskeleton.cxx | 943 OString tmpFileName; in generateSkeleton() local 946 &pofs, compFileName, tmpFileName); in generateSkeleton() 970 OSL_VERIFY(makeValidTypeFile(compFileName, tmpFileName, sal_False)); in generateSkeleton() 986 removeTypeFile(tmpFileName); in generateSkeleton()
|
/trunk/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 126 OString tmpFileName; in dump() local 149 hFile.open(tmpFileName); in dump() 165 ret = checkFileContent(hFileName, tmpFileName); in dump() 198 cFile.open(tmpFileName); in dump() 214 ret = checkFileContent(cFileName, tmpFileName); in dump() 2542 OString tmpFileName; in dump() local 2565 hFile.open(tmpFileName); in dump() 2581 ret = checkFileContent(hFileName, tmpFileName); in dump() 2735 OString tmpFileName; in dump() local 2758 hFile.open(tmpFileName); in dump() [all …]
|
/trunk/main/writerfilter/qa/cppunittests/sl/ |
H A D | testOD_SL.cxx | 92 OString tmpFileName = getTempFileName(OUString::createFromAscii("dumpSlPool_int.dot")); in test() local 93 printf("Pool dump: %s\n", tmpFileName.getStr()); in test() 94 FileLoggerImpl fl(tmpFileName.getStr()); in test()
|
/trunk/main/codemaker/inc/codemaker/ |
H A D | global.hxx | 127 const ::rtl::OString& tmpFileName,
|
Completed in 60 milliseconds