Searched refs:nNameClash (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sfx2/source/inc/ |
H A D | helper.hxx | 41 sal_Int32 nNameClash ); 61 … MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameClash = com::sun::star…
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | ucbhelper.hxx | 47 sal_Int32 nNameClash ); 62 … MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameClash = com::sun::star…
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 80 …ansfer_Impl( const String& rSource, const String& rDest, sal_Bool bMoveData, sal_Int32 nNameClash ) in Transfer_Impl() argument 105 …ransferInfo( bMoveData, aSourceObj.GetMainURL( INetURLObject::NO_DECODE ), aName, nNameClash ) ) ); in Transfer_Impl() 726 sal_Bool SfxContentHelper::MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameClash… in MoveTo() argument 728 return Transfer_Impl( rSource, rDest, sal_True, nNameClash ); in MoveTo()
|
/aoo41x/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 86 …ansfer_Impl( const String& rSource, const String& rDest, sal_Bool bMoveData, sal_Int32 nNameClash ) in Transfer_Impl() argument 111 …ransferInfo( bMoveData, aSourceObj.GetMainURL( INetURLObject::NO_DECODE ), aName, nNameClash ) ) ); in Transfer_Impl() 471 sal_Bool UCBContentHelper::MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameClash… in MoveTo() argument 473 return Transfer_Impl( rSource, rDest, sal_True, nNameClash ); in MoveTo()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfile.cxx | 2170 sal_Int32 nNameClash; in Transfer_Impl() local 2173 nNameClash = NameClash::ERROR; in Transfer_Impl() 2176 nNameClash = NameClash::RENAME; in Transfer_Impl() 2179 nNameClash = NameClash::OVERWRITE; in Transfer_Impl() 2183 …ontent.transferContent( aSourceContent, ::ucbhelper::InsertOperation_COPY, aFileName, nNameClash )) in Transfer_Impl()
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 499 sal_Int32 nNameClash = aArg.ReplaceExisting in execute() local 502 insert( nNameClash, Environment ); in execute()
|
/aoo41x/main/framework/source/services/ |
H A D | autorecovery.cxx | 3327 sal_Int32 nNameClash; in implts_copyFile() local 3329 nNameClash = css::ucb::NameClash::RENAME; in implts_copyFile() 3335 …ontent.transferContent(aSourceContent, ::ucbhelper::InsertOperation_COPY, sTargetName, nNameClash); in implts_copyFile()
|
/aoo41x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 599 sal_Int32 nNameClash = aArg.ReplaceExisting in execute() local 602 insert( aArg.Data, nNameClash, Environment ); in execute()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 554 sal_Int32 nNameClash = aArg.ReplaceExisting in execute() local 557 insert( aArg.Data, nNameClash, Environment ); in execute()
|
Completed in 102 milliseconds