/aoo41x/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | NativeThreadPool.java | 44 public void detach() { in detach() method in NativeThreadPool 45 detach(pool); in detach() 48 public void detach(Object handle, ThreadId id) { in detach() method in NativeThreadPool 49 detach(); in detach() 88 private static native void detach(long pool); in detach() method in NativeThreadPool
|
H A D | JavaThreadPool.java | 70 public void detach( Object handle, ThreadId id ) in detach() method in JavaThreadPool 75 public void detach() { in detach() method in JavaThreadPool 77 detach(_javaThreadPoolFactory.getJobQueue(threadId), threadId ); in detach()
|
H A D | IThreadPool.java | 67 public void detach(); in detach() method 77 public void detach( Object handle, ThreadId id ); in detach() method
|
/aoo41x/main/extensions/workben/ |
H A D | pythonautotest.cxx | 233 detach(); in ~TestListener() 248 void detach( ); 254 detach(); in disposing() 292 void TestListener::detach() in detach() function in TestListener
|
H A D | pythontest.cxx | 82 detach(); in ~CmdDebugger() 101 void detach( ); 107 detach(); in disposing() 443 void CmdDebugger::detach() in detach() function in CmdDebugger
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | indexcollection.cxx | 89 detach(); in operator =() 102 void OIndexCollection::detach() in detach() function in dbaui::OIndexCollection 389 detach(); in implConstructFrom()
|
/aoo41x/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 266 m_xEventAttacher->detach( i - 1, xIfc ); in disposing() 993 m_xEventAttacher->detach( _nIndex, xNormalized ); in implReplaceByIndex() 1073 m_xEventAttacher->detach( _nIndex, xNormalized ); in implRemoveByIndex() 1263 void SAL_CALL OInterfaceContainer::detach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in detach() function in frm::OInterfaceContainer 1266 m_xEventAttacher->detach( nIndex, xObject ); in detach()
|
/aoo41x/main/jvmfwk/source/ |
H A D | framework.cxx | 228 (*pparInfo)[index++] = k->detach(); in jfw_findAllJREs() 231 (*pparInfo)[index++] = l->detach(); in jfw_findAllJREs() 693 *ppInfo = aInfo.detach(); in jfw_getSelectedJRE() 712 *ppInfo = aInfo.detach(); in jfw_getSelectedJRE() 1186 ::JavaInfo * CJavaInfo::detach() in detach() function in jfw::CJavaInfo
|
H A D | framework.hxx | 100 ::JavaInfo * detach();
|
/aoo41x/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadPool_Test.java | 388 _iThreadPool.detach(); in run() 420 ThreadPool_Test.__iThreadPool.detach(); in asyncCall()
|
/aoo41x/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 159 virtual void SAL_CALL detach(sal_Int32 nIndex, const Reference< XInterface >& xObject) 495 pMgr->detach( nIdx, (*aObjIt).xTarget ); in detachAll_Impl() 815 void SAL_CALL ImplEventAttacherManager::detach(sal_Int32 nIndex, const Reference< XInterface >& xOb… in detach() function in comphelper::ImplEventAttacherManager
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | comptr.hxx | 164 T_INTERFACE* detach() in detach() function in ComPtr
|
/aoo41x/main/sal/inc/systools/win32/ |
H A D | comptr.hxx | 164 T_INTERFACE* detach() in detach() function in ComPtr
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | indexcollection.hxx | 97 void detach();
|
/aoo41x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OFormsCollection.csv | 24 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"detach()"
|
H A D | com.sun.star.comp.forms.OGridControlModel.csv | 76 "OGridControlModel";"com::sun::star::script::XEventAttacherManager";"detach()"
|
H A D | com.sun.star.comp.forms.ODatabaseForm.csv | 212 "ODatabaseForm";"com::sun::star::script::XEventAttacherManager";"detach()"
|
/aoo41x/main/qadevOOo/tests/java/ifc/script/ |
H A D | _XEventAttacherManager.java | 322 oObj.detach(index, attachedObject); in _detach()
|
/aoo41x/main/udkapi/com/sun/star/script/ |
H A D | XEventAttacherManager.idl | 191 void detach( [in] long nIndex,
|
/aoo41x/main/forms/source/inc/ |
H A D | InterfaceContainer.hxx | 184 …virtual void SAL_CALL detach( sal_Int32 nIndex, const ::com::sun::star::uno::Reference< ::com::sun…
|
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | java_remote_bridge.java | 639 _iThreadPool.detach(handle, threadId); in sendRequest()
|
/aoo41x/main/svx/source/form/ |
H A D | formcontroller.cxx | 1250 m_xModelAsManager->detach( nPos, xIfc ); in disposing() 2062 m_xModelAsManager->detach( nPos, xIfc ); in removeFromEventAttacher()
|
H A D | fmvwimp.cxx | 228 xEventManager->detach( i - m_aControllerList.begin(), xControllerNormalized ); in dispose()
|
/aoo41x/main/stoc/source/javavm/ |
H A D | javavm.cxx | 930 DetachCurrentThread detach(m_pJavaVm); in getJavaVM() local
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 257 xManager->detach( nIndexInParent, xCellInterface ); in impl_toggleScriptManager_nothrow()
|