Home
last modified time | relevance | path

Searched refs:bSuspend (Results 1 – 20 of 20) sorted by relevance

/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DController.java63 public boolean suspend( /*IN*/boolean bSuspend ) in suspend() argument
65 return xController.suspend( bSuspend ); in suspend()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx683 ::suspend( sal_Bool bSuspend ) in suspend() argument
697 if(bSuspend==m_bSuspended) in suspend()
704 if(bSuspend) in suspend()
710 m_bSuspended = bSuspend; in suspend()
719 m_bSuspended = bSuspend; in suspend()
H A DChartController.hxx202 suspend( sal_Bool bSuspend )
/trunk/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx432 sal_Bool SAL_CALL DBSubComponentController::suspend(sal_Bool bSuspend) throw( RuntimeException ) in suspend() argument
434 m_pImpl->m_bSuspended = bSuspend; in suspend()
435 if ( !bSuspend && !isConnected() ) in suspend()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx535 sal_Bool SAL_CALL OApplicationController::suspend(sal_Bool bSuspend) throw( RuntimeException ) in suspend() argument
556 if ( m_bSuspended != bSuspend ) in suspend()
558 if ( bSuspend && !closeSubComponents() ) in suspend()
564 if ( bSuspend in suspend()
588 m_bSuspended = bSuspend; in suspend()
H A DAppController.hxx445 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
/trunk/main/dbaccess/source/ui/inc/
H A DJoinController.hxx138 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
H A DTableController.hxx125 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExcept…
H A Dbrwctrlr.hxx196 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
H A Dunodatbr.hxx218 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
/trunk/main/framework/inc/services/
H A Dbackingcomp.hxx131 …_CALL suspend ( sal_Bool bSuspend ) throw(css::uno:…
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx667 sal_Bool SAL_CALL SfxBaseController::suspend( sal_Bool bSuspend ) throw( ::com::sun::star::uno::Run… in suspend() argument
672 if (bSuspend == m_pData->m_bSuspendState) in suspend()
675 if ( bSuspend == sal_True ) in suspend()
/trunk/main/dbaccess/inc/
H A Ddbsubcomponentcontroller.hxx154 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
H A Dgenericcontroller.hxx474 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExceptio…
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx247 sal_Bool BibFrameController_Impl::suspend( sal_Bool bSuspend ) throw (::com::sun::star::uno::Runtim… in suspend() argument
249 if ( bSuspend ) in suspend()
H A Dframectr.hxx100 …virtual sal_Bool SAL_CALL suspend( sal_Bool bSuspend ) throw (::com::sun::star::uno::RuntimeExce…
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasecontroller.hxx206 virtual sal_Bool SAL_CALL suspend( sal_Bool bSuspend ) throw( RUNTIMEEXCEPTION ) ;
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.hxx177 …virtual sal_Bool SAL_CALL suspend( sal_Bool bSuspend ) throw(::com::sun::star::uno::RuntimeExcepti…
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx369 …virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeExcept…
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1004 sal_Bool SbaTableQueryBrowser::suspend(sal_Bool bSuspend) throw( RuntimeException ) in suspend() argument
1017 bRet = SbaXDataBrowserController::suspend(bSuspend); in suspend()

Completed in 137 milliseconds