/trunk/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 390 return createDesiredName( rArg.SourceURL, rArg.NewTitle ); in createDesiredName() 396 return createDesiredName( rArg.SourceURL, rArg.NewTitle ); in createDesiredName() 858 aValue <<= rContext.aArg.SourceURL; in transferProperties() 905 aPropValues[ nWritePos ].Value <<= rContext.aArg.SourceURL; in transferProperties() 1668 aSubCtx.aArg.SourceURL in globalTransfer_() 1824 rArg.SourceURL, // SourceURL in globalTransfer() 1867 aTransferArg.SourceURL, in globalTransfer() 1957 = createContentIdentifier( rArg.SourceURL ); in globalTransfer() 1973 uno::makeAny(rArg.SourceURL), in globalTransfer() 1994 uno::makeAny(rArg.SourceURL), in globalTransfer() [all …]
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 2048 = rInfo.SourceURL.copy( 0, TDOC_URL_SCHEME_LENGTH + 2 ) in transfer() 2063 Uri aSourceUri( rInfo.SourceURL ); in transfer() 2098 if ( rInfo.SourceURL.getLength() <= aId.getLength() ) in transfer() 2101 rInfo.SourceURL, rInfo.SourceURL.getLength() ) == 0 ) in transfer() 2108 uno::makeAny( rInfo.SourceURL ), in transfer() 2194 uno::makeAny( rInfo.SourceURL ), in transfer() 2228 uno::makeAny( rInfo.SourceURL ), in transfer() 2295 m_xSMgr, rInfo.SourceURL ); in transfer() 2314 uno::makeAny( rInfo.SourceURL ), in transfer() 2338 uno::makeAny( rInfo.SourceURL ), in transfer() [all …]
|
/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 1691 if ( ( rInfo.SourceURL.getLength() < HIERARCHY_URL_SCHEME_LENGTH + 2 ) || in transfer() 1692 ( rInfo.SourceURL.compareToAscii( HIERARCHY_URL_SCHEME ":/", in transfer() 1713 if ( rInfo.SourceURL.getLength() <= aId.getLength() ) in transfer() 1716 rInfo.SourceURL, rInfo.SourceURL.getLength() ) == 0 ) in transfer() 1723 uno::makeAny(rInfo.SourceURL), in transfer() 1741 = new ::ucbhelper::ContentIdentifier( m_xSMgr, rInfo.SourceURL ); in transfer() 1907 aInfo.SourceURL = aChildId; in transfer()
|
/trunk/main/fileaccess/source/ |
H A D | FileAccess.cxx | 104 …virtual void SAL_CALL copy( const ::rtl::OUString& SourceURL, const ::rtl::OUString& DestURL ) thr… 105 …virtual void SAL_CALL move( const ::rtl::OUString& SourceURL, const ::rtl::OUString& DestURL ) thr… 389 void OFileAccess::copy( const rtl::OUString& SourceURL, const rtl::OUString& DestURL ) in copy() argument 392 transferImpl( SourceURL, DestURL, sal_False ); in copy() 395 void OFileAccess::move( const rtl::OUString& SourceURL, const rtl::OUString& DestURL ) in move() argument 398 transferImpl( SourceURL, DestURL, sal_True ); in move()
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | XSimpleFileAccess.idl | 77 @param SourceURL 84 void copy( [in] string SourceURL, [in] string DestURL ) 90 @param SourceURL 97 void move( [in] string SourceURL, [in] string DestURL )
|
H A D | GlobalTransferCommandArgument.idl | 48 string SourceURL;
|
H A D | TransferInfo.idl | 50 string SourceURL;
|
/trunk/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 1900 if ( ( rInfo.SourceURL.getLength() == 0 ) || in transfer() 1901 ( rInfo.SourceURL.compareTo( in transfer() 1916 if ( rInfo.SourceURL.getLength() <= aId.getLength() ) in transfer() 1919 rInfo.SourceURL, rInfo.SourceURL.getLength() ) == 0 ) in transfer() 1926 uno::makeAny(rInfo.SourceURL), in transfer() 1944 = new ::ucbhelper::ContentIdentifier( m_xSMgr, rInfo.SourceURL ); in transfer() 2130 aInfo.SourceURL = aChildId; in transfer()
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XDocumentTemplates.idl | 99 @param SourceURL 112 [in] string SourceURL);
|
/trunk/main/sfx2/source/inc/ |
H A D | doctemplates.hxx | 85 const ::rtl::OUString& SourceURL ) throw( RUNTIMEEXCEPTION );
|
/trunk/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ResourceManager.java | 123 arg.SourceURL = sourceURL; in transferResource()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 1102 if( aTransferInfo.SourceURL.compareToAscii( "file:",5 ) != 0 ) in transfer() 1110 if( m_pMyShell->getUnqFromUrl( aTransferInfo.SourceURL,srcUnc ) ) in transfer()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | UCB.java | 135 aArg.SourceURL = fa.getURL(sourceDir,sourceFilename); in copyArg()
|
/trunk/main/sw/source/core/unocore/ |
H A D | swunohelper.cxx | 112 aInfo.SourceURL = rURL; in UCB_CopyFile()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 2732 CurlUri sourceURI( rArgs.SourceURL ); in transfer() 2832 = new ::ucbhelper::ContentIdentifier( xSMgr, rArgs.SourceURL ); in transfer()
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 1075 …GFile *pSource = g_file_new_for_uri(rtl::OUStringToOString(aTransferInfo.SourceURL, RTL_TEXTENCODI… in transfer()
|
/trunk/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 1142 aTransferInfo.SourceURL = pSource->GetTargetURL(); in CopyTo()
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackage.cxx | 1532 aInfo.SourceURL = sTempURL; in commitChanges()
|
/trunk/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 2531 aInfo.SourceURL = aSource.GetMainURL( INetURLObject::DECODE_TO_IURI ); in MakeUserStorage_Impl()
|