Searched refs:m_pElements (Results 1 – 6 of 6) sorted by relevance
250 m_pElements.reset(new OHardRefMap< ObjectType >(_bCase)); in OCollection()254 m_pElements.reset(new OHardRefMap< WeakReference< XPropertySet> >(_bCase)); in OCollection()256 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()318 if (Index < 0 || Index >= m_pElements->size() ) in getByIndex()328 if ( !m_pElements->exists(aName) ) in getByName()338 return makeAny(getObject(m_pElements->findColumn(aName))); in getByName()344 return m_pElements->getElementNames(); in getElementNames()[all …]
140 const TYPE* m_pElements; member in comphelper::OSequenceIterator162 :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()
99 ::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()
156 … if ( !m_pElements->exists(sName) ) // this name wasn't inserted yet so it must be te new one in appendObject()
246 … if ( !m_pElements->exists(sName) ) // this name wasn't inserted yet so it must be te new one in appendObject()
255 OSL_ENSURE( !m_pElements->exists( _rName ),"OColumns::append: Column already exists"); in append()