Searched refs:aObjDescr (Results 1 – 1 of 1) sorted by relevance
376 uno::Sequence< beans::PropertyValue > aObjDescr( xCopy.is() ? 2 : 1 ); in Get_Impl() local377 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in Get_Impl()378 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in Get_Impl()381 aObjDescr[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CloneFrom" ) ); in Get_Impl()382 aObjDescr[1].Value <<= xCopy; in Get_Impl()390 aMediaDescr, aObjDescr ), uno::UNO_QUERY ); in Get_Impl()419 uno::Sequence< beans::PropertyValue > aObjDescr( rArgs.getLength() + 1 ); in CreateEmbeddedObject() local420 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in CreateEmbeddedObject()421 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in CreateEmbeddedObject()422 …::std::copy( rArgs.getConstArray(), rArgs.getConstArray() + rArgs.getLength(), aObjDescr.getArray(… in CreateEmbeddedObject()[all …]