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()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()195 if( s_pOneInstance ) in Undelete()198 if( it != s_pOneInstance->m_aPtrToIndex.end() ) in Undelete()[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>
Completed in 6 milliseconds