Lines Matching refs:pImplPropertyInfo
377 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyName() local
378 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyName()
379 return pImplPropertyInfo->aName; in GetPropertyName()
384 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyType() local
385 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyType()
386 return pImplPropertyInfo ? &pImplPropertyInfo->aType : NULL; in GetPropertyType()
391 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyAttribs() local
392 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyAttribs()
393 return pImplPropertyInfo ? pImplPropertyInfo->nAttribs : 0; in GetPropertyAttribs()
398 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in DoesDependOnOthers() local
399 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in DoesDependOnOthers()
400 return pImplPropertyInfo ? pImplPropertyInfo->bDependsOnOthers : sal_False; in DoesDependOnOthers()