Lines Matching refs:getTypeClass

218         TypeClass aTypeClass = xIdlClass.getTypeClass();  in getUnoObjectDefinition()
266 …ageSourceCodeGenerator.needsqueryInterface() || (oUnoObjectDefinition.getTypeClass().getValue() ==… in getPropertyStatementSourceCode()
268 if (oUnoObjectDefinition.getTypeClass().getValue() == TypeClass.STRUCT_value){ in getPropertyStatementSourceCode()
275 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getPropertyStatementSourceCode()
278 …, oUnoObjectDefinition.getVariableName(), _oUnoReturnObjectDefinition.getTypeClass(), _oUnoReturnO… in getPropertyStatementSourceCode()
288 TypeClass aReturnTypeClass = xIdlMethod.getReturnType().getTypeClass(); in getMethodStatementSourceCode()
292 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getMethodStatementSourceCode()
348 …efinition.getUnoObject(), oUnoObjectDefinition.getTypeName(), oUnoObjectDefinition.getTypeClass()); in getHeaderSourceCode()
489 …peString = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), _bAsHeaderSo… in getTypeString()
513 TypeClass aTypeClass = _oUnoObjectDefinition.getTypeClass(); in getVariableDeclaration()
520 bIsArray = _oUnoObjectDefinition.getTypeClass().getValue() == TypeClass.SEQUENCE_value; in getVariableDeclaration()
528 aLocTypeClass = xTypeDescription.getTypeClass(); in getVariableDeclaration()
574 m_aTypeClass = _oUnoObject.getType().getTypeClass(); in UnoObjectDefinition()
591 m_aTypeClass = AnyConverter.getType(_oUnoObject).getTypeClass(); in UnoObjectDefinition()
604 … sCentralVariableStemName = getCentralVariableStemName(xTypeDescription.getTypeClass()); in getCentralVariableStemName()
638 public TypeClass getTypeClass(){ in getTypeClass() method in SourceCodeGenerator.UnoObjectDefinition
713 sVariableStemName = getVariableStemName(xTypeDescription.getTypeClass()); in getVariableStemName()
760 …Identity.equals(m_oUnoObject.toString()) && (!m_oIntrospector.isPrimitive(this.getTypeClass())) && in getVariableName()
840 TypeClass aTypeClass = aParamInfos[i].aType.getTypeClass(); in getMethodParameterValueDescription()
880 if (!m_oIntrospector.isPrimitive(xTypeDescription.getTypeClass())){ in getHeaderSourceCode()
881 … sClassName = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), true); in getHeaderSourceCode()
1437 if (!m_oIntrospector.isPrimitive(xTypeDescription.getTypeClass())){ in getHeaderSourceCode()
1438 … sClassName = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), true); in getHeaderSourceCode()