Lines Matching refs:pSet
58 SvxCharacterMap::SvxCharacterMap( Window* pParent, sal_Bool bOne, const SfxItemSet* pSet ) : in SvxCharacterMap() argument
62 SFX_ITEMSET_ARG( pSet, pItem, SfxBoolItem, FN_PARAM_1, sal_False ); in SvxCharacterMap()
68 SFX_ITEMSET_ARG( pSet, pCharItem, SfxInt32Item, SID_ATTR_CHAR, sal_False ); in SvxCharacterMap()
72 SFX_ITEMSET_ARG( pSet, pDisableItem, SfxBoolItem, FN_PARAM_2, sal_False ); in SvxCharacterMap()
76 SFX_ITEMSET_ARG( pSet, pFontItem, SvxFontItem, SID_ATTR_CHAR_FONT, sal_False ); in SvxCharacterMap()
77 SFX_ITEMSET_ARG( pSet, pFontNameItem, SfxStringItem, SID_FONT_NAME, sal_False ); in SvxCharacterMap()
93 CreateOutputItemSet( pSet ? *pSet->GetPool() : SFX_APP()->GetPool() ); in SvxCharacterMap()
150 SfxItemSet* pSet = GetItemSet(); in Execute() local
151 if ( pSet ) in Execute()
153 const SfxItemPool* pPool = pSet->GetPool(); in Execute()
155 pSet->Put( SfxStringItem( pPool->GetWhich(SID_CHARMAP), GetCharacters() ) ); in Execute()
156 pSet->Put( SvxFontItem( rFont.GetFamily(), rFont.GetName(), in Execute()
158 pSet->Put( SfxStringItem( pPool->GetWhich(SID_FONT_NAME), rFont.GetName() ) ); in Execute()
159 pSet->Put( SfxInt32Item( pPool->GetWhich(SID_ATTR_CHAR), GetChar() ) ); in Execute()