Home
last modified time | relevance | path

Searched refs:pDialogSet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1031 void ScViewFunc::ApplyAttributes( const SfxItemSet* pDialogSet, in ApplyAttributes() argument
1044 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()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx170 void ApplyAttributes( const SfxItemSet* pDialogSet, const SfxItemSet* pOldSet,

Completed in 25 milliseconds