Searched refs:aObjDescr (Results 1 – 1 of 1) sorted by relevance
378 uno::Sequence< beans::PropertyValue > aObjDescr( xCopy.is() ? 2 : 1 ); in Get_Impl() local379 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in Get_Impl()380 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in Get_Impl()383 aObjDescr[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CloneFrom" ) ); in Get_Impl()384 aObjDescr[1].Value <<= xCopy; in Get_Impl()392 aMediaDescr, aObjDescr ), uno::UNO_QUERY ); in Get_Impl()421 uno::Sequence< beans::PropertyValue > aObjDescr( rArgs.getLength() + 1 ); in CreateEmbeddedObject() local422 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in CreateEmbeddedObject()423 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in CreateEmbeddedObject()424 …::std::copy( rArgs.getConstArray(), rArgs.getConstArray() + rArgs.getLength(), aObjDescr.getArray(… in CreateEmbeddedObject()[all …]