Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 25 of 106) sorted by relevance

12345

/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx269 virtual void SAL_CALL suspend() in suspend() function in myThread
272 ::osl::Thread::suspend(); in suspend()
306 virtual void SAL_CALL suspend() in suspend() function in OCountThread
368 virtual void SAL_CALL suspend() in suspend() function in OSuspendThread
391 suspend(); in run()
416 virtual void SAL_CALL suspend() in suspend() function in ONoScheduleThread
464 virtual void SAL_CALL suspend() in suspend() function in OAddThread
683 TEST_F(suspend, suspend_001) in TEST_F() argument
709 TEST_F(suspend, suspend_002) in TEST_F() argument
1757 aThread->suspend(); in TEST_F()
[all …]
/trunk/main/vcl/source/window/
H A Dwpropset.cxx84 void suspend( bool i_bSuspended ) in suspend() function in vcl::WindowPropertySetListener
324 mpImpl->mpListener->suspend( true ); in IMPL_LINK()
333 mpImpl->mpListener->suspend( false ); in IMPL_LINK()
/trunk/main/extensions/source/propctrlr/
H A Dpropertycomposer.cxx475 sal_Bool SAL_CALL PropertyComposer::suspend( sal_Bool _bSuspend ) throw (RuntimeException) in suspend() function in pcr::PropertyComposer
483 if ( !(*loop)->suspend( _bSuspend ) ) in suspend()
493 (*loop)->suspend( sal_False ); in suspend()
H A Dsqlcommanddesign.cxx202 bool SQLCommandDesigner::suspend() const in suspend() function in pcr::SQLCommandDesigner
377 bAllow = m_xDesigner->suspend( sal_True ); in impl_trySuspendDesigner_nothrow()
/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() method in Controller
65 return xController.suspend( bSuspend ); in suspend()
/trunk/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx148 virtual void SAL_CALL suspend() in suspend() function in OGetThread
150 ::osl::Thread::suspend(); in suspend()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsQueueProcessorThread.hxx150 suspend(); in run()
255 suspend(); in Stop()
/trunk/main/offapi/com/sun/star/frame/
H A DXController.idl72 <TRUE/>force the controller to suspend his work
80 boolean suspend( [in] boolean Suspend );
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl437 … all suspend requests (<member scope="com::sun::star::frame">XController::suspend</member>) to
443 <member>suspend</member> call, it should forward the suspension request to the UI
447 … by the handler should have been closed when it returns from the <member>suspend</member> call.</p>
457 boolean suspend( [in] boolean Suspend );
/trunk/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx220 ::sal_Bool SAL_CALL ReportComponentHandler::suspend(::sal_Bool Suspend) throw (uno::RuntimeExceptio… in suspend() function in rptui::ReportComponentHandler
222 return m_xFormComponentHandler->suspend(Suspend); in suspend()
H A DDataProviderHandler.cxx502 ::sal_Bool SAL_CALL DataProviderHandler::suspend(::sal_Bool Suspend) throw (uno::RuntimeException) in suspend() function in rptui::DataProviderHandler
504 return m_xFormComponentHandler->suspend(Suspend); in suspend()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx339 virtual void SAL_CALL suspend();
717 void SAL_CALL DownloadThread::suspend() in suspend() function in __anon7b9484ee0111::DownloadThread
719 osl::Thread::suspend(); in suspend()
983 m_pThread->suspend(); in pause()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinController.cxx432 sal_Bool SAL_CALL OJoinController::suspend(sal_Bool _bSuspend) throw( RuntimeException ) in suspend() function in dbaui::OJoinController
446 OSingleDocumentController::suspend(_bSuspend); in suspend()
/trunk/main/framework/source/dispatch/
H A Dclosedispatcher.cxx423 xController->suspend(sal_False); in IMPL_LINK()
497 bControllerSuspended = xController->suspend(sal_True); in implts_prepareFrameForClosing()
/trunk/main/cppu/source/threadpool/
H A Djobqueue.hxx63 void suspend();
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dorg.openoffice.comp.dbu.OQueryDesign.csv7 "OQueryDesign";"com::sun::star::frame::XController";"suspend()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/pcr/
H A Dorg.openoffice.comp.extensions.ObjectInspector.csv9 "ObjectInspector";"com::sun::star::frame::XController";"suspend()"
H A Dcom.sun.star.comp.extensions.ButtonNavigationHandler.csv16 "ButtonNavigationHandler";"com::sun::star::inspection::XPropertyHandler";"suspend()"
H A Dcom.sun.star.comp.extensions.CellBindingPropertyHandler.csv16 "CellBindingPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"suspend()"
H A Dcom.sun.star.comp.extensions.EditPropertyHandler.csv16 "EditPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"suspend()"
H A Dcom.sun.star.comp.extensions.EventHandler.csv16 "EventHandler";"com::sun::star::inspection::XPropertyHandler";"suspend()"
H A Dcom.sun.star.comp.extensions.FormComponentPropertyHandler.csv16 "FormComponentPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"suspend()"
/trunk/main/fpicker/source/win32/filepicker/
H A Dasynceventnotifier.hxx64 void suspend();
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx220 ::sal_Bool SAL_CALL DrawController::suspend( ::sal_Bool Suspend ) throw (::com::sun::star::uno::Run… in suspend() function in sd::DrawController
234 return SfxBaseController::suspend( Suspend ); in suspend()
/trunk/main/vos/inc/vos/
H A Dthread.hxx105 void SAL_CALL suspend();

Completed in 93 milliseconds

12345