Searched refs:aTypeClass (Results 1 – 6 of 6) sorted by relevance
517 TypeClass aTypeClass = rAny.getValueTypeClass(); in impl_getValue() local518 if (( aTypeClass == TypeClass( typelib_TypeClass_LONG )) || in impl_getValue()519 ( aTypeClass == TypeClass( typelib_TypeClass_SHORT )) || in impl_getValue()520 ( aTypeClass == TypeClass( typelib_TypeClass_BYTE ))) in impl_getValue()522 else if (( aTypeClass == TypeClass( typelib_TypeClass_FLOAT )) || in impl_getValue()523 ( aTypeClass == TypeClass( typelib_TypeClass_DOUBLE ))) in impl_getValue()
218 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition() local219 if (aTypeClass.getValue() != TypeClass.VOID_value){ in getUnoObjectDefinition()228 …Definition oUnoObjectDefinition = new UnoObjectDefinition(oUnoReturnObject, sTypeName, aTypeClass); in getUnoObjectDefinition()513 TypeClass aTypeClass = _oUnoObjectDefinition.getTypeClass(); in getVariableDeclaration() local514 TypeClass aLocTypeClass = aTypeClass; in getVariableDeclaration()840 TypeClass aTypeClass = aParamInfos[i].aType.getTypeClass(); in getMethodParameterValueDescription() local844 String sParamDescription = getStringValueOfObject(_oParamObjects[i], aTypeClass); in getMethodParameterValueDescription()845 …sParamDescription = this.m_xLanguageSourceCodeGenerator.castLiteral(sParamDescription, aTypeClass); in getMethodParameterValueDescription()
323 TypeClass aTypeClass = aType.getTypeClass(); in getDisplayValuesofPrimitiveArray() local324 int nTypeValue = aTypeClass.getValue(); in getDisplayValuesofPrimitiveArray()
581 public Object getValueOfText(TypeClass aTypeClass, String sText){ in getValueOfText() argument583 switch (aTypeClass.getValue()){ in getValueOfText()
84 …ring _sTypeString, String _sVariableName, boolean _bIsArray, TypeClass aTypeClass, boolean _bIniti… in getVariableDeclaration() argument
155 css::uno::TypeClass aTypeClass = aT1.getTypeClass(); in isSubSet() local156 switch(aTypeClass) in isSubSet()
Completed in 75 milliseconds