Lines Matching refs:VCLSession

58 class VCLSession : public cppu::WeakComponentImplHelper1 < XSessionManagerClient >  class
84 static VCLSession* pOneInstance;
91 VCLSession();
92 virtual ~VCLSession();
102 VCLSession* VCLSession::pOneInstance = NULL;
104 VCLSession::VCLSession() in VCLSession() function in VCLSession
118 VCLSession::~VCLSession() in ~VCLSession()
125 void VCLSession::callSaveRequested( bool bShutdown, bool bCancelable ) in callSaveRequested()
162 void VCLSession::callInteractionGranted( bool bInteractionGranted ) in callInteractionGranted()
191 void VCLSession::callShutdownCancelled() in callShutdownCancelled()
208 void VCLSession::callQuit() in callQuit()
229 void VCLSession::SalSessionEventProc( SalSessionEvent* pEvent ) in SalSessionEventProc()
254 void SAL_CALL VCLSession::addSessionManagerListener( const css::uno::Reference<XSessionManagerListe… in addSessionManagerListener()
261 void SAL_CALL VCLSession::removeSessionManagerListener( const css::uno::Reference<XSessionManagerLi… in removeSessionManagerListener()
278 void SAL_CALL VCLSession::queryInteraction( const css::uno::Reference<XSessionManagerListener>& xLi… in queryInteraction()
305 void SAL_CALL VCLSession::interactionDone( const css::uno::Reference< XSessionManagerListener >& xL… in interactionDone()
328 void SAL_CALL VCLSession::saveDone( const css::uno::Reference< XSessionManagerListener >& xListener… in saveDone()
349 sal_Bool SAL_CALL VCLSession::cancelShutdown() throw( RuntimeException ) in cancelShutdown()
373 pSVData->xSMClient = new VCLSession(); in vcl_session_createInstance()