Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1335 const SfxItemPropertySimpleEntry* pResultEntry = NULL; in getPropertyState() local
1336 const SfxItemSet* pItemSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry ); in getPropertyState()
1338 if ( pItemSet && pResultEntry ) in getPropertyState()
1340 sal_uInt16 nWhich = pResultEntry->nWID; in getPropertyState()
1401 const SfxItemPropertySimpleEntry* pResultEntry = NULL; in getPropertyDefault() local
1402 const SfxItemSet* pStyleSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry ); in getPropertyDefault()
1404 if ( pStyleSet && pResultEntry ) in getPropertyDefault()
1406 sal_uInt16 nWhich = pResultEntry->nWID; in getPropertyDefault()
1454 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyDefault()
1969 const SfxItemPropertySimpleEntry* pResultEntry = NULL; in getPropertyValue() local
[all …]