Searched refs:m_pIndexes (Results 1 – 7 of 7) sorted by relevance
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | indexdialog.cxx | 219 ,m_pIndexes(NULL) in DBG_NAME() 240 m_pIndexes = new OIndexCollection(); in DBG_NAME() 243 m_pIndexes->attach(_rxIndexes); in DBG_NAME() 272 for ( aCheck = m_pIndexes->begin(); in DBG_NAME() 273 aCheck != m_pIndexes->end(); in DBG_NAME() 281 if (aCheck == m_pIndexes->end()) in DBG_NAME() 362 delete m_pIndexes; in ~DbaIndexDialog() 425 if (m_pIndexes->end() == m_pIndexes->find(sNewIndexName)) in OnNewIndex() 436 m_pIndexes->insert(sNewIndexName); in OnNewIndex() 578 m_pIndexes->resetIndex(aResetPos); in OnResetIndex() [all …]
|
/trunk/main/connectivity/source/sdbcx/ |
H A D | VTable.cxx | 85 ,m_pIndexes(NULL) in OTable() 102 ,m_pIndexes(NULL) in OTable() 112 delete m_pIndexes; in ~OTable() 170 if(m_pIndexes) in disposing() 171 m_pIndexes->disposing(); in disposing() 256 if ( !m_pIndexes ) in getIndexes() 269 return m_pIndexes; in getIndexes()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ATable.cxx | 128 if(m_pIndexes) in refreshIndexes() 129 m_pIndexes->reFill(aVector); in refreshIndexes() 131 …m_pIndexes = new OIndexes(*this,m_aMutex,aVector,aIndexes,isCaseSensitive(),m_pCatalog->getConnect… in refreshIndexes()
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 695 if(m_pFileStream && (!m_pIndexes || m_pIndexes->getCount() == 0)) in refreshIndexes() 730 if(m_pIndexes) in refreshIndexes() 731 m_pIndexes->reFill(aVector); in refreshIndexes() 733 m_pIndexes = new ODbaseIndexes(this,m_aMutex,aVector); in refreshIndexes() 1517 if(!m_pIndexes) in DropImpl() 1520 sal_Bool bDropped = Drop_Static(getEntry(m_pConnection,m_Name),HasMemoFields(),m_pIndexes); in DropImpl() 1676 if(!m_pIndexes) in isUniqueByColumnName() 1678 if(m_pIndexes->hasElements()) in isUniqueByColumnName() 1687 for(sal_Int32 i=0;i<m_pIndexes->getCount();++i) in isUniqueByColumnName() 1689 ::cppu::extractInterface(xIndex,m_pIndexes->getByIndex(i)); in isUniqueByColumnName()
|
/trunk/main/connectivity/source/commontools/ |
H A D | TTableHelper.cxx | 472 if(m_pIndexes) in refreshIndexes() 473 m_pIndexes->reFill(aVector); in refreshIndexes() 475 m_pIndexes = createIndexes(aVector); in refreshIndexes()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | indexdialog.hxx | 134 OIndexCollection* m_pIndexes; member in dbaui::DbaIndexDialog
|
/trunk/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VTable.hxx | 81 OCollection* m_pIndexes; member in connectivity::sdbcx::OTable
|
Completed in 29 milliseconds