Home
last modified time | relevance | path

Searched refs:pEnumValues (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/stoc/source/registry_tdprovider/
H A Dtdenum.cxx107 sal_Int32 * pEnumValues = pTempEnumValues->getArray(); in getEnumValues() local
111 pEnumValues[nFields] = getRTValueAsInt32( in getEnumValues()
/aoo4110/main/stoc/source/typeconv/
H A Dconvert.cxx696 if (nEnumValue == ((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos]) in convertTo()
704 &((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos], in convertTo()
881 if (nEnumValue == ((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos]) in convertToSimpleType()
/aoo4110/main/cppu/inc/typelib/
H A Dtypedescription.h260 sal_Int32 * pEnumValues; member
599 sal_Int32 * pEnumValues )
/aoo4110/main/cppu/source/typelib/
H A Dtypelib.cxx677 pTmp->pEnumValues = 0; in typelib_typedescription_newEmpty()
978 sal_Int32 * pEnumValues ) in typelib_typedescription_newEnum() argument
991 pEnum->pEnumValues = new sal_Int32[ nEnumValues ]; in typelib_typedescription_newEnum()
992 ::memcpy( pEnum->pEnumValues, pEnumValues, nEnumValues * sizeof(sal_Int32) ); in typelib_typedescription_newEnum()
1561 delete [] pEnum->pEnumValues; in typelib_typedescription_destructExtendedMembers()
/aoo4110/main/stoc/source/corereflection/
H A Dcrenum.cxx224 getReflection(), aName, IdlClassImpl::getTypeDescr(), getTypeDescr()->pEnumValues[nFields] ); in getFields()
/aoo4110/main/comphelper/source/misc/
H A Danytostring.cxx239 typeDescr )->pEnumValues; in appendValue()
/aoo4110/main/pyuno/source/module/
H A Dpyuno_type.cxx213 ret = Any( &pEnumDesc->pEnumValues[i], desc.get()->pWeakRef ); in PyEnum2Enum()
H A Dpyuno.cxx233 sal_Int32 * pValues = ((typelib_EnumTypeDescription *)pTypeDescr)->pEnumValues; in val2str()
H A Dpyuno_runtime.cxx516 if( pEnumDesc->pEnumValues[i] == l ) in any2PyObject()
/aoo4110/main/binaryurp/source/
H A Dunmarshal.cxx369 if (etd->pEnumValues[i] == v) { in readValue()
/aoo4110/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx62 sal_Int32 const * pValues = typeDescr->pEnumValues; in getTypeClassName()
/aoo4110/main/stoc/test/
H A Dtestconv.cxx123 if (pEnumTD->pEnumValues[nPos] == *(int *)rVal.getValue()) in printValue()
/aoo4110/main/cppuhelper/source/
H A Dcomponent_context.cxx194 sal_Int32 * pValues = ((typelib_EnumTypeDescription *)pTypeDescr)->pEnumValues; in val2str()

Completed in 86 milliseconds