/trunk/main/stoc/test/ |
H A D | testcorefl.cxx | 158 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 D | testintrosp.cxx | 1437 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( nRealConcepts ); in test_introsp()
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | Introspector.java | 198 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 D | InspectorPane.java | 70 xIdlMethods = m_oIntrospector.getMethods(_oUnoObject); in setMaximumOfProgressBar() 483 … addMethodsToTreeNode(oUnoFacetteNode, oUnoObject, m_oIntrospector.getMethods(oUnoObject)); in expandNode()
|
/trunk/main/stoc/source/inspect/ |
H A D | introspection.cxx | 292 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()
|
/trunk/main/stoc/source/corereflection/ |
H A D | base.hxx | 206 …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 D | crbase.cxx | 214 Sequence< Reference< XIdlMethod > > IdlClassImpl::getMethods() in getMethods() function in stoc_corefl::IdlClassImpl
|
H A D | criface.cxx | 880 Sequence< Reference< XIdlMethod > > InterfaceIdlClassImpl::getMethods() in getMethods() function in stoc_corefl::InterfaceIdlClassImpl
|
/trunk/main/eventattacher/source/ |
H A D | eventattacher.cxx | 621 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in attachListener() 772 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in removeListener()
|
/trunk/main/extensions/qa/integration/extensions/ |
H A D | MethodHandler.java | 187 m_methods = m_introspectionAccess.getMethods( MethodConcept.ALL ); in inspect()
|
/trunk/main/cppuhelper/source/ |
H A D | stdidlclass.cxx | 102 virtual Sequence< Reference< XIdlMethod > > SAL_CALL getMethods( ) throw(RuntimeException) in getMethods() function in cppu::OStdIdlClass
|
/trunk/main/udkapi/com/sun/star/beans/ |
H A D | MethodConcept.idl | 47 <member>XIntrospectionAccess::getMethods()</member>
|
H A D | XIntrospectionAccess.idl | 251 sequence<com::sun::star::reflection::XIdlMethod> getMethods(
|
/trunk/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample2.java | 146 XIdlMethod[] xIdlMethods = m_xIntrospectionAccess.getMethods(MethodConcept.ALL); in getMethodNames()
|
/trunk/main/pyuno/source/module/ |
H A D | unohelper.py | 107 methods = access.getMethods( METHOD_CONCEPT_ALL )
|
/trunk/main/udkapi/com/sun/star/reflection/ |
H A D | XIdlClass.idl | 179 sequence<XIdlMethod> getMethods();
|
/trunk/main/extensions/workben/ |
H A D | pythonautotest.cxx | 496 xIntrospection->getMethods(0); in main()
|
H A D | pythontest.cxx | 340 Sequence<XIdlMethodRef> seq = ref->getMethods( 0 ); in dumpIntrospectionToStream()
|
/trunk/main/sc/source/core/tool/ |
H A D | addincol.cxx | 835 xAcc->getMethods( beans::MethodConcept::ALL ); in ReadFromAddIn() 1106 xAcc->getMethods( beans::MethodConcept::ALL ); in UpdateFromAddIn()
|
/trunk/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 583 final Method[] methods = XGridColumn.class.getMethods(); in impl_assertEquality()
|
/trunk/main/stoc/source/invocation/ |
H A D | invocation.cxx | 795 aMethodSeq = _xIntrospectionAccess->getMethods in getInfoSequenceImpl()
|
/trunk/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | OOo.jcb | 3 …aramModegetDefault2com.sun.star.reflection.TypeDescriptionSearchDepthgetMethods"com.sun.star.ref…
|
/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 2005 Sequence< Reference< XIdlMethod > > methods = xAccess->getMethods in Impl_DumpMethods() 2960 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods in implCreateAll()
|