Home
last modified time | relevance | path

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

/trunk/main/vcl/source/app/
H A Dsession.cxx86 void callSaveRequested( bool bShutdown, bool bCancelable );
125 void VCLSession::callSaveRequested( bool bShutdown, bool bCancelable ) in callSaveRequested() argument
158 it->m_xListener->doSave( bShutdown, bCancelable ); in callSaveRequested()
/trunk/main/vcl/inc/
H A Dsalsession.hxx61 SalSessionSaveRequestEvent( bool bShutdown, bool bCancelable ) in SalSessionSaveRequestEvent()
63 m_bShutdown( bShutdown ), in SalSessionSaveRequestEvent()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx966 sal_Bool bShutdown( sal_False ); in ExecuteCmdLineRequests() local
971 return bShutdown; in ExecuteCmdLineRequests()
987bShutdown = pGlobalOfficeIPCThread->mpDispatchWatcher->executeDispatchRequests( aTempList, s_bInEn… in ExecuteCmdLineRequests()
994 return bShutdown; in ExecuteCmdLineRequests()
H A Dapp.cxx3154 sal_Bool bShutdown( sal_False ); in OpenClients() local
3209 bShutdown = OfficeIPCThread::ExecuteCmdLineRequests( aRequest ); in OpenClients()
3214 if ( bShutdown ) in OpenClients()
/trunk/main/framework/inc/services/
H A Dsessionlistener.hxx162 virtual void SAL_CALL doSave( sal_Bool bShutdown, sal_Bool bCancelable );
173 void doSaveImpl( sal_Bool bShutdown, sal_Bool bCancelable );
/trunk/main/offapi/com/sun/star/frame/
H A DXSessionManagerListener.idl49 @param bShutdown
66 [oneway] void doSave( [in] boolean bShutdown, [in] boolean bCancelable );
/trunk/main/framework/source/services/
H A Dsessionlistener.cxx287 void SAL_CALL SessionListener::doSave( sal_Bool bShutdown, sal_Bool /*bCancelable*/ ) in doSave() argument
289 if (bShutdown) in doSave()