Searched refs:s_pOneInstance (Results 1 – 2 of 2) sorted by relevance
104 static LazyDeletor< T >* s_pOneInstance; member in vcl::LazyDeletor138 if( s_pOneInstance == this ) // sanity check in ~LazyDeletor()139 s_pOneInstance = NULL; in ~LazyDeletor()175 if( s_pOneInstance == NULL ) in Delete()176 s_pOneInstance = new LazyDeletor<T>(); in Delete()180 …PtrToIndexMap::const_iterator dup = s_pOneInstance->m_aPtrToIndex.find( reinterpret_cast<sal_IntPt… in Delete()181 if( dup != s_pOneInstance->m_aPtrToIndex.end() ) in Delete()183 s_pOneInstance->m_aObjects[ dup->second ].m_bDeleted = false; in Delete()187 …s_pOneInstance->m_aPtrToIndex[ reinterpret_cast<sal_IntPtr>(i_pObject) ] = s_pOneInstance->m_aObje… in Delete()188 s_pOneInstance->m_aObjects.push_back( DeleteObjectEntry( i_pObject ) ); in Delete()[all …]
45 template<> LazyDeletor<Window>* LazyDeletor<Window>::s_pOneInstance = NULL; member in vcl::LazyDeletor<Window>46 template<> LazyDeletor<Menu>* LazyDeletor<Menu>::s_pOneInstance = NULL; member in vcl::LazyDeletor<Menu>