Home
last modified time | relevance | path

Searched refs:getMethods (Results 1 – 23 of 23) sorted by relevance

/aoo42x/main/stoc/test/
H A Dtestcorefl.cxx158 TEST_ENSHURE(xClass->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11"); in test_corefl()
159 TEST_ENSHURE(xA->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11a"); in test_corefl()
162 …TEST_ENSHURE(xClass->getMethods().getArray()[3]->getParameterTypes().getLength() == 0, "test_RegCo… in test_corefl()
163 …TEST_ENSHURE(xClass->getMethods().getArray()[3]->getExceptionTypes().getLength() == 0, "test_RegCo… in test_corefl()
165 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getMode() == MethodMode_ONEWAY, "test_RegCoreRefl… in test_corefl()
167 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getParameterTypes().getLength() == 1, "test_RegCo… in test_corefl()
172 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getExceptionTypes().getLength() == 0, "test_RegCo… in test_corefl()
174 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getMode() == MethodMode_TWOWAY, "test_RegCoreRefl… in test_corefl()
178 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getParameterTypes().getLength() == 2, "test_RegCo… in test_corefl()
183 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getExceptionTypes().getLength() == 0, "test_RegCo… in test_corefl()
[all …]
H A Dtestintrosp.cxx1437 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( nRealConcepts ); in test_introsp()
/aoo42x/main/odk/examples/java/Inspector/
H A DIntrospector.java198 return xIdlClass.getMethods(); in getMethodsOfInterface()
218 boolean bHasMethods = (getMethods(_oUnoObject).length > 0); in hasMethods()
224 public XIdlMethod[] getMethods(Object _oUnoParentObject) { in getMethods() method in Introspector
228 …XIdlMethod[] xIdlMethods = xIntrospectionAccess.getMethods(MethodConcept.ALL - MethodConcept.DANGE… in getMethods()
H A DInspectorPane.java70 xIdlMethods = m_oIntrospector.getMethods(_oUnoObject); in setMaximumOfProgressBar()
483 … addMethodsToTreeNode(oUnoFacetteNode, oUnoObject, m_oIntrospector.getMethods(oUnoObject)); in expandNode()
/aoo42x/main/stoc/source/inspect/
H A Dintrospection.cxx292 Sequence< Reference<XIdlMethod> > getMethods(void) const { return maAllMethodSeq; } in getMethods() function in stoc_inspect::IntrospectionAccessStatic_Impl
776 virtual Sequence< Reference<XIdlMethod> > SAL_CALL getMethods(sal_Int32 MethodConcepts)
1345 const Reference<XIdlMethod>* pMethods = mpStaticImpl->getMethods().getConstArray(); in getMethod()
1368 Sequence< Reference<XIdlMethod> > ImplIntrospectionAccess::getMethods(sal_Int32 MethodConcepts) in getMethods() function in stoc_inspect::ImplIntrospectionAccess
1383 return mpStaticImpl->getMethods(); in getMethods()
1393 Sequence< Reference<XIdlMethod> > aMethodSeq = mpStaticImpl->getMethods(); in getMethods()
2448 Sequence< Reference<XIdlMethod> > methods = rxIfaceClass->getMethods(); in implInspect()
/aoo42x/main/stoc/source/corereflection/
H A Dbase.hxx206 …virtual Sequence< Reference< XIdlMethod > > SAL_CALL getMethods() throw(::com::sun::star::uno::Run…
248 …virtual Sequence< Reference< XIdlMethod > > SAL_CALL getMethods() throw(::com::sun::star::uno::Run…
H A Dcrbase.cxx214 Sequence< Reference< XIdlMethod > > IdlClassImpl::getMethods() in getMethods() function in stoc_corefl::IdlClassImpl
H A Dcriface.cxx880 Sequence< Reference< XIdlMethod > > InterfaceIdlClassImpl::getMethods() in getMethods() function in stoc_corefl::InterfaceIdlClassImpl
/aoo42x/main/eventattacher/source/
H A Deventattacher.cxx621 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in attachListener()
772 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in removeListener()
/aoo42x/main/cppuhelper/source/
H A Dstdidlclass.cxx102 virtual Sequence< Reference< XIdlMethod > > SAL_CALL getMethods( ) throw(RuntimeException) in getMethods() function in cppu::OStdIdlClass
/aoo42x/main/extensions/qa/integration/extensions/
H A DMethodHandler.java187 m_methods = m_introspectionAccess.getMethods( MethodConcept.ALL ); in inspect()
/aoo42x/main/udkapi/com/sun/star/beans/
H A DMethodConcept.idl47 <member>XIntrospectionAccess::getMethods()</member>
H A DXIntrospectionAccess.idl251 sequence<com::sun::star::reflection::XIdlMethod> getMethods(
/aoo42x/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java146 XIdlMethod[] xIdlMethods = m_xIntrospectionAccess.getMethods(MethodConcept.ALL); in getMethodNames()
/aoo42x/main/pyuno/source/module/
H A Dunohelper.py107 methods = access.getMethods( METHOD_CONCEPT_ALL )
/aoo42x/main/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl179 sequence<XIdlMethod> getMethods();
/aoo42x/main/extensions/workben/
H A Dpythonautotest.cxx496 xIntrospection->getMethods(0); in main()
H A Dpythontest.cxx340 Sequence<XIdlMethodRef> seq = ref->getMethods( 0 ); in dumpIntrospectionToStream()
/aoo42x/main/sc/source/core/tool/
H A Daddincol.cxx835 xAcc->getMethods( beans::MethodConcept::ALL ); in ReadFromAddIn()
1106 xAcc->getMethods( beans::MethodConcept::ALL ); in UpdateFromAddIn()
/aoo42x/main/toolkit/qa/complex/toolkit/
H A DGridControl.java583 final Method[] methods = XGridColumn.class.getMethods(); in impl_assertEquality()
/aoo42x/main/stoc/source/invocation/
H A Dinvocation.cxx795 aMethodSeq = _xIntrospectionAccess->getMethods in getInfoSequenceImpl()
/aoo42x/main/scripting/java/org/openoffice/netbeans/editor/
H A DOOo.jcb3 …aramModegetDefault2com.sun.star.reflection.TypeDescriptionSearchDepthgetMethods"com.sun.star.ref…
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx2005 Sequence< Reference< XIdlMethod > > methods = xAccess->getMethods in Impl_DumpMethods()
2960 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods in implCreateAll()

Completed in 301 milliseconds