Lines Matching refs:aObjDescr
377 uno::Sequence< beans::PropertyValue > aObjDescr( xCopy.is() ? 2 : 1 ); in Get_Impl() local
378 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in Get_Impl()
379 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in Get_Impl()
382 aObjDescr[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CloneFrom" ) ); in Get_Impl()
383 aObjDescr[1].Value <<= xCopy; in Get_Impl()
391 aMediaDescr, aObjDescr ), uno::UNO_QUERY ); in Get_Impl()
420 uno::Sequence< beans::PropertyValue > aObjDescr( rArgs.getLength() + 1 ); in CreateEmbeddedObject() local
421 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in CreateEmbeddedObject()
422 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in CreateEmbeddedObject()
423 …::std::copy( rArgs.getConstArray(), rArgs.getConstArray() + rArgs.getLength(), aObjDescr.getArray(… in CreateEmbeddedObject()
426 aObjDescr ), uno::UNO_QUERY ); in CreateEmbeddedObject()
637 uno::Sequence< beans::PropertyValue > aObjDescr( 1 ); in InsertEmbeddedObject() local
638 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in InsertEmbeddedObject()
639 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in InsertEmbeddedObject()
641 pImpl->mxStorage, rNewName, aMedium, aObjDescr ), uno::UNO_QUERY ); in InsertEmbeddedObject()
672 uno::Sequence< beans::PropertyValue > aObjDescr( 1 ); in InsertEmbeddedLink() local
673 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in InsertEmbeddedLink()
674 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in InsertEmbeddedLink()
676 pImpl->mxStorage, rNewName, aMedium, aObjDescr ), uno::UNO_QUERY ); in InsertEmbeddedLink()
787 uno::Sequence< beans::PropertyValue > aObjDescr( 1 ); in CopyAndGetEmbeddedObject() local
788 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in CopyAndGetEmbeddedObject()
789 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in CopyAndGetEmbeddedObject()
795 aObjDescr ), in CopyAndGetEmbeddedObject()
813 uno::Sequence< beans::PropertyValue > aObjDescr( 1 ); in CopyAndGetEmbeddedObject() local
814 aObjDescr[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Parent" ) ); in CopyAndGetEmbeddedObject()
815 aObjDescr[0].Value <<= pImpl->m_xModel.get(); in CopyAndGetEmbeddedObject()
822 aObjDescr ), in CopyAndGetEmbeddedObject()