Home
last modified time | relevance | path

Searched refs:m_aSeq (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx442 : 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
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx448 : 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
H A Dftpintreq.cxx157 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()
H A Dftpintreq.hxx171 com::sun::star::task::XInteractionContinuation > > m_aSeq; member in ftp::XInteractionRequestImpl
/aoo42x/main/framework/source/uiconfiguration/
H A Dgraphicnameaccess.cxx72 if ( m_aSeq.getLength() == 0 ) in getElementNames()
82 m_aSeq = aSeq; in getElementNames()
85 return m_aSeq; in getElementNames()
/aoo42x/main/desktop/source/app/
H A Dappinit.cxx352 Sequence<Any> m_aSeq; member in desktop::enable
354 enable() : m_aSeq(1) { in enable()
355 m_aSeq[0] <<= sal_True; in enable()
359 val.second->initialize(m_aSeq); in operator ()()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilinsreq.cxx133 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()
H A Dfilinsreq.hxx202 return m_aSeq; in getContinuations()
226 com::sun::star::task::XInteractionContinuation > > m_aSeq; member in fileaccess::XInteractionRequestImpl
/aoo42x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx61 uno::Sequence< beans::PropertyChangeEvent > m_aSeq; member in ucbhelper_impl::PropertyEventSequence
66 : 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()
/aoo42x/main/framework/inc/uiconfiguration/
H A Dgraphicnameaccess.hxx66 ::com::sun::star::uno::Sequence< rtl::OUString > m_aSeq;

Completed in 51 milliseconds