Searched refs:bSuspend (Results 1 – 20 of 20) sorted by relevance
63 public boolean suspend( /*IN*/boolean bSuspend ) in suspend() argument65 return xController.suspend( bSuspend ); in suspend()
683 ::suspend( sal_Bool bSuspend ) in suspend() argument697 if(bSuspend==m_bSuspended) in suspend()704 if(bSuspend) in suspend()710 m_bSuspended = bSuspend; in suspend()719 m_bSuspended = bSuspend; in suspend()
202 suspend( sal_Bool bSuspend )
432 sal_Bool SAL_CALL DBSubComponentController::suspend(sal_Bool bSuspend) throw( RuntimeException ) in suspend() argument434 m_pImpl->m_bSuspended = bSuspend; in suspend()435 if ( !bSuspend && !isConnected() ) in suspend()
535 sal_Bool SAL_CALL OApplicationController::suspend(sal_Bool bSuspend) throw( RuntimeException ) in suspend() argument556 if ( m_bSuspended != bSuspend ) in suspend()558 if ( bSuspend && !closeSubComponents() ) in suspend()564 if ( bSuspend in suspend()588 m_bSuspended = bSuspend; in suspend()
445 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
138 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
125 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExcept…
196 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
218 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
131 …_CALL suspend ( sal_Bool bSuspend ) throw(css::uno:…
667 sal_Bool SAL_CALL SfxBaseController::suspend( sal_Bool bSuspend ) throw( ::com::sun::star::uno::Run… in suspend() argument672 if (bSuspend == m_pData->m_bSuspendState) in suspend()675 if ( bSuspend == sal_True ) in suspend()
154 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
474 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
247 sal_Bool BibFrameController_Impl::suspend( sal_Bool bSuspend ) throw (::com::sun::star::uno::Runtim… in suspend() argument249 if ( bSuspend ) in suspend()
100 …virtual sal_Bool SAL_CALL suspend( sal_Bool bSuspend ) throw (::com::sun::star::uno::RuntimeExce…
206 virtual sal_Bool SAL_CALL suspend( sal_Bool bSuspend ) throw( RUNTIMEEXCEPTION ) ;
177 …virtual sal_Bool SAL_CALL suspend( sal_Bool bSuspend ) throw(::com::sun::star::uno::RuntimeExcepti…
369 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExcept…
1004 sal_Bool SbaTableQueryBrowser::suspend(sal_Bool bSuspend) throw( RuntimeException ) in suspend() argument1017 bRet = SbaXDataBrowserController::suspend(bSuspend); in suspend()
Completed in 193 milliseconds