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/framework/inc/services/
H A Dsessionlistener.hxx162 virtual void SAL_CALL doSave( sal_Bool bShutdown, sal_Bool bCancelable )
179 … void doSaveImpl( sal_Bool bShutdown, sal_Bool bCancelable ) throw (css::uno::RuntimeException);
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx972 sal_Bool bShutdown( sal_False ); in ExecuteCmdLineRequests() local
977 return bShutdown; in ExecuteCmdLineRequests()
993bShutdown = pGlobalOfficeIPCThread->mpDispatchWatcher->executeDispatchRequests( aTempList, s_bInEn… in ExecuteCmdLineRequests()
1000 return bShutdown; in ExecuteCmdLineRequests()
H A Dapp.cxx3161 sal_Bool bShutdown( sal_False ); in OpenClients() local
3216 bShutdown = OfficeIPCThread::ExecuteCmdLineRequests( aRequest ); in OpenClients()
3221 if ( bShutdown ) in OpenClients()
/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.cxx290 void SAL_CALL SessionListener::doSave( sal_Bool bShutdown, sal_Bool /*bCancelable*/ ) in doSave() argument
293 if (bShutdown) in doSave()

Completed in 96 milliseconds