Home
last modified time | relevance | path

Searched refs:getComponentType (Results 1 – 21 of 21) sorted by relevance

/trunk/main/stoc/test/
H A Dtestcorefl.cxx176 …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()
208 …TEST_ENSHURE(xRefl->forName( OUString::createFromAscii("[]ModuleA.StructA") )->getComponentType().… in test_corefl()
209 …Name( OUString::createFromAscii("[][]ModuleA.StructA") )->getComponentType()->getComponentType()->… in test_corefl()
253 …tring::createFromAscii("[][][]unsigned long"))->getComponentType()->getComponentType()->getCompone… in test_corefl()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java178 (TypeDescription) argTypes[i].getComponentType(), in writeReply()
414 outSig[i].getComponentType().getZClass(), 1); in readRequest()
418 (TypeDescription) outSig[i].getComponentType())); in readRequest()
425 outSig[i].getComponentType().getZClass(), 1); in readRequest()
465 (TypeDescription) argTypes[i].getComponentType())); in readReply()
580 (TypeDescription) outSig[i].getComponentType(), in writeRequest()
H A DUnmarshal.java336 type.getComponentType(); in readAnyValue()
338 ctype = (TypeDescription) ctype.getComponentType(); in readAnyValue()
383 TypeDescription ctype = (TypeDescription) type.getComponentType(); in readSequenceValue()
H A DMarshal.java297 TypeDescription ctype = (TypeDescription) type.getComponentType(); in writeSequenceValue()
/trunk/main/stoc/source/corereflection/
H A Dcrarray.cxx211 getComponentType()->isAssignableFrom( xType->getComponentType() )))); in isAssignableFrom()
214 Reference< XIdlClass > ArrayIdlClassImpl::getComponentType() in getComponentType() function in stoc_corefl::ArrayIdlClassImpl
H A Dbase.hxx208 …virtual Reference< XIdlClass > SAL_CALL getComponentType() throw(::com::sun::star::uno::RuntimeExc…
309 …virtual Reference< XIdlClass > SAL_CALL getComponentType() throw(::com::sun::star::uno::RuntimeExc…
H A Dcrbase.cxx221 Reference< XIdlClass > IdlClassImpl::getComponentType() in getComponentType() function in stoc_corefl::IdlClassImpl
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueComparer.java103 if((op1.getClass().getComponentType() == op2.getClass().getComponentType()) in compareArrays()
106 Class zClass = op1.getClass().getComponentType(); in compareArrays()
H A DValueChanger.java869 Class arrType = oldValue.getClass().getComponentType() ; in changePValue()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java237 if((op1.getClass().getComponentType() == op2.getClass().getComponentType()) in compareArrays()
240 Class zClass = op1.getClass().getComponentType(); in compareArrays()
/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java154 getComponentType().getTypeName().equals("unsigned short")); in testSequence()
240 description.getComponentType() == null); in test()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DITypeDescription.java101 ITypeDescription getComponentType(); in getComponentType() method
H A DUnoRuntime.java349 return Array.newInstance(type.getZClass().getComponentType(), 0); in completeValue()
H A DType.java452 Type t = new Type(zClass.getComponentType(), alternative); in init()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DMemberDescriptionHelper.java51 for (;; desc = desc.getComponentType()) { in getElementTypeClass()
H A DTypeDescription.java199 public ITypeDescription getComponentType() { in getComponentType() method in TypeDescription
/trunk/main/cppuhelper/source/
H A Dstdidlclass.cxx94 virtual Reference< XIdlClass > SAL_CALL getComponentType( ) throw(RuntimeException) in getComponentType() function in cppu::OStdIdlClass
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java671 a.getClass().getComponentType(), size); in toArray()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl124 XIdlClass getComponentType();
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java399 if (!_oUnoObject.getClass().getComponentType().isPrimitive()){ in addPrimitiveValuesToTreeNode()
H A DIntrospector.java517 if (!_oUnoObject.getClass().getComponentType().isPrimitive()){ in isOfUnoType()

Completed in 99 milliseconds