Lines Matching refs:getLength

144     sal_uInt16 count = (sal_uInt16)superTypes.getLength();  in getInheritedMemberCount()
157 if ( baseTypes.getLength() > 0) in getInheritedMemberCount()
160 memberCount += xIFace->getMembers().getLength(); in getInheritedMemberCount()
180 sal_uInt16 paramCount = (sal_uInt16)parameters.getLength(); in writeMethodData()
181 sal_uInt16 exceptionCount = (sal_uInt16)exceptions.getLength(); in writeMethodData()
223 if (seqExcp.getLength() > 0) { in writeAttributeMethodData()
227 0, (sal_uInt16)seqExcp.getLength()); in writeAttributeMethodData()
229 for (sal_Int32 i=0; i < seqExcp.getLength(); i++) { in writeAttributeMethodData()
241 for (sal_uInt16 i=0; i < typeParams.getLength(); i++) { in checkParameterizedTypeFlag()
277 if ( typeName.getLength() == 0 ) in getTypeBlob()
307 sal_uInt16 constCount = (sal_uInt16)constTypes.getLength(); in getTypeBlob()
332 sal_uInt16 memberCount = (sal_uInt16)memberTypes.getLength(); in getTypeBlob()
380 sal_uInt16 baseCount = (sal_uInt16)baseTypes.getLength(); in getTypeBlob()
381 sal_uInt16 optBaseCount = (sal_uInt16)optBaseTypes.getLength(); in getTypeBlob()
382 sal_uInt16 memberCount = (sal_uInt16)memberTypes.getLength(); in getTypeBlob()
393 if (xAttr->getGetExceptions().getLength() > 0) in getTypeBlob()
396 if (xAttr->getSetExceptions().getLength() > 0) in getTypeBlob()
412 (sal_uInt16)optBaseTypes.getLength()); in getTypeBlob()
483 if ( xStruct->getTypeArguments().getLength() > 0) in getTypeBlob()
491 sal_uInt16 memberCount = (sal_uInt16)memberNames.getLength(); in getTypeBlob()
495 if ( typeParams.getLength() == 0) { in getTypeBlob()
506 (sal_uInt16)typeParams.getLength()); in getTypeBlob()
516 if (typeParams.getLength() > 0) in getTypeBlob()
526 for (i=0; i < typeParams.getLength(); i++) { in getTypeBlob()
546 sal_uInt16 memberCount = (sal_uInt16)memberNames.getLength(); in getTypeBlob()
587 sal_uInt16 enumCount = (sal_uInt16)enumNames.getLength(); in getTypeBlob()
643 sal_uInt16 methodCount = (sal_uInt16)constructors.getLength(); in getTypeBlob()
654 mandatoryServices.getLength()+ in getTypeBlob()
655 optionalServices.getLength()+ in getTypeBlob()
656 mandatoryInterfaces.getLength()+ in getTypeBlob()
657 optionalInterfaces.getLength()); in getTypeBlob()
658 propertyCount = (sal_uInt16)properties.getLength(); in getTypeBlob()
682 parameterCount = (sal_uInt16)parameters.getLength(); in getTypeBlob()
731 sal_uInt16 length = (sal_uInt16)mandatoryServices.getLength(); in getTypeBlob()
738 length = (sal_uInt16)optionalServices.getLength(); in getTypeBlob()
745 length = (sal_uInt16)mandatoryInterfaces.getLength(); in getTypeBlob()
752 length = (sal_uInt16)optionalInterfaces.getLength(); in getTypeBlob()