Home
last modified time | relevance | path

Searched refs:SourceURL (Results 1 – 19 of 19) sorted by relevance

/aoo41x/main/ucb/source/core/
H A Ducbcmds.cxx390 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 …]
/aoo41x/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx2048 = 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 …]
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1691 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()
/aoo41x/main/fileaccess/source/
H A DFileAccess.cxx102 …virtual void SAL_CALL copy( const ::rtl::OUString& SourceURL, const ::rtl::OUString& DestURL ) thr…
103 …virtual void SAL_CALL move( const ::rtl::OUString& SourceURL, const ::rtl::OUString& DestURL ) thr…
387 void OFileAccess::copy( const rtl::OUString& SourceURL, const rtl::OUString& DestURL ) in copy() argument
390 transferImpl( SourceURL, DestURL, sal_False ); in copy()
393 void OFileAccess::move( const rtl::OUString& SourceURL, const rtl::OUString& DestURL ) in move() argument
396 transferImpl( SourceURL, DestURL, sal_True ); in move()
/aoo41x/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess.idl77 @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 DGlobalTransferCommandArgument.idl48 string SourceURL;
H A DTransferInfo.idl50 string SourceURL;
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx1900 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()
/aoo41x/main/offapi/com/sun/star/frame/
H A DXDocumentTemplates.idl99 @param SourceURL
112 [in] string SourceURL);
/aoo41x/main/sfx2/source/inc/
H A Ddoctemplates.hxx85 const ::rtl::OUString& SourceURL ) throw( RUNTIMEEXCEPTION );
/aoo41x/main/odk/examples/DevelopersGuide/UCB/
H A DResourceManager.java123 arg.SourceURL = sourceURL; in transferResource()
/aoo41x/main/sw/source/core/unocore/
H A Dswunohelper.cxx109 aInfo.SourceURL = rURL; in UCB_CopyFile()
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DUCB.java135 aArg.SourceURL = fa.getURL(sourceDir,sourceFilename); in copyArg()
/aoo41x/main/ucb/source/ucp/file/
H A Dbc.cxx1102 if( aTransferInfo.SourceURL.compareToAscii( "file:",5 ) != 0 ) in transfer()
1110 if( m_pMyShell->getUnqFromUrl( aTransferInfo.SourceURL,srcUnc ) ) in transfer()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx2732 SerfUri sourceURI( rArgs.SourceURL ); in transfer()
2832 = new ::ucbhelper::ContentIdentifier( xSMgr, rArgs.SourceURL ); in transfer()
/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_content.cxx1075 …GFile *pSource = g_file_new_for_uri(rtl::OUStringToOString(aTransferInfo.SourceURL, RTL_TEXTENCODI… in transfer()
/aoo41x/main/sfx2/source/doc/
H A Ddoctempl.cxx1142 aTransferInfo.SourceURL = pSource->GetTargetURL(); in CopyTo()
/aoo41x/main/package/source/zippackage/
H A DZipPackage.cxx1532 aInfo.SourceURL = sTempURL; in commitChanges()
/aoo41x/main/editeng/source/misc/
H A Dsvxacorr.cxx2531 aInfo.SourceURL = aSource.GetMainURL( INetURLObject::DECODE_TO_IURI ); in MakeUserStorage_Impl()

Completed in 111 milliseconds