Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Dsm.cxx102 if( ! SessionManagerClient::queryInteraction() ) in queryInteraction()
111 SessionManagerClient::interactionDone( false ); in interactionDone()
116 SessionManagerClient::saveDone(); in saveDone()
126 SessionManagerClient::interactionDone( true ); in cancelShutdown()
173 SmcConn SessionManagerClient::aSmcConnection = NULL;
174 ByteString SessionManagerClient::aClientID;
197 bool SessionManagerClient::bDocSaveDone = false;
210 ByteString aExec( SessionManagerClient::getExecName(), osl_getThreadTextEncoding() ); in BuildSmPropertyList()
236 aRestartOption.Append( SessionManagerClient::getSessionID() ); in BuildSmPropertyList()
275 bool SessionManagerClient::checkDocumentsSaved() in checkDocumentsSaved()
[all …]
H A Dsalinst.cxx128 SessionManagerClient::close(); in ~X11SalInstance()
H A Dsaldata.cxx244 if( ! SessionManagerClient::checkDocumentsSaved() ) in XIOErrorHdl()
H A Dsaldisp.cxx721 ByteString aExec( SessionManagerClient::getExecName(), osl_getThreadTextEncoding() ); in initScreen()
/trunk/main/vcl/inc/unx/
H A Dsm.hxx32 class SessionManagerClient class
55 DECL_STATIC_LINK( SessionManagerClient, ShutDownHdl, void* );
56 DECL_STATIC_LINK( SessionManagerClient, ShutDownCancelHdl, void* );
57 DECL_STATIC_LINK( SessionManagerClient, SaveYourselfHdl, void* );
58 DECL_STATIC_LINK( SessionManagerClient, InteractionHdl, void* );
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1157 SessionManagerClient::open(); // will simply return after the first time in Show()
4085 … ByteString aExec( SessionManagerClient::getExecName(), osl_getThreadTextEncoding() ); in HandleClientMessage()
4133 ByteString aExec( SessionManagerClient::getExecName(), osl_getThreadTextEncoding() ); in SaveYourselfDone()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1292 const ByteString& rID = SessionManagerClient::getSessionID(); in initClientId()
1307 SessionManagerClient::open(); // will simply return after the first time in Show()