Searched refs:bCancelable (Results 1 – 6 of 6) sorted by relevance
/trunk/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()
|
/trunk/main/vcl/inc/ |
H A D | salsession.hxx | 61 SalSessionSaveRequestEvent( bool bShutdown, bool bCancelable ) in SalSessionSaveRequestEvent() 64 m_bCancelable( bCancelable ) in SalSessionSaveRequestEvent()
|
/trunk/main/padmin/source/ |
H A D | progress.cxx | 40 sal_Bool bCancelable, in ProgressDialog() argument 53 if( ! bCancelable ) in ProgressDialog()
|
H A D | progress.hxx | 47 ProgressDialog( Window*, sal_Bool bCancelable = sal_True, int nMin = 0, int nMax = 100 );
|
/trunk/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);
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XSessionManagerListener.idl | 53 @param bCancelable 66 [oneway] void doSave( [in] boolean bShutdown, [in] boolean bCancelable );
|
Completed in 19 milliseconds