Searched refs:MoveFile (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | vistaspecial.cxx | 189 bool bSuccess = MoveFile( sRenameSrc.c_str(), sRenameDst.c_str() ); in RenamePrgFolder() 196 bSuccess = MoveFile( sRenameSrc.c_str(), sRenameDst.c_str() ); in RenamePrgFolder()
|
H A D | checkrunningoffice.cxx | 240 bool bSuccess = MoveFile( sRenameSrc.c_str(), sRenameDst.c_str() ); in IsOfficeRunning() 244 MoveFile( sRenameDst.c_str(), sRenameSrc.c_str() ); in IsOfficeRunning()
|
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 273 MoveFile Component_ N Component 1 Identifier If this component is not "selected" for installatio… 274 MoveFile DestFolder N Identifier Name of a property whose value is assumed to resolve to the f… 275 MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied… 276 MoveFile FileKey N Identifier Primary key that uniquely identifies a particular MoveFile record 277 MoveFile Options N 0 1 Integer value specifying the MoveFile operating mode, one of imfoEnum 278 MoveFile SourceFolder Y Identifier Name of a property whose value is assumed to resolve to the… 279 MoveFile SourceName Y Text Name of the source file(s) to be moved or copied. Can contain the …
|
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 273 MoveFile Component_ N Component 1 Identifier If this component is not "selected" for installatio… 274 MoveFile DestFolder N Identifier Name of a property whose value is assumed to resolve to the f… 275 MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied… 276 MoveFile FileKey N Identifier Primary key that uniquely identifies a particular MoveFile record 277 MoveFile Options N 0 1 Integer value specifying the MoveFile operating mode, one of imfoEnum 278 MoveFile SourceFolder Y Identifier Name of a property whose value is assumed to resolve to the… 279 MoveFile SourceName Y Text Name of the source file(s) to be moved or copied. Can contain the …
|
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 273 MoveFile Component_ N Component 1 Identifier If this component is not "selected" for installatio… 274 MoveFile DestFolder N Identifier Name of a property whose value is assumed to resolve to the f… 275 MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied… 276 MoveFile FileKey N Identifier Primary key that uniquely identifies a particular MoveFile record 277 MoveFile Options N 0 1 Integer value specifying the MoveFile operating mode, one of imfoEnum 278 MoveFile SourceFolder Y Identifier Name of a property whose value is assumed to resolve to the… 279 MoveFile SourceName Y Text Name of the source file(s) to be moved or copied. Can contain the …
|
/aoo41x/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 273 MoveFile Component_ N Component 1 Identifier If this component is not "selected" for installatio… 274 MoveFile DestFolder N Identifier Name of a property whose value is assumed to resolve to the f… 275 MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied… 276 MoveFile FileKey N Identifier Primary key that uniquely identifies a particular MoveFile record 277 MoveFile Options N 0 1 Integer value specifying the MoveFile operating mode, one of imfoEnum 278 MoveFile SourceFolder Y Identifier Name of a property whose value is assumed to resolve to the… 279 MoveFile SourceName Y Text Name of the source file(s) to be moved or copied. Can contain the …
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 150 …SC_DLLPRIVATE static sal_Bool MoveFile( const INetURLObject& rSource, const INetURLObject& rDest …
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 160 sal_Bool ScDocShell::MoveFile( const INetURLObject& rSourceObj, const INetURLObject& rDestObj ) in MoveFile() function in ScDocShell
|
H A D | docsh.cxx | 2281 if ( bRet && !MoveFile( aTmpFile, aDbtFile ) ) in ConvertTo()
|
/aoo41x/main/tools/source/fsys/ |
H A D | dirent.cxx | 2817 MoveFile( bFrom.GetBuffer(), bTo.GetBuffer() ); in MoveTo()
|
Completed in 98 milliseconds