Home
last modified time | relevance | path

Searched refs:xContId (Results 1 – 3 of 3) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx789 css::uno::Reference< css::ucb::XContentIdentifier > xContId( in impl_openStreamWithURL() local
791 if ( xContId.is() ) in impl_openStreamWithURL()
792 aScheme = xContId->getContentProviderScheme(); in impl_openStreamWithURL()
811 css::uno::Reference< css::ucb::XContentIdentifier > xContId( in impl_openStreamWithURL() local
814 if ( xContId.is() ) in impl_openStreamWithURL()
815 aScheme = xContId->getContentProviderScheme(); in impl_openStreamWithURL()
/trunk/main/svl/source/misc/
H A Dsharecontrolfile.cxx92 …uno::Reference< ucb::XContentIdentifier > xContId( aContent.get().is() ? aContent.get()->getIdenti… in OpenStream() local
93 …if ( !xContId.is() || !xContId->getContentProviderScheme().equals( ::rtl::OUString( RTL_CONSTASCII… in OpenStream()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx949 Reference<XContentIdentifier> xContId( in UCBOpenContentSync() local
953 if(xContId.is()) in UCBOpenContentSync()
954 aScheme = xContId->getContentProviderScheme(); in UCBOpenContentSync()
1054 xContId.is() ? in UCBOpenContentSync()
1055 xContId->getContentIdentifier() : in UCBOpenContentSync()

Completed in 33 milliseconds