Home
last modified time | relevance | path

Searched refs:CopyFile (Results 1 – 16 of 16) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dpostsys.h116 #ifdef CopyFile
117 #undef CopyFile
124 #define WIN_CopyFile CopyFile
H A Dpostwin.h129 #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 DHtmlGenerator.java99 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 DCreateDriverDocs.wsf169 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 Dcopyextensiondata.cxx110 fSuccess = CopyFile( sSourceFile.c_str(), sDestFile.c_str(), bFailIfExist ); in copyExtensionData()
/trunk/main/l10ntools/source/
H A Dhelpmerge.cxx481 if( !Export::CopyFile( sTempFile , sTempFileCopy ) ) in MergeSingleFile()
488 if( !Export::CopyFile( sTempFile , sTempFileCopy ) ) in MergeSingleFile()
H A Dexport2.cxx340 bool Export::CopyFile( const ByteString& source , const ByteString& dest ) in CopyFile() function in Export
/trunk/main/svx/inc/svx/
H A Dgalmisc.hxx111 sal_Bool CopyFile( const INetURLObject& rSrcURL, const INetURLObject& rDstURL );
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx208 bool CopyFile( const String& rSourceFile, const String& rDestPath );
H A Dhtmlex.cxx3106 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 Dgaltheme.cxx724 CopyFile( aTmpURL, aInURL ); in Actualize()
738 CopyFile( aTmpURL, GetSdvURL() ); in Actualize()
H A Dgalmisc.cxx339 sal_Bool CopyFile( const INetURLObject& rSrcURL, const INetURLObject& rDstURL ) in CopyFile() function
/trunk/main/l10ntools/inc/
H A Dexport.hxx313 static bool CopyFile( const ByteString& source , const ByteString& dest );
/trunk/main/sal/osl/w32/
H A Dfile.cxx1150 if ( CopyFile( src, dst, FALSE ) ) in osl_copyFile()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp770 return CopyFile( g_szDumpFileName, szFileName, FALSE ); in SaveDumpFile()
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.frm2269 fso.CopyFile Source, dest

Completed in 95 milliseconds