Home
last modified time | relevance | path

Searched refs:pOneInstance (Results 1 – 4 of 4) sorted by path

/trunk/main/tools/source/rc/
H A Dresmgr.cxx126 static ResMgrContainer* pOneInstance; member in ResMgrContainer
168 ResMgrContainer* ResMgrContainer::pOneInstance = NULL; member in ResMgrContainer
172 if( ! pOneInstance ) in get()
173 pOneInstance = new ResMgrContainer(); in get()
174 return *pOneInstance; in get()
191 delete pOneInstance; in release()
192 pOneInstance = NULL; in release()
/trunk/main/vcl/source/app/
H A Dsession.cxx84 static VCLSession* pOneInstance; member in VCLSession
102 VCLSession* VCLSession::pOneInstance = NULL; member in VCLSession
111 DBG_ASSERT( pOneInstance == 0, "One instance of VCLSession only !" ); in VCLSession()
112 pOneInstance = this; in VCLSession()
120 DBG_ASSERT( pOneInstance == this, "Another instance of VCLSession in destructor !" ); in ~VCLSession()
121 pOneInstance = NULL; in ~VCLSession()
236 pOneInstance->callInteractionGranted( pIEv->m_bInteractionGranted ); in SalSessionEventProc()
242 pOneInstance->callSaveRequested( pSEv->m_bShutdown, pSEv->m_bCancelable ); in SalSessionEventProc()
246 pOneInstance->callShutdownCancelled(); in SalSessionEventProc()
249 pOneInstance->callQuit(); in SalSessionEventProc()
/trunk/main/vcl/unx/generic/app/
H A Dsm.cxx75 static IceSalSession* pOneInstance = NULL; variable
79 if( ! pOneInstance ) in CreateSalSession()
80 pOneInstance = new IceSalSession(); in CreateSalSession()
81 return pOneInstance; in CreateSalSession()
96 if( pOneInstance == this ) in ~IceSalSession()
97 pOneInstance = NULL; in ~IceSalSession()
136 if( pOneInstance ) in handleOldX11SaveYourself()
308 if( pOneInstance ) in IMPL_STATIC_LINK()
322 if( pOneInstance ) in IMPL_STATIC_LINK_NOINSTANCE()
334 if( pOneInstance ) in IMPL_STATIC_LINK_NOINSTANCE()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx512 static FontCfgWrapper* pOneInstance = NULL; variable
516 if( ! pOneInstance ) in get()
517 pOneInstance = new FontCfgWrapper(); in get()
518 return *pOneInstance; in get()
523 if( pOneInstance ) in release()
525 delete pOneInstance; in release()
526 pOneInstance = NULL; in release()

Completed in 30 milliseconds