Home
last modified time | relevance | path

Searched refs:typeDescr (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/comphelper/source/misc/
H A Danytostring.cxx102 typelib_TypeDescription * typeDescr = 0; in appendValue() local
103 typelib_typedescriptionreference_getDescription( &typeDescr, typeRef ); in appendValue()
104 if (typeDescr == 0 || !typelib_typedescription_complete( &typeDescr )) { in appendValue()
110 typeDescr ); in appendValue()
148 if (typeDescr != 0) in appendValue()
149 typelib_typedescription_release( typeDescr ); in appendValue()
153 typelib_TypeDescription * typeDescr = 0; in appendValue() local
154 TYPELIB_DANGER_GET( &typeDescr, typeRef ); in appendValue()
155 if (typeDescr == 0) { in appendValue()
161 typelib_IndirectTypeDescription * >(typeDescr)->pType; in appendValue()
[all …]
/AOO41X/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx52 typelib_EnumTypeDescription * typeDescr = 0; in getTypeClassName() local
55 reinterpret_cast<typelib_TypeDescription **>(&typeDescr), name.pData ); in getTypeClassName()
56 OSL_ASSERT( typeDescr != 0 ); in getTypeClassName()
57 if (typeDescr == 0) in getTypeClassName()
60 reinterpret_cast<typelib_TypeDescription **>(&typeDescr) ); in getTypeClassName()
62 sal_Int32 const * pValues = typeDescr->pEnumValues; in getTypeClassName()
63 sal_Int32 nPos = typeDescr->nEnumValues; in getTypeClassName()
70 name = typeDescr->ppEnumNames[ nPos ]; in getTypeClassName()
76 reinterpret_cast<typelib_TypeDescription *>(typeDescr) ); in getTypeClassName()
/AOO41X/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx205 OUString const & oid, TypeDescription const & typeDescr );
305 OUString const & oid, TypeDescription const & typeDescr ) in binuno_Proxy() argument
310 m_typeDescr( typeDescr ) in binuno_Proxy()