Lines Matching refs:pSet

612 FASTBOOL IsItemIneffective(sal_uInt16 nWhich, const SfxItemSet* pSet, sal_uInt16& rIndent)  in IsItemIneffective()  argument
615 if (pSet==NULL) return sal_False; in IsItemIneffective()
630 if (ImpGetItem(*pSet,XATTR_LINESTYLE,pItem)) { in IsItemIneffective()
637 if (ImpGetItem(*pSet,XATTR_LINESTARTWIDTH,pItem)) { in IsItemIneffective()
644 if (ImpGetItem(*pSet,XATTR_LINEENDWIDTH,pItem)) { in IsItemIneffective()
658 if (ImpGetItem(*pSet,XATTR_FILLSTYLE,pItem)) { in IsItemIneffective()
679 if (ImpGetItem(*pSet,XATTR_FILLSTYLE,pItem)) { in IsItemIneffective()
690 if (ImpGetItem(*pSet,XATTR_FILLBMP_TILE,pItem)) { in IsItemIneffective()
694 if (ImpGetItem(*pSet,XATTR_FILLBMP_STRETCH,pItem)) { in IsItemIneffective()
717 if (ImpGetItem(*pSet,XATTR_FILLBMP_TILEOFFSETX,pItem)) { in IsItemIneffective()
721 if (ImpGetItem(*pSet,XATTR_FILLBMP_TILEOFFSETY,pItem)) { in IsItemIneffective()
754 if (ImpGetItem(*pSet,XATTR_FORMTXTSTYLE,pItem)) { in IsItemIneffective()
760 if (ImpGetItem(*pSet,XATTR_FORMTXTSHADOW,pItem)) { in IsItemIneffective()
774 if (ImpGetItem(*pSet,SDRATTR_SHADOW,pItem)) { in IsItemIneffective()
782 if (ImpGetItem(*pSet,SDRATTR_CAPTIONFIXEDANGLE,pItem)) { in IsItemIneffective()
790 if (ImpGetItem(*pSet,SDRATTR_CAPTIONESCISREL,pItem)) { in IsItemIneffective()
798 if (ImpGetItem(*pSet,SDRATTR_CAPTIONFITLINELEN,pItem)) { in IsItemIneffective()
807 if (ImpGetItem(*pSet,SDRATTR_TEXT_AUTOGROWHEIGHT,pItem)) { in IsItemIneffective()
815 if (ImpGetItem(*pSet,SDRATTR_TEXT_AUTOGROWWIDTH,pItem)) { in IsItemIneffective()
822 if (ImpGetItem(*pSet,SDRATTR_TEXT_FITTOSIZE,pItem)) { in IsItemIneffective()
835 if (ImpGetItem(*pSet,SDRATTR_TEXT_ANIKIND,pItem)) { in IsItemIneffective()
847 if (ImpGetItem(*pSet,SDRATTR_EDGEKIND,pItem)) { in IsItemIneffective()
855 if (ImpGetItem(*pSet,SDRATTR_EDGELINEDELTAANZ,pItem)) { in IsItemIneffective()
867 if (ImpGetItem(*pSet,SDRATTR_CIRCKIND,pItem)) { in IsItemIneffective()
925 void _SdrItemBrowserControl::SetAttributes(const SfxItemSet* pSet, const SfxItemSet* p2ndSet) in SetAttributes() argument
928 if (pSet!=NULL) { in SetAttributes()
931 SfxWhichIter aIter(*pSet); in SetAttributes()
932 const SfxItemPool* pPool=pSet->GetPool(); in SetAttributes()
940 SfxItemState eState=pSet->GetItemState(nWhich); in SetAttributes()
947 const SfxPoolItem& rItem=pSet->Get(nWhich); in SetAttributes()
949 …tem,&rItem) && !HAS_BASE(SfxSetItem,&rItem) && (!IsItemIneffective(nWhich,pSet,nIndent) || bDontHi… in SetAttributes()