Searched refs:m_aSeq (Results 1 – 10 of 10) sorted by relevance
442 : m_aSeq( aSeq ) in XPropertySetInfoImpl()470 return m_aSeq; in getProperties()477 for( int i = 0; i < m_aSeq.getLength(); ++i ) in getPropertyByName()478 if( aName == m_aSeq[i].Name ) in getPropertyByName()479 return m_aSeq[i]; in getPropertyByName()486 for( int i = 0; i < m_aSeq.getLength(); ++i ) in hasPropertyByName()487 if( Name == m_aSeq[i].Name ) in hasPropertyByName()494 uno::Sequence< beans::Property > m_aSeq; member in XPropertySetInfoImpl
448 : m_aSeq( aSeq ) in XPropertySetInfoImpl()477 return m_aSeq; in getProperties()484 for( int i = 0; i < m_aSeq.getLength(); ++i ) in getPropertyByName()485 if( aName == m_aSeq[i].Name ) in getPropertyByName()486 return m_aSeq[i]; in getPropertyByName()493 for( int i = 0; i < m_aSeq.getLength(); ++i ) in hasPropertyByName()494 if( Name == m_aSeq[i].Name ) in hasPropertyByName()501 uno::Sequence< beans::Property > m_aSeq; member in XPropertySetInfoImpl
157 m_aSeq( 2 ) in XInteractionRequestImpl()159 m_aSeq[0] = Reference<XInteractionContinuation>(p1); in XInteractionRequestImpl()160 m_aSeq[1] = Reference<XInteractionContinuation>(p2); in XInteractionRequestImpl()218 return m_aSeq; in getContinuations()
171 com::sun::star::task::XInteractionContinuation > > m_aSeq; member in ftp::XInteractionRequestImpl
72 if ( m_aSeq.getLength() == 0 ) in getElementNames()82 m_aSeq = aSeq; in getElementNames()85 return m_aSeq; in getElementNames()
352 Sequence<Any> m_aSeq; member in desktop::enable354 enable() : m_aSeq(1) { in enable()355 m_aSeq[0] <<= sal_True; in enable()359 val.second->initialize(m_aSeq); in operator ()()
133 m_aSeq( 2 ), in XTYPEPROVIDER_IMPL_2()139 m_aSeq[0] = Reference<XInteractionContinuation>(p1); in XTYPEPROVIDER_IMPL_2()140 m_aSeq[1] = Reference<XInteractionContinuation>(p2); in XTYPEPROVIDER_IMPL_2()
202 return m_aSeq; in getContinuations()226 com::sun::star::task::XInteractionContinuation > > m_aSeq; member in fileaccess::XInteractionRequestImpl
61 uno::Sequence< beans::PropertyChangeEvent > m_aSeq; member in ucbhelper_impl::PropertyEventSequence66 : m_aSeq( nSize ), m_nPos( 0 ) {}; in PropertyEventSequence()69 { m_aSeq.getArray()[ m_nPos ] = rEvt; ++m_nPos; } in append()72 { m_aSeq.realloc( m_nPos ); return m_aSeq; } in getEvents()
66 ::com::sun::star::uno::Sequence< rtl::OUString > m_aSeq;
Completed in 39 milliseconds