Searched refs:aEmptySet (Results 1 – 3 of 3) sorted by relevance
89 SfxItemSet aEmptySet( const_cast< EditView* >( getEditView() )->GetEmptyItemSet() ); in fillFeatureEventFromAttributeState() local93 aEmptySet.Put( *_rState.getItem() ); in fillFeatureEventFromAttributeState()94 SfxSlotId nSlotId = aEmptySet.GetPool()->GetSlotId( _rState.getItem()->Which() ); in fillFeatureEventFromAttributeState()95 TransformItems( nSlotId, aEmptySet, aUnoStateDescription ); in fillFeatureEventFromAttributeState()
1439 SfxItemSet aEmptySet( *pStyleSet->GetPool(), pStyleSet->GetRanges() ); in getPropertyDefault() local1442 if ( aEmptySet.GetPool()->GetSlotId(nWhich) == nWhich && in getPropertyDefault()1443 aEmptySet.GetItemState(nWhich, sal_False) == SFX_ITEM_DEFAULT ) in getPropertyDefault()1445 aEmptySet.Put( aEmptySet.Get( nWhich ) ); in getPropertyDefault()1447 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault()1486 SfxItemSet aEmptySet( *pStyleSet->GetPool(), pStyleSet->GetRanges() ); in getPropertyDefault() local1487 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault()
247 Reference<XPropertySet> aEmptySet; in ~SpellCache() local249 pFlushLstnr->SetPropSet( aEmptySet ); in ~SpellCache()
Completed in 21 milliseconds