/trunk/main/stoc/test/ |
H A D | testcorefl.cxx | 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() 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 D | urp.java | 178 (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 D | Unmarshal.java | 336 type.getComponentType(); in readAnyValue() 338 ctype = (TypeDescription) ctype.getComponentType(); in readAnyValue() 383 TypeDescription ctype = (TypeDescription) type.getComponentType(); in readSequenceValue()
|
H A D | Marshal.java | 297 TypeDescription ctype = (TypeDescription) type.getComponentType(); in writeSequenceValue()
|
/trunk/main/stoc/source/corereflection/ |
H A D | crarray.cxx | 211 getComponentType()->isAssignableFrom( xType->getComponentType() )))); in isAssignableFrom() 214 Reference< XIdlClass > ArrayIdlClassImpl::getComponentType() in getComponentType() function in stoc_corefl::ArrayIdlClassImpl
|
H A D | base.hxx | 208 …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 D | crbase.cxx | 221 Reference< XIdlClass > IdlClassImpl::getComponentType() in getComponentType() function in stoc_corefl::IdlClassImpl
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | ValueComparer.java | 103 if((op1.getClass().getComponentType() == op2.getClass().getComponentType()) in compareArrays() 106 Class zClass = op1.getClass().getComponentType(); in compareArrays()
|
H A D | ValueChanger.java | 869 Class arrType = oldValue.getClass().getComponentType() ; in changePValue()
|
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshaling_Test.java | 237 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 D | TypeDescription_Test.java | 151 getComponentType().getTypeName().equals("unsigned short")); in testSequence() 237 description.getComponentType() == null); in test()
|
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
H A D | ITypeDescription.java | 101 ITypeDescription getComponentType(); in getComponentType() method
|
H A D | UnoRuntime.java | 349 return Array.newInstance(type.getZClass().getComponentType(), 0); in completeValue()
|
H A D | Type.java | 452 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 D | MemberDescriptionHelper.java | 51 for (;; desc = desc.getComponentType()) { in getElementTypeClass()
|
H A D | TypeDescription.java | 199 public ITypeDescription getComponentType() { in getComponentType() method in TypeDescription
|
/trunk/main/cppuhelper/source/ |
H A D | stdidlclass.cxx | 94 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 D | InterfaceContainer.java | 671 a.getClass().getComponentType(), size); in toArray()
|
/trunk/main/udkapi/com/sun/star/reflection/ |
H A D | XIdlClass.idl | 124 XIdlClass getComponentType();
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | InspectorPane.java | 399 if (!_oUnoObject.getClass().getComponentType().isPrimitive()){ in addPrimitiveValuesToTreeNode()
|
H A D | Introspector.java | 517 if (!_oUnoObject.getClass().getComponentType().isPrimitive()){ in isOfUnoType()
|