Lines Matching refs:m_pTable
75 ,m_pTable(NULL) in DBG_NAME()
141 if(m_pTable) in disposing()
143 m_pTable->release(); in disposing()
144 m_pTable = NULL; in disposing()
501 if(m_pTable) in construct()
502 m_pTable->release(); in construct()
503 …m_pTable = reinterpret_cast<OFileTable*>(xTunnel->getSomething(OFileTable::getUnoTunnelImplementat… in construct()
504 if(m_pTable) in construct()
505 m_pTable->acquire(); in construct()
507 OSL_ENSURE(m_pTable,"No table!"); in construct()
508 if ( m_pTable ) in construct()
509 m_xColNames = m_pTable->getColumns(); in construct()