Home
last modified time | relevance | path

Searched refs:SvpSalInstance (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx48 SvpSalInstance* pInstance = new SvpSalInstance(); in create_SalInstance()
56 bool SvpSalInstance::isFrameAlive( const SalFrame* pFrame ) const in isFrameAlive()
69 SvpSalInstance* SvpSalInstance::s_pDefaultInstance = NULL;
71 SvpSalInstance::SvpSalInstance() in SvpSalInstance() function in SvpSalInstance
112 SvpSalInstance::~SvpSalInstance() in ~SvpSalInstance()
123 void SvpSalInstance::PostEvent( const SalFrame* pFrame, void* pData, sal_uInt16 nEvent ) in PostEvent()
133 void SvpSalInstance::CancelEvent( const SalFrame* pFrame, void* pData, sal_uInt16 nEvent ) in CancelEvent()
156 void SvpSalInstance::deregisterFrame( SalFrame* pFrame ) in deregisterFrame()
180 void SvpSalInstance::Wakeup() in Wakeup()
211 bool SvpSalInstance::CheckTimeout( bool bExecuteTimers ) in CheckTimeout()
[all …]
H A Dsvpinst.hxx66 class SvpSalInstance;
69 SvpSalInstance* m_pInstance;
71 SvpSalTimer( SvpSalInstance* pInstance ) : m_pInstance( pInstance ) {} in SvpSalTimer()
83 class SvpSalInstance : public SalInstance class
112 static SvpSalInstance* s_pDefaultInstance;
114 SvpSalInstance();
115 virtual ~SvpSalInstance();
H A Dsvpprn.cxx312 SalInfoPrinter* SvpSalInstance::CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo, in CreateInfoPrinter()
351 void SvpSalInstance::DestroyInfoPrinter( SalInfoPrinter* pPrinter ) in DestroyInfoPrinter()
358 SalPrinter* SvpSalInstance::CreatePrinter( SalInfoPrinter* pInfoPrinter ) in CreatePrinter()
369 void SvpSalInstance::DestroyPrinter( SalPrinter* pPrinter ) in DestroyPrinter()
376 void SvpSalInstance::GetPrinterQueueInfo( ImplPrnQueueList* pList ) in GetPrinterQueueInfo()
416 void SvpSalInstance::DeletePrinterQueueInfo( SalPrinterQueueInfo* pInfo ) in DeletePrinterQueueInfo()
423 void SvpSalInstance::GetPrinterQueueState( SalPrinterQueueInfo* ) in GetPrinterQueueState()
429 String SvpSalInstance::GetDefaultPrinter() in GetDefaultPrinter()
1005 if( rManager.checkPrintersChanged( false ) && SvpSalInstance::s_pDefaultInstance ) in doUpdate()
1007 const std::list< SalFrame* >& rList = SvpSalInstance::s_pDefaultInstance->getFrames(); in doUpdate()
[all …]
H A Dsvpframe.hxx33 class SvpSalInstance;
38 SvpSalInstance* m_pInstance;
55 SvpSalFrame( SvpSalInstance* pInstance,
H A Dsvpframe.cxx36 SvpSalFrame::SvpSalFrame( SvpSalInstance* pInstance, in SvpSalFrame()