Searched refs:m_pSession (Results 1 – 1 of 1) sorted by relevance
76 SalSession* m_pSession; member in VCLSession113 m_pSession = ImplGetSVData()->mpDefInst->CreateSalSession(); in VCLSession()114 if( m_pSession ) in VCLSession()115 m_pSession->SetCallback( SalSessionEventProc ); in VCLSession()122 delete m_pSession; in ~VCLSession()144 m_bInteractionRequested = m_bInteractionGranted = m_pSession ? false : true; in callSaveRequested()150 if( m_pSession ) in callSaveRequested()151 m_pSession->saveDone(); in callSaveRequested()178 if( m_pSession ) in callInteractionGranted()179 m_pSession->interactionDone(); in callInteractionGranted()[all …]