Searched refs:_aTypeClass (Results 1 – 2 of 2) sorted by relevance
/trunk/main/odk/examples/java/Inspector/ |
H A D | SourceCodeGenerator.java | 448 switch (_aTypeClass.getValue()){ in getTypeString() 583 m_aTypeClass = _aTypeClass; in UnoObjectDefinition() 598 int nTypeClass = _aTypeClass.getValue(); in getCentralVariableStemName() 632 public void setTypeClass(TypeClass _aTypeClass){ in setTypeClass() argument 634 m_aTypeClass = _aTypeClass; in setTypeClass() 687 int nTypeClass = _aTypeClass.getValue(); in getVariableStemName() 785 switch (_aTypeClass.getValue()){ in getStringValueOfObject() 925 switch (_aTypeClass.getValue()){ in getConvertedSourceCodeValueOfObject() 1058 switch (_aTypeClass.getValue()){ in castLiteral() 1270 switch (_aTypeClass.getValue()){ in castLiteral() [all …]
|
H A D | XLanguageSourceCodeGenerator.java | 32 … public String getHeaderSourceCode(Object _oUnoObject, String _sClassName, TypeClass _aTypeClass); in getHeaderSourceCode() argument 48 …e, String _sReturnVariableName, String _sIncomingObjectName, TypeClass _aTypeClass, String _sTypeN… in getPropertyValueGetterSourceCode() argument 90 …ect(String _sReturnVariableName, String _sObjectDescription, TypeClass _aTypeClass, String _sTypeN… in getConvertedSourceCodeValueOfObject() argument 92 public String castLiteral(String _sExpression, TypeClass _aTypeClass); in castLiteral() argument
|
Completed in 25 milliseconds