Home
last modified time | relevance | path

Searched refs:m_pCurrent (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx286 :m_pCurrent( NULL ) in SQLExceptionIteratorHelper()
291 m_pCurrent = (const SQLException*)_rChainStart; in SQLExceptionIteratorHelper()
298 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
305 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
312 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
323 _out_rInfo = *m_pCurrent; in current()
327 _out_rInfo = *static_cast< const SQLWarning* >( m_pCurrent ); in current()
331 _out_rInfo = *static_cast< const SQLContext* >( m_pCurrent ); in current()
346 if ( !m_pCurrent ) in next()
356 m_pCurrent = NULL; in next()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dsequence.hxx142 const TYPE* m_pCurrent; member in comphelper::OSequenceIterator
164 ,m_pCurrent(NULL) in OSequenceIterator()
174 ,m_pCurrent(NULL) in OSequenceIterator()
193 m_pCurrent = m_pElements; in construct()
200 return m_pCurrent - m_pElements < m_nLen; in hasMoreElements()
207 return ::com::sun::star::uno::makeAny(*m_pCurrent++); in nextElement()
/trunk/main/connectivity/inc/connectivity/
H A Ddbexception.hxx163 const ::com::sun::star::sdbc::SQLException* m_pCurrent; member in dbtools::SQLExceptionIteratorHelper
201 sal_Bool hasMoreElements() const { return ( m_pCurrent != NULL ); } in hasMoreElements()
210 const ::com::sun::star::sdbc::SQLException* current() const { return m_pCurrent; } in current()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch291 m_pCurrent = helper(m_pBase);
292 m_pTop = m_pCurrent > m_pTop ? m_pCurrent : m_pTop;
302 if (m_pCurrent < &m_pBase[m_nMaxElements]) {
309 *m_pCurrent = Element;
310 m_pCurrent++;
311 m_pTop = m_pCurrent > m_pTop ? m_pCurrent : m_pTop;

Completed in 44 milliseconds