Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx69 SvpSalInstance* SvpSalInstance::s_pDefaultInstance = NULL; member in SvpSalInstance
108 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()
H A Dsvpprn.cxx1005 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()
H A Dsvpinst.hxx112 static SvpSalInstance* s_pDefaultInstance; member in SvpSalInstance

Completed in 31 milliseconds