Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/app/
H A Dsession.cxx58 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()
[all …]