Searched refs:CopyScript (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 2921 bool HtmlExport::CopyScript( const String& rPath, const String& rSource, const String& rDest, bool … in CopyScript() function in HtmlExport 3010 if(!CopyScript(maExportPath, aScript, aScript)) in CreateASPScripts() 3014 if(!CopyScript(maExportPath, String(RTL_CONSTASCII_USTRINGPARAM("edit.asp")), maIndex )) in CreateASPScripts() 3030 if(!CopyScript(maExportPath, aScript, aScript, true)) in CreatePERLScripts() 3034 if(!CopyScript(maExportPath, String( RTL_CONSTASCII_USTRINGPARAM("edit.pl")), maIndex, true )) in CreatePERLScripts() 3037 if(!CopyScript(maExportPath, String( RTL_CONSTASCII_USTRINGPARAM("index.pl")), maIndexUrl, true )) in CreatePERLScripts()
|
H A D | htmlex.hxx | 209 …bool CopyScript( const String& rPath, const String& rSource, const String& rDest, bool bUnix = fal…
|
Completed in 91 milliseconds