Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/misc/
H A Danytostring.cxx102 typelib_TypeDescription * typeDescr = 0; in appendValue() local
104 if (typeDescr == 0 || !typelib_typedescription_complete( &typeDescr )) { in appendValue()
110 typeDescr ); in appendValue()
148 if (typeDescr != 0) in appendValue()
153 typelib_TypeDescription * typeDescr = 0; in appendValue() local
155 if (typeDescr == 0) { in appendValue()
195 TYPELIB_DANGER_RELEASE( typeDescr ); in appendValue()
232 if (typeDescr == 0 || !typelib_typedescription_complete( &typeDescr )) { in appendValue()
239 typeDescr )->pEnumValues; in appendValue()
241 typeDescr )->nEnumValues; in appendValue()
[all …]
/trunk/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()
/trunk/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()

Completed in 39 milliseconds