Home
last modified time | relevance | path

Searched refs:xCopy (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx357 …r::Get_Impl( const ::rtl::OUString& rName, const uno::Reference < embed::XEmbeddedObject >& xCopy ) in Get_Impl() argument
378 uno::Sequence< beans::PropertyValue > aObjDescr( xCopy.is() ? 2 : 1 ); in Get_Impl()
381 if ( xCopy.is() ) in Get_Impl()
384 aObjDescr[1].Value <<= xCopy; in Get_Impl()
/AOO41X/main/comphelper/inc/comphelper/
H A Dembeddedobjectcontainer.hxx58 … const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& xCopy);