Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1439 SfxItemSet aEmptySet( *pStyleSet->GetPool(), pStyleSet->GetRanges() ); in getPropertyDefault() local
1442 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() local
1487 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault()
/aoo42x/main/linguistic/source/
H A Diprcache.cxx247 Reference<XPropertySet> aEmptySet; in ~SpellCache() local
249 pFlushLstnr->SetPropSet( aEmptySet ); in ~SpellCache()

Completed in 41 milliseconds