Searched refs:s_pDefaultInstance (Results 1 – 3 of 3) sorted by relevance
69 SvpSalInstance* SvpSalInstance::s_pDefaultInstance = NULL; member in SvpSalInstance108 if( s_pDefaultInstance == NULL ) in SvpSalInstance()109 s_pDefaultInstance = this; in SvpSalInstance()114 if( s_pDefaultInstance == this ) in ~SvpSalInstance()115 s_pDefaultInstance = NULL; in ~SvpSalInstance()
1005 if( rManager.checkPrintersChanged( false ) && SvpSalInstance::s_pDefaultInstance ) in doUpdate()1007 const std::list< SalFrame* >& rList = SvpSalInstance::s_pDefaultInstance->getFrames(); in doUpdate()1010 SvpSalInstance::s_pDefaultInstance->PostEvent( *it, NULL, SALEVENT_PRINTERCHANGED ); in doUpdate()
112 static SvpSalInstance* s_pDefaultInstance; member in SvpSalInstance
Completed in 21 milliseconds