Lines Matching refs:aSeq
71 css::uno::Sequence< css::beans::PropertyValue > aSeq( SVXGALLERYITEM_PARAMS ); in QueryValue() local
73 aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_TYPE )); in QueryValue()
74 aSeq[0].Value <<= m_nType; in QueryValue()
75 aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_LINK )); in QueryValue()
76 aSeq[1].Value <<= m_bIsLink; in QueryValue()
77 aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_URL )); in QueryValue()
78 aSeq[2].Value <<= m_aURL; in QueryValue()
79 aSeq[3].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_FILTER )); in QueryValue()
80 aSeq[3].Value <<= m_aURL; in QueryValue()
81 aSeq[4].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_DRAWING )); in QueryValue()
82 aSeq[4].Value <<= m_xDrawing; in QueryValue()
83 aSeq[5].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_GRAPHIC )); in QueryValue()
84 aSeq[5].Value <<= m_xGraphic; in QueryValue()
86 rVal <<= aSeq; in QueryValue()
93 css::uno::Sequence< css::beans::PropertyValue > aSeq; in PutValue() local
95 if ( !( rVal >>= aSeq ) || ( aSeq.getLength() < SVXGALLERYITEM_PARAMS ) ) in PutValue()
108 const css::beans::PropertyValue *pProp = aSeq.getConstArray(); in PutValue()
109 const css::beans::PropertyValue *pEnd = pProp + aSeq.getLength(); in PutValue()