Searched refs:pImplPropertyInfo (Results 1 – 1 of 1) sorted by relevance
377 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyName() local378 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyName()379 return pImplPropertyInfo->aName; in GetPropertyName()384 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyType() local385 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyType()386 return pImplPropertyInfo ? &pImplPropertyInfo->aType : NULL; in GetPropertyType()391 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyAttribs() local392 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyAttribs()393 return pImplPropertyInfo ? pImplPropertyInfo->nAttribs : 0; in GetPropertyAttribs()399 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in DoesDependOnOthers()[all …]
Completed in 7 milliseconds