Home
last modified time | relevance | path

Searched refs:aTypeClass (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx400 TypeClass aTypeClass = rAny.getValueTypeClass(); in impl_getValue() local
401 if (( aTypeClass == TypeClass( typelib_TypeClass_LONG )) || in impl_getValue()
402 ( aTypeClass == TypeClass( typelib_TypeClass_SHORT )) || in impl_getValue()
403 ( aTypeClass == TypeClass( typelib_TypeClass_BYTE ))) in impl_getValue()
405 else if (( aTypeClass == TypeClass( typelib_TypeClass_FLOAT )) || in impl_getValue()
406 ( aTypeClass == TypeClass( typelib_TypeClass_DOUBLE ))) in impl_getValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx436 TypeClass aTypeClass = rAny.getValueTypeClass(); in impl_getValue() local
437 if (( aTypeClass == TypeClass( typelib_TypeClass_LONG )) || in impl_getValue()
438 ( aTypeClass == TypeClass( typelib_TypeClass_SHORT )) || in impl_getValue()
439 ( aTypeClass == TypeClass( typelib_TypeClass_BYTE ))) in impl_getValue()
441 else if (( aTypeClass == TypeClass( typelib_TypeClass_FLOAT )) || in impl_getValue()
442 ( aTypeClass == TypeClass( typelib_TypeClass_DOUBLE ))) in impl_getValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java211 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition() local
212 if (aTypeClass.getValue() != TypeClass.VOID_value){ in getUnoObjectDefinition()
221 …Definition oUnoObjectDefinition = new UnoObjectDefinition(oUnoReturnObject, sTypeName, aTypeClass); in getUnoObjectDefinition()
498 TypeClass aTypeClass = _oUnoObjectDefinition.getTypeClass(); in getVariableDeclaration() local
499 TypeClass aLocTypeClass = aTypeClass; in getVariableDeclaration()
806 TypeClass aTypeClass = aParamInfos[i].aType.getTypeClass(); in getMethodParameterValueDescription() local
810 String sParamDescription = getStringValueOfObject(_oParamObjects[i], aTypeClass); in getMethodParameterValueDescription()
811 …sParamDescription = this.m_xLanguageSourceCodeGenerator.castLiteral(sParamDescription, aTypeClass); in getMethodParameterValueDescription()
H A DXLanguageSourceCodeGenerator.java95 …ring _sTypeString, String _sVariableName, boolean _bIsArray, TypeClass aTypeClass, boolean _bIniti… in getVariableDeclaration() argument
H A DUnoNode.java251 TypeClass aTypeClass = aType.getTypeClass(); in getDisplayValuesofPrimitiveArray() local
252 int nTypeValue = aTypeClass.getValue(); in getDisplayValuesofPrimitiveArray()
H A DIntrospector.java566 public Object getValueOfText(TypeClass aTypeClass, String sText){ in getValueOfText() argument
568 switch (aTypeClass.getValue()){ in getValueOfText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java211 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition() local
212 if (aTypeClass.getValue() != TypeClass.VOID_value){ in getUnoObjectDefinition()
221 …Definition oUnoObjectDefinition = new UnoObjectDefinition(oUnoReturnObject, sTypeName, aTypeClass); in getUnoObjectDefinition()
498 TypeClass aTypeClass = _oUnoObjectDefinition.getTypeClass(); in getVariableDeclaration() local
499 TypeClass aLocTypeClass = aTypeClass; in getVariableDeclaration()
806 TypeClass aTypeClass = aParamInfos[i].aType.getTypeClass(); in getMethodParameterValueDescription() local
810 String sParamDescription = getStringValueOfObject(_oParamObjects[i], aTypeClass); in getMethodParameterValueDescription()
811 …sParamDescription = this.m_xLanguageSourceCodeGenerator.castLiteral(sParamDescription, aTypeClass); in getMethodParameterValueDescription()
H A DXLanguageSourceCodeGenerator.java95 …ring _sTypeString, String _sVariableName, boolean _bIsArray, TypeClass aTypeClass, boolean _bIniti… in getVariableDeclaration() argument
H A DUnoNode.java251 TypeClass aTypeClass = aType.getTypeClass(); in getDisplayValuesofPrimitiveArray() local
252 int nTypeValue = aTypeClass.getValue(); in getDisplayValuesofPrimitiveArray()
H A DIntrospector.java566 public Object getValueOfText(TypeClass aTypeClass, String sText){ in getValueOfText() argument
568 switch (aTypeClass.getValue()){ in getValueOfText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/config/cache/
H A Dcacheitem.cxx126 css::uno::TypeClass aTypeClass = aT1.getTypeClass(); in isSubSet() local
127 switch(aTypeClass) in isSubSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/config/cache/
H A Dcacheitem.cxx126 css::uno::TypeClass aTypeClass = aT1.getTypeClass(); in isSubSet() local
127 switch(aTypeClass) in isSubSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/lib/
H A Dinit.cxx306 uno::TypeClass aTypeClass; in jsonToUnoAny() local
316 aTypeClass = xIdlClass->getTypeClass(); in jsonToUnoAny()
336 if (aTypeClass == uno::TypeClass_VOID) in jsonToUnoAny()
338 else if (aTypeClass == uno::TypeClass_BYTE) in jsonToUnoAny()
340 else if (aTypeClass == uno::TypeClass_BOOLEAN) in jsonToUnoAny()
342 else if (aTypeClass == uno::TypeClass_SHORT) in jsonToUnoAny()
346 else if (aTypeClass == uno::TypeClass_LONG) in jsonToUnoAny()
348 else if (aTypeClass == uno::TypeClass_UNSIGNED_LONG) in jsonToUnoAny()
350 else if (aTypeClass == uno::TypeClass_FLOAT) in jsonToUnoAny()
352 else if (aTypeClass == uno::TypeClass_DOUBLE) in jsonToUnoAny()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx363 uno::TypeClass aTypeClass = xIdlClass->getTypeClass(); in jsonToUnoAny() local
383 if (aTypeClass == uno::TypeClass_VOID) in jsonToUnoAny()
385 else if (aTypeClass == uno::TypeClass_BYTE) in jsonToUnoAny()
387 else if (aTypeClass == uno::TypeClass_BOOLEAN) in jsonToUnoAny()
389 else if (aTypeClass == uno::TypeClass_SHORT) in jsonToUnoAny()
391 else if (aTypeClass == uno::TypeClass_UNSIGNED_SHORT) in jsonToUnoAny()
393 else if (aTypeClass == uno::TypeClass_LONG) in jsonToUnoAny()
395 else if (aTypeClass == uno::TypeClass_UNSIGNED_LONG) in jsonToUnoAny()
397 else if (aTypeClass == uno::TypeClass_FLOAT) in jsonToUnoAny()
399 else if (aTypeClass == uno::TypeClass_DOUBLE) in jsonToUnoAny()
[all …]