Lines Matching refs:SfxItemSet
50 typedef IconChoicePage* (*CreatePage)(Window *pParent, const SfxItemSet &rAttrSet);
97 const SfxItemSet* pSet;
106 void SetInputSet( const SfxItemSet* pNew ) { pSet = pNew; } in SetInputSet()
111 IconChoicePage( Window *pParent, const ResId &, const SfxItemSet &rAttrSet );
119 const SfxItemSet& GetItemSet() const { return *pSet; } in GetItemSet()
121 virtual sal_Bool FillItemSet( SfxItemSet& ) = 0;
122 virtual void Reset( const SfxItemSet& ) = 0;
137 virtual void ActivatePage( const SfxItemSet& );
138 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
173 const SfxItemSet* pSet;
174 SfxItemSet* pOutSet;
175 SfxItemSet* pExampleSet;
205 virtual SfxItemSet* CreateInputItemSet( sal_uInt16 nId );
206 inline SfxItemSet* GetInputSetImpl() { return (SfxItemSet*)pSet; } in GetInputSetImpl()
209 const SfxItemSet* GetRefreshedSet();
222 const EIconChoicePos ePos = PosLeft, const SfxItemSet * pItemSet = 0 );
246 void SetInputSet( const SfxItemSet* pInSet );
247 const SfxItemSet* GetOutputItemSet() const { return pOutSet; } in GetOutputItemSet()
260 const SfxItemSet* GetExampleSet() const { return pExampleSet; } in GetExampleSet()