Home
last modified time | relevance | path

Searched refs:getReturnType (Results 1 – 25 of 26) sorted by relevance

12

/aoo4110/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java280 setMethod = createSetMethod(propertyName, propertyOwner, getMethod.getReturnType()); in PropertyValue()
318 if (getMethod.getReturnType().equals(String.class)) in get()
320 if (getMethod.getReturnType().equals(Short.class)) in get()
322 if (getMethod.getReturnType().equals(Integer.class)) in get()
324 if (getMethod.getReturnType().equals(short[].class)) in get()
336 …throw new IllegalArgumentException("set" + propName + "(" + getMethod.getReturnType().getName() + … in createSetMethod()
/aoo4110/main/stoc/test/
H A Dtestcorefl.cxx161 …TEST_ENSHURE(xClass->getMethods().getArray()[3]->getReturnType()->getTypeClass() == TypeClass_VOID… in test_corefl()
166 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getReturnType()->getTypeClass() == TypeClass_VOID… in test_corefl()
175 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getReturnType()->getTypeClass() == TypeClass_SEQU… in test_corefl()
176 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getReturnType()->getComponentType()->getTypeClass… in test_corefl()
177 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getReturnType()->getComponentType()->getName() ==… in test_corefl()
185 …TEST_ENSHURE(xClass->getMethods().getArray()[6]->getReturnType()->getTypeClass() == TypeClass_INTE… in test_corefl()
186 …TEST_ENSHURE(xClass->getMethods().getArray()[6]->getReturnType()->getName() == OUString::createFro… in test_corefl()
/aoo4110/main/odk/examples/java/Inspector/
H A DUnoMethodNode.java128 …String sNodeDescription = m_xIdlMethod.getReturnType().getName() + " " + m_xIdlMethod.getName() + … in getStandardMethodDescription()
154 …String sStandardMethodDisplayText = m_xIdlMethod.getReturnType().getName() + " " + m_xIdlMethod.ge… in getParameterDescription()
189 XIdlClass xIdlClass = m_xIdlMethod.getReturnType(); in getTypeClass()
H A DInspectorPane.java129 …if (_oUnoMethodNode.getXIdlMethod().getReturnType().getTypeClass().getValue() == TypeClass.VOID_va… in invoke()
130 …sNodeDescription += _oUnoMethodNode.getXIdlMethod().getReturnType().getName() + " " + _oUnoMethodN… in invoke()
H A DSourceCodeGenerator.java216 XIdlClass xIdlClass = _oUnoMethodNode.getXIdlMethod().getReturnType(); in getUnoObjectDefinition()
288 TypeClass aReturnTypeClass = xIdlMethod.getReturnType().getTypeClass(); in getMethodStatementSourceCode()
/aoo4110/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx92 …virtual Reference< XTypeDescription > SAL_CALL getReturnType() throw(::com::sun::star::uno::Runtim…
127 Reference<XTypeDescription > InterfaceMethodImpl::getReturnType() in getReturnType() function in stoc_rdbtdp::InterfaceMethodImpl
/aoo4110/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx260 check( xNewTD->getReturnType(), xExistingTD->getReturnType(), in checkMethod()
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java448 ? getTypeDescription(getter.getReturnType(), info) in initMethodDescriptions()
502 ? getTypeDescription(method.getReturnType(), info) in initMethodDescriptions()
/aoo4110/main/eventattacher/source/
H A Deventattacher.cxx139 Reference< XIdlClass > xReturnType = xMethod->getReturnType(); in invoke()
540 Reference< XIdlClass > xRetType = xMeth->getReturnType(); in approveFiring()
/aoo4110/main/udkapi/com/sun/star/reflection/
H A DXInterfaceMethodTypeDescription.idl55 com::sun::star::reflection::XTypeDescription getReturnType();
H A DXIdlMethod.idl64 XIdlClass getReturnType();
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java147 if (!m_method.getReturnType().equals( Object.class ) || in Factory()
/aoo4110/main/extensions/qa/integration/extensions/
H A DMethodHandler.java137 signature += method.getReturnType().getName(); in getPropertyValue()
/aoo4110/main/stoc/source/corereflection/
H A Dcriface.cxx380 …virtual Reference< XIdlClass > SAL_CALL getReturnType() throw(::com::sun::star::uno::RuntimeExcept…
477 Reference< XIdlClass > SAL_CALL IdlInterfaceMethodImpl::getReturnType() in getReturnType() function in stoc_corefl::IdlInterfaceMethodImpl
/aoo4110/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx320 Reference< XIdlClass > xRetType = xMeth->getReturnType(); in approveFiring()
371 Reference< XIdlClass > xRetType = xMeth->getReturnType(); in approveFiring()
/aoo4110/main/qadevOOo/runner/util/
H A Ddbg.java127 System.out.println("\t" + methods[i].getReturnType().getName() in printInterfaceInfo()
/aoo4110/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx251 method->getReturnType()->getName()); in run()
/aoo4110/main/forms/qa/integration/forms/
H A DMasterDetailForms.java362 if ( _masterMethod.getReturnType().getName().equals( "boolean" ) ) in operateMasterAndWaitForDetailForm()
/aoo4110/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx191 xMethod->getReturnType()->getName().replace('.', '/'), in writeMethodData()
/aoo4110/main/stoc/source/inspect/
H A Dintrospection.cxx2563 Reference<XIdlClass> xGetRetType = rxMethod_i->getReturnType(); in implInspect()
2617 Reference<XIdlClass> xSetRetType = rxMethod_k->getReturnType(); in implInspect()
2750 Reference<XIdlClass> xSetRetType = rxMethod_i->getReturnType(); in implInspect()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx2033 Reference< XIdlClass > xClass = rxMethod->getReturnType(); in Impl_DumpMethods()
2787 unoToSbxType( rxMethod->getReturnType() ), rxMethod, false ); in Find()
2971 ( rxMethod->getName(), unoToSbxType( rxMethod->getReturnType() ), rxMethod, false ); in implCreateAll()
4129 Reference< XIdlClass > xReturnType = xMethod->getReturnType(); in invoke()
/aoo4110/main/cppuhelper/source/
H A Dtdmgr.cxx349 Reference< XTypeDescription > xReturnType( xMethod->getReturnType() ); in createCTD()
/aoo4110/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx185 xMethod->getReturnType()->getName().replace('.', '/'), in writeMethodData()
/aoo4110/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx951 c_method_attr, get_type( xMethod->getReturnType() ), in complete_iface_type()
973 xMethod->getReturnType(), UNO_QUERY); in complete_iface_type()
/aoo4110/main/stoc/source/invocation/
H A Dinvocation.cxx995 Reference< XIdlClass > xReturnClass = xMethod->getReturnType(); in fillInfoForMethod()

Completed in 230 milliseconds

12