Searched refs:memberTypes (Results 1 – 2 of 2) sorted by relevance
321 Sequence< Reference< XTypeDescription > > memberTypes( xMFace->getMembers()); in getTypeBlop() local323 sal_uInt16 memberCount = (sal_uInt16)memberTypes.getLength(); in getTypeBlop()329 if ( TypeClass_CONSTANT == memberTypes[i]->getTypeClass() ) in getTypeBlop()342 if ( TypeClass_CONSTANT == memberTypes[i]->getTypeClass() ) in getTypeBlop()344 … xConst = Reference< XConstantTypeDescription >(memberTypes[i], UNO_QUERY); in getTypeBlop()365 … Sequence< Reference< XInterfaceMemberTypeDescription > > memberTypes( xIFace->getMembers()); in getTypeBlop() local366 sal_uInt16 memberCount = (sal_uInt16)memberTypes.getLength(); in getTypeBlop()373 … xAttr = Reference< XInterfaceAttributeTypeDescription >(memberTypes[i], UNO_QUERY); in getTypeBlop()401 … xAttr = Reference< XInterfaceAttributeTypeDescription >(memberTypes[i], UNO_QUERY); in getTypeBlop()412 …writer.setFieldData(sal::static_int_cast< sal_uInt16 >(memberTypes[i]->getPosition() - inheritedMe… in getTypeBlop()[all …]
329 Sequence< Reference< XTypeDescription > > memberTypes( in getTypeBlob() local332 sal_uInt16 memberCount = (sal_uInt16)memberTypes.getLength(); in getTypeBlob()337 if ( TypeClass_CONSTANT == memberTypes[i]->getTypeClass() ) in getTypeBlob()350 if ( TypeClass_CONSTANT == memberTypes[i]->getTypeClass() ) { in getTypeBlob()352 memberTypes[i], UNO_QUERY); in getTypeBlob()373 Sequence< Reference< XInterfaceMemberTypeDescription > > memberTypes( in getTypeBlob() local382 sal_uInt16 memberCount = (sal_uInt16)memberTypes.getLength(); in getTypeBlob()389 memberTypes[i], UNO_QUERY); in getTypeBlob()435 memberTypes[i], UNO_QUERY); in getTypeBlob()446 writer.setFieldData((sal_uInt16)memberTypes[i]->getPosition() in getTypeBlob()[all …]