Searched refs:pEnumValues (Results 1 – 13 of 13) sorted by relevance
107 sal_Int32 * pEnumValues = pTempEnumValues->getArray(); in getEnumValues() local111 pEnumValues[nFields] = getRTValueAsInt32( in getEnumValues()
696 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()
677 pTmp->pEnumValues = 0; in typelib_typedescription_newEmpty()978 sal_Int32 * pEnumValues ) in typelib_typedescription_newEnum() argument991 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()
260 sal_Int32 * pEnumValues; member599 sal_Int32 * pEnumValues )
224 getReflection(), aName, IdlClassImpl::getTypeDescr(), getTypeDescr()->pEnumValues[nFields] ); in getFields()
239 typeDescr )->pEnumValues; in appendValue()
213 ret = Any( &pEnumDesc->pEnumValues[i], desc.get()->pWeakRef ); in PyEnum2Enum()
233 sal_Int32 * pValues = ((typelib_EnumTypeDescription *)pTypeDescr)->pEnumValues; in val2str()
516 if( pEnumDesc->pEnumValues[i] == l ) in any2PyObject()
369 if (etd->pEnumValues[i] == v) { in readValue()
62 sal_Int32 const * pValues = typeDescr->pEnumValues; in getTypeClassName()
123 if (pEnumTD->pEnumValues[nPos] == *(int *)rVal.getValue()) in printValue()
194 sal_Int32 * pValues = ((typelib_EnumTypeDescription *)pTypeDescr)->pEnumValues; in val2str()
Completed in 73 milliseconds