Home
last modified time | relevance | path

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

/trunk/main/forms/source/richtext/
H A Dparametrizedattributedispatcher.cxx89 SfxItemSet aEmptySet( const_cast< EditView* >( getEditView() )->GetEmptyItemSet() ); in fillFeatureEventFromAttributeState() local
93 aEmptySet.Put( *_rState.getItem() ); in fillFeatureEventFromAttributeState()
94 SfxSlotId nSlotId = aEmptySet.GetPool()->GetSlotId( _rState.getItem()->Which() ); in fillFeatureEventFromAttributeState()
95 TransformItems( nSlotId, aEmptySet, aUnoStateDescription ); in fillFeatureEventFromAttributeState()
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1412 SfxItemSet aEmptySet( *pStyleSet->GetPool(), pStyleSet->GetRanges() ); in getPropertyDefault() local
1415 if ( aEmptySet.GetPool()->GetSlotId(nWhich) == nWhich && in getPropertyDefault()
1416 aEmptySet.GetItemState(nWhich, sal_False) == SFX_ITEM_DEFAULT ) in getPropertyDefault()
1418 aEmptySet.Put( aEmptySet.Get( nWhich ) ); in getPropertyDefault()
1420 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault()
1459 SfxItemSet aEmptySet( *pStyleSet->GetPool(), pStyleSet->GetRanges() ); in getPropertyDefault() local
1460 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault()
/trunk/main/linguistic/source/
H A Diprcache.cxx244 Reference<XPropertySet> aEmptySet; in ~SpellCache() local
246 pFlushLstnr->SetPropSet( aEmptySet ); in ~SpellCache()