Searched refs:typelib_EnumTypeDescription (Results 1 – 18 of 18) sorted by relevance
682 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertTo()685 ((typelib_EnumTypeDescription *)aEnumTD.get())->ppEnumNames[nPos] )) in convertTo()694 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertTo()696 if (nEnumValue == ((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos]) in convertTo()704 &((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos], in convertTo()879 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertToSimpleType()881 if (nEnumValue == ((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos]) in convertToSimpleType()887 &((typelib_EnumTypeDescription *)aEnumTD.get())->ppEnumNames[nPos], in convertToSimpleType()
124 *((sal_Int32 *)pMem + i) = ((typelib_EnumTypeDescription *)pElementType)->nDefaultEnumValue; in _defaultConstructArray()203 *(sal_Int32 *)pMem = ((typelib_EnumTypeDescription *)pTypeDescr)->nDefaultEnumValue; in _defaultConstructData()208 *(sal_Int32 *)pMem = ((typelib_EnumTypeDescription *)pTypeDescr)->nDefaultEnumValue; in _defaultConstructData()
461 *(sal_Int32 *)pDestAny->pData = ((typelib_EnumTypeDescription *)pTypeDescr)->nDefaultEnumValue; in _copyConstructAny()466 *(sal_Int32 *)pDestAny->pData = ((typelib_EnumTypeDescription *)pTypeDescr)->nDefaultEnumValue; in _copyConstructAny()
229 ((typelib_EnumTypeDescription *) in idefaultConstructElements()
197 typelib_EnumTypeDescription *pEnumDesc = (typelib_EnumTypeDescription*) desc.get(); in PyEnum2Enum()308 typelib_EnumTypeDescription *pDesc = in importToGlobal()309 (typelib_EnumTypeDescription *) desc.get(); in importToGlobal()
233 sal_Int32 * pValues = ((typelib_EnumTypeDescription *)pTypeDescr)->pEnumValues; in val2str()234 sal_Int32 nPos = ((typelib_EnumTypeDescription *)pTypeDescr)->nEnumValues; in val2str()241 buf.append( ((typelib_EnumTypeDescription *)pTypeDescr)->ppEnumNames[nPos] ); in val2str()
512 typelib_EnumTypeDescription *pEnumDesc = in any2PyObject()513 (typelib_EnumTypeDescription *) desc.get(); in any2PyObject()
238 reinterpret_cast< typelib_EnumTypeDescription * >( in appendValue()240 sal_Int32 nPos = reinterpret_cast< typelib_EnumTypeDescription * >( in appendValue()249 buf.append( reinterpret_cast< typelib_EnumTypeDescription * >( in appendValue()
138 nSize = (sal_Int32)sizeof( typelib_EnumTypeDescription ); in getDescriptionSize()668 typelib_EnumTypeDescription * pTmp = new typelib_EnumTypeDescription(); in typelib_typedescription_newEmpty()982 typelib_EnumTypeDescription * pEnum = (typelib_EnumTypeDescription *)*ppRet; in typelib_typedescription_newEnum()1555 typelib_EnumTypeDescription * pEnum = (typelib_EnumTypeDescription *)pTD; in typelib_typedescription_destructExtendedMembers()
558 typelib_EnumTypeDescription * pEnum = (typelib_EnumTypeDescription *)pReg; in typelib_static_enum_type_init()
194 sal_Int32 * pValues = ((typelib_EnumTypeDescription *)pTypeDescr)->pEnumValues; in val2str()195 sal_Int32 nPos = ((typelib_EnumTypeDescription *)pTypeDescr)->nEnumValues; in val2str()202 buf.append( ((typelib_EnumTypeDescription *)pTypeDescr)->ppEnumNames[ nPos ] ); in val2str()
365 typelib_EnumTypeDescription * etd = in readValue()366 reinterpret_cast< typelib_EnumTypeDescription * >(type.get()); in readValue()
327 typelib_EnumTypeDescription * getTypeDescr() const in getTypeDescr()328 { return (typelib_EnumTypeDescription *)IdlClassImpl::getTypeDescr(); } in getTypeDescr()
237 ((typelib_EnumTypeDescription *)IdlClassImpl::getTypeDescr())->nDefaultEnumValue; in createObject()
261 } typelib_EnumTypeDescription; typedef
52 typelib_EnumTypeDescription * typeDescr = 0; in getTypeClassName()
118 typelib_EnumTypeDescription * pEnumTD = 0; in printValue()
149 = (reinterpret_cast< typelib_EnumTypeDescription * >(td)-> in createDefaultUnoValue()
Completed in 363 milliseconds