Searched refs:CopyFile (Results 1 – 16 of 16) sorted by relevance
/trunk/main/tools/inc/tools/ |
H A D | postsys.h | 116 #ifdef CopyFile 117 #undef CopyFile 124 #define WIN_CopyFile CopyFile
|
H A D | postwin.h | 129 #ifdef CopyFile 130 #undef CopyFile 137 #define WIN_CopyFile CopyFile
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/ |
H A D | HtmlGenerator.java | 99 CopyFile("linking-template.html", true); in Generate() 106 private void CopyFile ( in CopyFile() method in HtmlGenerator 135 CopyFile("display.css", false); in CopyFile() 138 CopyFile("code.js", false); in CopyFile()
|
/trunk/main/migrationanalysis/src/driver_docs/ |
H A D | CreateDriverDocs.wsf | 169 If daFso.FileExists( wrdPath ) Then daFso.CopyFile wrdPath, wrdPath & ".bak" 170 If daFso.FileExists( xlsPath ) Then daFso.CopyFile xlsPath, xlsPath & ".bak" 171 If daFso.FileExists( ppPath ) Then daFso.CopyFile ppPath, ppPath & ".bak"
|
/trunk/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | copyextensiondata.cxx | 110 fSuccess = CopyFile( sSourceFile.c_str(), sDestFile.c_str(), bFailIfExist ); in copyExtensionData()
|
/trunk/main/l10ntools/source/ |
H A D | helpmerge.cxx | 481 if( !Export::CopyFile( sTempFile , sTempFileCopy ) ) in MergeSingleFile() 488 if( !Export::CopyFile( sTempFile , sTempFileCopy ) ) in MergeSingleFile()
|
H A D | export2.cxx | 340 bool Export::CopyFile( const ByteString& source , const ByteString& dest ) in CopyFile() function in Export
|
/trunk/main/svx/inc/svx/ |
H A D | galmisc.hxx | 111 sal_Bool CopyFile( const INetURLObject& rSrcURL, const INetURLObject& rDstURL );
|
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.hxx | 208 bool CopyFile( const String& rSourceFile, const String& rDestPath );
|
H A D | htmlex.cxx | 3106 CopyFile( rSoundFile, maExportPath ); in InsertSound() 3113 bool HtmlExport::CopyFile( const String& rSourceFile, const String& rDestPath ) in CopyFile() function in HtmlExport
|
/trunk/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 724 CopyFile( aTmpURL, aInURL ); in Actualize() 738 CopyFile( aTmpURL, GetSdvURL() ); in Actualize()
|
H A D | galmisc.cxx | 339 sal_Bool CopyFile( const INetURLObject& rSrcURL, const INetURLObject& rDstURL ) in CopyFile() function
|
/trunk/main/l10ntools/inc/ |
H A D | export.hxx | 313 static bool CopyFile( const ByteString& source , const ByteString& dest );
|
/trunk/main/sal/osl/w32/ |
H A D | file.cxx | 1150 if ( CopyFile( src, dst, FALSE ) ) in osl_copyFile()
|
/trunk/main/crashrep/source/win32/ |
H A D | soreport.cpp | 770 return CopyFile( g_szDumpFileName, szFileName, FALSE ); in SaveDumpFile()
|
/trunk/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 2269 fso.CopyFile Source, dest
|
Completed in 103 milliseconds