Lines Matching refs:pResultEntry
1358 const SfxItemPropertySimpleEntry* pResultEntry = NULL; in getPropertyState() local
1359 const SfxItemSet* pItemSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry ); in getPropertyState()
1361 if ( pItemSet && pResultEntry ) in getPropertyState()
1363 sal_uInt16 nWhich = pResultEntry->nWID; in getPropertyState()
1428 const SfxItemPropertySimpleEntry* pResultEntry = NULL; in getPropertyDefault() local
1429 const SfxItemSet* pStyleSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry ); in getPropertyDefault()
1431 if ( pStyleSet && pResultEntry ) in getPropertyDefault()
1433 sal_uInt16 nWhich = pResultEntry->nWID; in getPropertyDefault()
1481 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyDefault()
2013 const SfxItemPropertySimpleEntry* pResultEntry = NULL; in getPropertyValue() local
2014 const SfxItemSet* pItemSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry ); in getPropertyValue()
2016 if ( pItemSet && pResultEntry ) in getPropertyValue()
2018 sal_uInt16 nWhich = pResultEntry->nWID; in getPropertyValue()
2094 pPropSet->getPropertyValue( *pResultEntry, aNoEmptySet, aAny ); in getPropertyValue()
2097 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyValue()