Searched refs:eTypeClasses (Results 1 – 2 of 2) sorted by relevance
379 TypeClass[] eTypeClasses = new com.sun.star.uno.TypeClass[1]; in getFieldsOfConstantGroup() local380 eTypeClasses[0] = com.sun.star.uno.TypeClass.CONSTANTS; in getFieldsOfConstantGroup()381 …onAccess.createTypeDescriptionEnumeration(getModuleName(_sTypeClass), eTypeClasses, TypeDescriptio… in getFieldsOfConstantGroup()400 TypeClass[] eTypeClasses = new com.sun.star.uno.TypeClass[2]; in getServiceTypeDescription() local401 eTypeClasses[0] = com.sun.star.uno.TypeClass.SERVICE; in getServiceTypeDescription()402 eTypeClasses[1] = _eTypeClass; in getServiceTypeDescription()403 …TypeDescriptionEnumeration(Introspector.getModuleName(_sServiceName), eTypeClasses, TypeDescriptio… in getServiceTypeDescription()
236 TypeClass[] eTypeClasses = new com.sun.star.uno.TypeClass[1]; in getMandatoryServiceNames() local237 eTypeClasses[0] = com.sun.star.uno.TypeClass.SERVICE; in getMandatoryServiceNames()238 …TypeDescriptionEnumeration(Introspector.getModuleName(_sServiceName), eTypeClasses, TypeDescriptio… in getMandatoryServiceNames()
Completed in 18 milliseconds