Searched refs:bShutdown (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/inc/ |
H A D | salsession.hxx | 61 SalSessionSaveRequestEvent( bool bShutdown, bool bCancelable ) in SalSessionSaveRequestEvent() 63 m_bShutdown( bShutdown ), in SalSessionSaveRequestEvent()
|
/aoo41x/main/vcl/source/app/ |
H A D | session.cxx | 86 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()
|
/aoo41x/main/framework/inc/services/ |
H A D | sessionlistener.hxx | 162 virtual void SAL_CALL doSave( sal_Bool bShutdown, sal_Bool bCancelable ) 179 … void doSaveImpl( sal_Bool bShutdown, sal_Bool bCancelable ) throw (css::uno::RuntimeException);
|
/aoo41x/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 972 sal_Bool bShutdown( sal_False ); in ExecuteCmdLineRequests() local 977 return bShutdown; in ExecuteCmdLineRequests() 993 …bShutdown = pGlobalOfficeIPCThread->mpDispatchWatcher->executeDispatchRequests( aTempList, s_bInEn… in ExecuteCmdLineRequests() 1000 return bShutdown; in ExecuteCmdLineRequests()
|
H A D | app.cxx | 3149 sal_Bool bShutdown( sal_False ); in OpenClients() local 3204 bShutdown = OfficeIPCThread::ExecuteCmdLineRequests( aRequest ); in OpenClients() 3209 if ( bShutdown ) in OpenClients()
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | XSessionManagerListener.idl | 49 @param bShutdown 66 [oneway] void doSave( [in] boolean bShutdown, [in] boolean bCancelable );
|
/aoo41x/main/framework/source/services/ |
H A D | sessionlistener.cxx | 290 void SAL_CALL SessionListener::doSave( sal_Bool bShutdown, sal_Bool /*bCancelable*/ ) in doSave() argument 293 if (bShutdown) in doSave()
|
Completed in 64 milliseconds