Lines Matching refs:pImplPropertyInfo
348 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyName() local
349 assert(pImplPropertyInfo && "Invalid PropertyId!"); in GetPropertyName()
350 return pImplPropertyInfo->aName; in GetPropertyName()
355 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyType() local
356 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyType()
357 return pImplPropertyInfo ? &pImplPropertyInfo->aType : nullptr; in GetPropertyType()
362 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyAttribs() local
363 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyAttribs()
364 return pImplPropertyInfo ? pImplPropertyInfo->nAttribs : 0; in GetPropertyAttribs()
369 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in DoesDependOnOthers() local
370 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in DoesDependOnOthers()
371 return pImplPropertyInfo && pImplPropertyInfo->bDependsOnOthers; in DoesDependOnOthers()