Home
last modified time | relevance | path

Searched refs:m_pElements (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx256 m_pElements->reFill(_rVector); in OCollection()
298 m_pElements->clear(); in clear_NoDispose()
299 m_pElements->swapAll(); in clear_NoDispose()
312 m_pElements->swap(); in disposing()
328 if ( !m_pElements->exists(aName) ) in getByName()
360 m_pElements->reFill(_rVector); in reFill()
386 if ( m_pElements->exists(sName) ) in appendByDescriptor()
499 return !m_pElements->empty(); in hasElements()
505 return m_pElements->size(); in getCount()
511 return m_pElements->exists(aName); in hasByName()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dsequence.hxx140 const TYPE* m_pElements; member in comphelper::OSequenceIterator
162 :m_pElements(NULL) in OSequenceIterator()
172 :m_pElements(NULL) in OSequenceIterator()
191 m_pElements = _rSeq.getConstArray(); in construct()
193 m_pCurrent = m_pElements; in construct()
200 return m_pCurrent - m_pElements < m_nLen; in hasMoreElements()
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx99 ::std::auto_ptr<IObjectCollection> m_pElements;
172 return m_pElements->findColumnAtIndex(_nIndex); in getElementName()
188 inline sal_Bool isCaseSensitive() const { return m_pElements->isCaseSensitive(); } in isCaseSensitive()
/trunk/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx156 if ( !m_pElements->exists(sName) ) // this name wasn't inserted yet so it must be te new one in appendObject()
/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx246 if ( !m_pElements->exists(sName) ) // this name wasn't inserted yet so it must be te new one in appendObject()
/trunk/main/dbaccess/source/core/api/
H A Dcolumn.cxx255 OSL_ENSURE( !m_pElements->exists( _rName ),"OColumns::append: Column already exists"); in append()

Completed in 31 milliseconds