Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/ado/
H A DAIndex.cxx50 m_aIndex = WpADOIndex(_pIndex); in OAdoIndex()
59 m_aIndex.Create(); in OAdoIndex()
69 if ( m_aIndex.IsValid() ) in refreshColumns()
71 aColumns = m_aIndex.get_Columns(); in refreshColumns()
108 if(m_aIndex.IsValid()) in setFastPropertyValue_NoBroadcast()
116 m_aIndex.put_Name(aVal); in setFastPropertyValue_NoBroadcast()
123 m_aIndex.put_Name(aVal); in setFastPropertyValue_NoBroadcast()
127 m_aIndex.put_Unique(getBOOL(rValue)); in setFastPropertyValue_NoBroadcast()
130 m_aIndex.put_PrimaryKey(getBOOL(rValue)); in setFastPropertyValue_NoBroadcast()
133 m_aIndex.put_Clustered(getBOOL(rValue)); in setFastPropertyValue_NoBroadcast()
H A DADatabaseMetaDataImpl.cxx419 if(m_aIndex.IsValid()) in fillPropertyValues()
421 m_Name = m_aIndex.get_Name(); in fillPropertyValues()
422 m_IsUnique = m_aIndex.get_Unique(); in fillPropertyValues()
423 m_IsPrimaryKeyIndex = m_aIndex.get_PrimaryKey(); in fillPropertyValues()
424 m_IsClustered = m_aIndex.get_Clustered(); in fillPropertyValues()
/aoo41x/main/ucb/source/inc/
H A Dregexpmap.tpt94 typename List< Val >::iterator m_aIndex;
117 m_aIndex(aTheIndex),
130 = m_nList == -1 ? *m_pMap->m_pDefault : *m_aIndex;
149 m_aIndex = typename List< Val >::iterator();
156 m_aIndex = m_pMap->m_aList[Regexp::KIND_DOMAIN].end();
167 && m_aIndex == rOther.m_aIndex;
177 if (m_aIndex == m_pMap->m_aList[m_nList].end())
180 ++m_aIndex;
182 || m_aIndex != m_pMap->m_aList[m_nList].end())
188 m_aIndex = m_pMap->m_aList[m_nList].begin();
[all …]
/aoo41x/main/connectivity/source/inc/ado/
H A DAIndex.hxx40 WpADOIndex m_aIndex; member in connectivity::ado::OAdoIndex
56 WpADOIndex getImpl() const { return m_aIndex;} in getImpl()

Completed in 20 milliseconds