Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/explorer/
H A Dnochaos.cxx70 static CntItemPool* _pThePool; member in CntItemPool
109 CntItemPool* CntItemPool::_pThePool = NULL; member in CntItemPool
142 if ( !_pThePool ) in Acquire()
143 _pThePool = new CntItemPool; in Acquire()
145 _pThePool->_nRefs++; in Acquire()
147 return _pThePool; in Acquire()
154 if ( !_pThePool ) in Release()
157 sal_uInt16& nRefs = _pThePool->_nRefs; in Release()
164 DELETEZ( _pThePool ); in Release()

Completed in 12 milliseconds