Searched refs:pDialogSet (Results 1 – 2 of 2) sorted by relevance
1031 void ScViewFunc::ApplyAttributes( const SfxItemSet* pDialogSet, in ApplyAttributes() argument1044 ScPatternAttr aNewAttrs( new SfxItemSet(*pDialogSet) ); in ApplyAttributes()1047 if ( pDialogSet->GetItemState( ATTR_VALUE_FORMAT ) == SFX_ITEM_SET ) in ApplyAttributes()1052 ((const SfxUInt32Item&)pDialogSet->Get( ATTR_VALUE_FORMAT )).GetValue(); in ApplyAttributes()1078 const SvxBoxItem* pNewOuter = (const SvxBoxItem*) &pDialogSet->Get( ATTR_BORDER ); in ApplyAttributes()1080 const SvxBoxInfoItem* pNewInner = (const SvxBoxInfoItem*) &pDialogSet->Get( ATTR_BORDER_INNER ); in ApplyAttributes()1096 sal_Bool bFrame = (pDialogSet->GetItemState( ATTR_BORDER ) != SFX_ITEM_DEFAULT) in ApplyAttributes()1097 || (pDialogSet->GetItemState( ATTR_BORDER_INNER ) != SFX_ITEM_DEFAULT); in ApplyAttributes()
170 void ApplyAttributes( const SfxItemSet* pDialogSet, const SfxItemSet* pOldSet,
Completed in 32 milliseconds