Home
last modified time | relevance | path

Searched refs:aTypeClass (Results 1 – 6 of 6) sorted by path

/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx155 css::uno::TypeClass aTypeClass = aT1.getTypeClass(); in isSubSet() local
156 switch(aTypeClass) in isSubSet()
/trunk/main/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx517 TypeClass aTypeClass = rAny.getValueTypeClass(); in impl_getValue() local
518 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()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java581 public Object getValueOfText(TypeClass aTypeClass, String sText){ in getValueOfText() argument
583 switch (aTypeClass.getValue()){ in getValueOfText()
H A DSourceCodeGenerator.java218 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition() local
219 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() local
514 TypeClass aLocTypeClass = aTypeClass; in getVariableDeclaration()
840 TypeClass aTypeClass = aParamInfos[i].aType.getTypeClass(); in getMethodParameterValueDescription() local
844 String sParamDescription = getStringValueOfObject(_oParamObjects[i], aTypeClass); in getMethodParameterValueDescription()
845 …sParamDescription = this.m_xLanguageSourceCodeGenerator.castLiteral(sParamDescription, aTypeClass); in getMethodParameterValueDescription()
H A DUnoNode.java323 TypeClass aTypeClass = aType.getTypeClass(); in getDisplayValuesofPrimitiveArray() local
324 int nTypeValue = aTypeClass.getValue(); in getDisplayValuesofPrimitiveArray()
H A DXLanguageSourceCodeGenerator.java84 …ring _sTypeString, String _sVariableName, boolean _bIsArray, TypeClass aTypeClass, boolean _bIniti… in getVariableDeclaration() argument

Completed in 39 milliseconds