Lines Matching refs:pItemSet

1359     const SfxItemSet* pItemSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry );  in getPropertyState()  local
1361 if ( pItemSet && pResultEntry ) in getPropertyState()
1370 SfxItemState eState = pItemSet->GetItemState( nWhich, sal_False ); in getPropertyState()
1447 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault() local
1453 aAny <<= sal_Int32( ((const SfxUInt32Item&)pItemSet->Get(nWhich)).GetValue() ); in getPropertyDefault()
1457 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyDefault()
1462 aAny <<= sal_Int16( ((const SfxUInt16Item&)pItemSet->Get(nWhich)).GetValue() ); in getPropertyDefault()
1468 aAny <<= sal_Bool( ((const ScViewObjectModeItem&)pItemSet->Get(nWhich)). in getPropertyDefault()
1473 … const ScPageScaleToItem aItem((const ScPageScaleToItem&)pItemSet->Get(nWhich)); in getPropertyDefault()
1481 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyDefault()
1487 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault() local
1492 const SfxPoolItem* pItem = &pItemSet->Get( ATTR_BORDER ); in getPropertyDefault()
2014 const SfxItemSet* pItemSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry ); in getPropertyValue() local
2016 if ( pItemSet && pResultEntry ) in getPropertyValue()
2028 pItemSet->Get( ATTR_VALUE_FORMAT )).GetValue(); in getPropertyValue()
2030 pItemSet->Get( ATTR_LANGUAGE_FORMAT )).GetLanguage(); in getPropertyValue()
2038 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyValue()
2042 … sal_Int32 nRot = ((const SfxInt32Item&)pItemSet->Get(ATTR_ROTATE_VALUE)).GetValue(); in getPropertyValue()
2043 … sal_Bool bStacked = ((const SfxBoolItem&)pItemSet->Get(nWhich)).GetValue(); in getPropertyValue()
2050 … aAny <<= sal_Int16( ((const SfxUInt16Item&)pItemSet->Get(nWhich)).GetValue() ); in getPropertyValue()
2056 aAny <<= sal_Bool( ((const ScViewObjectModeItem&)pItemSet-> in getPropertyValue()
2063 … sal_uInt8 nValue = ((const SvxPaperBinItem&)pItemSet->Get(nWhich)).GetValue(); in getPropertyValue()
2078 … ScPageScaleToItem aItem((const ScPageScaleToItem&)pItemSet->Get(ATTR_PAGE_SCALETO)); in getPropertyValue()
2089 if ( pItemSet->GetPool()->GetSlotId(nWhich) == nWhich && in getPropertyValue()
2090 pItemSet->GetItemState(nWhich, sal_False) == SFX_ITEM_DEFAULT ) in getPropertyValue()
2092 SfxItemSet aNoEmptySet( *pItemSet ); in getPropertyValue()
2097 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyValue()
2106 const SfxPoolItem* pItem = &pItemSet->Get( ATTR_BORDER ); in getPropertyValue()