Home
last modified time | relevance | path

Searched refs:m_aTypeClass (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DMethodParametersDialog.java180 private TypeClass m_aTypeClass = null; field in MethodParametersDialog.ParameterPanel
185 m_aTypeClass = _aParamInfo.aType.getTypeClass(); in ParameterPanel()
197 switch (m_aTypeClass.getValue()){ in ParameterPanel()
225 … System.out.println("Type " + m_aTypeClass.getValue() + " not yet defined in 'ParameterPanel()'"); in ParameterPanel()
240 oReturn = Introspector.getIntrospector().getValueOfText(m_aTypeClass, sText); in getValue()
H A DSourceCodeGenerator.java568 TypeClass m_aTypeClass = null; field in SourceCodeGenerator.UnoObjectDefinition
574 m_aTypeClass = _oUnoObject.getType().getTypeClass(); in UnoObjectDefinition()
576 m_sCentralVariableStemName = getCentralVariableStemName(m_aTypeClass); in UnoObjectDefinition()
583 m_aTypeClass = _aTypeClass; in UnoObjectDefinition()
584 m_sCentralVariableStemName = getCentralVariableStemName(m_aTypeClass); in UnoObjectDefinition()
591 m_aTypeClass = AnyConverter.getType(_oUnoObject).getTypeClass(); in UnoObjectDefinition()
592 m_sCentralVariableStemName = getCentralVariableStemName(m_aTypeClass); in UnoObjectDefinition()
634 m_aTypeClass = _aTypeClass; in setTypeClass()
639 return m_aTypeClass; in getTypeClass()
661 sVariableStemName = getVariableStemName(m_aTypeClass); in getVariableStemName()

Completed in 30 milliseconds