Home
last modified time | relevance | path

Searched refs:m_theInstance (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/postgresql/
H A Dpq_driver.cxx211 Reference< XInterface > m_theInstance; member in pq_sdbc_driver::OOneInstanceComponentFactory
224 if( ! m_theInstance.is() ) in createInstanceWithContext()
232 if( ! m_theInstance.is () ) in createInstanceWithContext()
234 m_theInstance = theInstance; in createInstanceWithContext()
237 return m_theInstance; in createInstanceWithContext()
245 rComp.set( m_theInstance, UNO_QUERY ); in disposing()
246 m_theInstance.clear(); in disposing()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddot.cpp75 DotManager *DotManager::m_theInstance = 0; member in DotManager
79 if (!m_theInstance) in instance()
81 m_theInstance = new DotManager; in instance()
83 return m_theInstance; in instance()
88 delete m_theInstance; in deleteInstance()
89 m_theInstance=0; in deleteInstance()
H A Ddot.h46 static DotManager *m_theInstance; variable