Home
last modified time | relevance | path

Searched refs:SfxItemSet (Results 1 – 25 of 1510) sorted by relevance

12345678910>>...61

/AOO42X/main/svl/source/items/
H A Ditemset.cxx51 DBG_NAME(SfxItemSet) in DBG_NAME()
78 const SfxItemSet *pSet = (const SfxItemSet*) pVoid; in DBG_NAME()
106 SfxItemSet::SfxItemSet in SfxItemSet() function in SfxItemSet
137 DBG_CTOR(SfxItemSet, DbgCheckItemSet); in SfxItemSet()
161 SfxItemSet::SfxItemSet( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ): in SfxItemSet() function in SfxItemSet
167 DBG_CTOR(SfxItemSet, DbgCheckItemSet); in SfxItemSet()
177 void SfxItemSet::InitRanges_Impl(sal_uInt16 nWh1, sal_uInt16 nWh2) in InitRanges_Impl()
179 DBG_CHKTHIS(SfxItemSet, 0); in InitRanges_Impl()
191 void SfxItemSet::InitRanges_Impl(va_list pArgs, sal_uInt16 nWh1, sal_uInt16 nWh2, sal_uInt16 nNull) in InitRanges_Impl()
193 DBG_CHKTHIS(SfxItemSet, 0); in InitRanges_Impl()
[all …]
/AOO42X/main/cui/source/inc/
H A Dcuitabarea.hxx49 const SfxItemSet& mrOutAttrs;
71 SvxAreaTabDialog( Window* pParent, const SfxItemSet* pAttr, SdrModel* pModel, bool bShadow );
100 const SfxItemSet& rOutAttrs;
138 SfxItemSet& rXFSet;
153 sal_Bool InitPreview ( const SfxItemSet& rSet );
157 SvxTransparenceTabPage(Window* pParent, const SfxItemSet& rInAttrs);
160 static SfxTabPage* Create(Window*, const SfxItemSet&);
163 virtual sal_Bool FillItemSet(SfxItemSet&);
164 virtual void Reset(const SfxItemSet&);
165 virtual void ActivatePage(const SfxItemSet& rSet);
[all …]
H A Dautocdlg.hxx50 OfaAutoCorrDlg(Window* pParent, const SfxItemSet *pSet );
117 OfaAutocorrOptionsPage( Window* pParent, const SfxItemSet& rSet );
121 const SfxItemSet& rAttrSet);
123 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
124 virtual void Reset( const SfxItemSet& rSet );
125 virtual void ActivatePage( const SfxItemSet& );
180 const SfxItemSet& rSet );
185 const SfxItemSet& rAttrSet);
186 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
187 virtual void Reset( const SfxItemSet& rSet );
[all …]
H A Dnumpages.hxx96 const SfxItemSet& rSet);
100 const SfxItemSet& rAttrSet);
102 virtual void ActivatePage(const SfxItemSet& rSet);
103 virtual int DeactivatePage(SfxItemSet *pSet);
104 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
105 virtual void Reset( const SfxItemSet& rSet );
134 const SfxItemSet& rSet);
138 const SfxItemSet& rAttrSet);
140 virtual void ActivatePage(const SfxItemSet& rSet);
141 virtual int DeactivatePage(SfxItemSet *pSet);
[all …]
H A Dchardlg.hxx60 … SvxCharBasePage( Window* pParent, const ResId& rResIdTabPage, const SfxItemSet&,
64 void SetPrevFontSize( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
65 void SetPrevFont( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
66 …void SetPrevFontStyle( const SfxItemSet& rSet, sal_uInt16 nSlotPosture, sal_uInt16 …
67 void SetPrevFontWidthScale( const SfxItemSet& rSet );
79 virtual void ActivatePage( const SfxItemSet& rSet );
128 SvxCharNamePage( Window* pParent, const SfxItemSet& rSet );
151 void Reset_Impl( const SfxItemSet& rSet, LanguageGroup eLangGrp );
152 sal_Bool FillItemSet_Impl( SfxItemSet& rSet, LanguageGroup eLangGrp );
153 void ResetColor_Impl( const SfxItemSet& rSet );
[all …]
H A Dtransfrm.hxx66 SvxTransformTabDialog( Window* pParent, const SfxItemSet* pAttr,
119 const SfxItemSet& mrOutAttrs;
167 SvxPositionSizeTabPage( Window* pParent, const SfxItemSet& rInAttrs );
169 static SfxTabPage* Create( Window*, const SfxItemSet& );
172 virtual sal_Bool FillItemSet( SfxItemSet& );
173 virtual void Reset( const SfxItemSet & );
175 virtual void ActivatePage( const SfxItemSet& rSet );
176 virtual int DeactivatePage( SfxItemSet* pSet );
217 const SfxItemSet& rOutAttrs;
232 SvxAngleTabPage( Window* pParent, const SfxItemSet& rInAttrs );
[all …]
H A Dcuitabline.hxx40 const SfxItemSet& rOutAttrs;
71 SvxLineTabDialog( Window* pParent, const SfxItemSet* pAttr,
137SfxItemSet* pSymbolAttr; //attributes for the shown symbols; only necessary if not equal t…
154 const SfxItemSet& rOutAttrs;
164 SfxItemSet& rXLSet;
212 SvxLineTabPage( Window* pParent, const SfxItemSet& rInAttrs );
218 static SfxTabPage* Create( Window*, const SfxItemSet& );
221 virtual sal_Bool FillItemSet( SfxItemSet& );
222 virtual void Reset( const SfxItemSet& );
224 virtual void ActivatePage( const SfxItemSet& rSet );
[all …]
H A Diconcdlg.hxx50 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;
[all …]
H A Dparagrph.hxx68 SvxStdParagraphTabPage( Window* pParent, const SfxItemSet& rSet );
121 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
126 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
129 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
130 virtual void Reset( const SfxItemSet& rSet );
180 SvxParaAlignTabPage( Window* pParent, const SfxItemSet& rSet );
184 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
187 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
190 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
191 virtual void Reset( const SfxItemSet& rSet );
[all …]
/AOO42X/main/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.hxx57 virtual sal_Bool FillItemSet ( SfxItemSet& _rCoreAttrs );
58 …enericAdministrationPage* CreateSpreadSheetTabPage( Window* pParent, const SfxItemSet& _rAttrSet );
59 OSpreadSheetConnectionPageSetup(Window* pParent, const SfxItemSet& _rCoreAttrs);
66 virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
78 virtual sal_Bool FillItemSet ( SfxItemSet& _rCoreAttrs );
79 …static OGenericAdministrationPage* CreateTextTabPage( Window* pParent, const SfxItemSet& _rAttrSe…
80 OTextConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs );
87 virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
102 virtual sal_Bool FillItemSet ( SfxItemSet& _rCoreAttrs );
103 …static OGenericAdministrationPage* CreateLDAPTabPage( Window* pParent, const SfxItemSet& _rAttrSe…
[all …]
H A Ddetailpages.hxx97 virtual sal_Bool FillItemSet (SfxItemSet& _rCoreAttrs);
99 …OCommonBehaviourTabPage(Window* pParent, sal_uInt16 nResId, const SfxItemSet& _rCoreAttrs, sal_uIn…
106 virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
121 virtual sal_Bool FillItemSet ( SfxItemSet& _rCoreAttrs );
123 ODbaseDetailsPage(Window* pParent, const SfxItemSet& _rCoreAttrs);
138 virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
155 OAdoDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
164 virtual sal_Bool FillItemSet ( SfxItemSet& _rCoreAttrs );
166 OOdbcDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
168 virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
[all …]
H A Ddetailpages.cxx100 …TabPage::OCommonBehaviourTabPage(Window* pParent, sal_uInt16 nResId, const SfxItemSet& _rCoreAttrs, in DBG_NAME()
203 void OCommonBehaviourTabPage::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) in implInitControls()
230 sal_Bool OCommonBehaviourTabPage::FillItemSet(SfxItemSet& _rSet) in FillItemSet()
253 ODbaseDetailsPage::ODbaseDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in DBG_NAME()
279 SfxTabPage* ODriversSettings::CreateDbase( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateDbase()
299 void ODbaseDetailsPage::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) in implInitControls()
325 sal_Bool ODbaseDetailsPage::FillItemSet( SfxItemSet& _rSet ) in FillItemSet()
356 OAdoDetailsPage::OAdoDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in DBG_NAME()
370 SfxTabPage* ODriversSettings::CreateAdo( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateAdo()
379 OOdbcDetailsPage::OOdbcDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in OOdbcDetailsPage()
[all …]
/AOO42X/main/svl/inc/svl/
H A Ditemset.hxx67 class SVL_DLLPUBLIC SfxItemSet class
72 const SfxItemSet* _pParent; // Ableitung
105 const_cast<SfxItemSet &>(*this).InvalidateHashKey(); in GetItems_Impl()
113 const SfxItemSet& operator=(const SfxItemSet &); // n.i.!!
123 SfxItemSet( const SfxItemSet& );
125 SfxItemSet( SfxItemPool&, sal_Bool bTotalPoolRanges = sal_False );
126 SfxItemSet( SfxItemPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
127SfxItemSet( SfxItemPool&, USHORT_ARG nWh1, USHORT_ARG nWh2, USHORT_ARG nNull, ... );
128 SfxItemSet( SfxItemPool&, const sal_uInt16* nWhichPairTable );
129 virtual ~SfxItemSet();
[all …]
/AOO42X/main/forms/source/richtext/
H A Drtattributehandler.hxx32 class SfxItemSet;
64 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const = 0;
65 …virtual void executeAttribute( const SfxItemSet& _rCurrentAttribs, SfxItemSet& _rNe…
87 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;
88 …virtual void executeAttribute( const SfxItemSet& _rCurrentAttribs, SfxItemSet& _rNe…
92 AttributeCheckState getCheckState( const SfxItemSet& _rAttribs ) const;
95 …void putItemForScript( SfxItemSet& _rAttribs, const SfxPoolItem& _rItem, ScriptType _nForSc…
136 …virtual void executeAttribute( const SfxItemSet& _rCurrentAttribs, SfxItemSet& …
152 …virtual void executeAttribute( const SfxItemSet& _rCurrentAttribs, SfxItemSet& …
168 …virtual void executeAttribute( const SfxItemSet& _rCurrentAttribs, SfxItemSet& …
[all …]
/AOO42X/main/sc/inc/
H A Dpatattr.hxx59 ScPatternAttr(SfxItemSet* pItemSet, const String& rStyleName);
60 ScPatternAttr(SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet = NULL);
75 …tic const SfxPoolItem& GetItem( sal_uInt16 nWhich, const SfxItemSet& rItemSet, const SfxItemSet* p…
76 const SfxPoolItem& GetItem( sal_uInt16 nWhich, const SfxItemSet* pCondSet ) const;
84 …static SvxCellOrientation GetCellOrientation( const SfxItemSet& rItemSet, const SfxItemSet* pCondS…
85 SvxCellOrientation GetCellOrientation( const SfxItemSet* pCondSet = 0 ) const;
88 static void GetFont( Font& rFont, const SfxItemSet& rItemSet,
92 const SfxItemSet* pCondSet = NULL,
99 const SfxItemSet* pCondSet = NULL,
104 …static void FillToEditItemSet( SfxItemSet& rEditSet, const SfxItemSet& rSrcSet, const
[all …]
/AOO42X/main/sfx2/inc/sfx2/
H A Dtabdlg.hxx55 typedef SfxTabPage* (*CreateTabPage)(Window *pParent, const SfxItemSet &rAttrSet);
78 SfxTabDialogItem( sal_uInt16 nId, const SfxItemSet& rItemSet );
100 const SfxItemSet* pSet;
101 SfxItemSet* pOutSet;
123 virtual SfxItemSet* CreateInputItemSet( sal_uInt16 nId );
125 virtual const SfxItemSet* GetRefreshedSet();
129 SfxItemSet* pExampleSet;
130 SfxItemSet* GetInputSetImpl();
143 SfxTabDialog( Window* pParent, const ResId &rResId, const SfxItemSet * = 0,
146 const SfxItemSet * = 0, sal_Bool bEditFmt = sal_False,
[all …]
H A Ditemconnect.hxx204 void DoApplyFlags( const SfxItemSet& rItemSet );
206 void DoReset( const SfxItemSet& rItemSet );
208 bool DoFillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet );
214 virtual void ApplyFlags( const SfxItemSet& rItemSet ) = 0;
216 virtual void Reset( const SfxItemSet& rItemSet ) = 0;
218 virtual bool FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ) = 0;
273 virtual void ApplyFlags( const SfxItemSet& rItemSet );
275 virtual void Reset( const SfxItemSet& rItemSet );
277 virtual bool FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet );
302 virtual void ApplyFlags( const SfxItemSet& rItemSet );
[all …]
/AOO42X/main/sw/source/ui/envelp/
H A Dswuilabimp.hxx58 SwLabPage(Window* pParent, const SfxItemSet& rSet);
78 static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
80 virtual void ActivatePage(const SfxItemSet& rSet);
81 virtual int DeactivatePage(SfxItemSet* pSet = 0);
83 virtual sal_Bool FillItemSet(SfxItemSet& rSet);
84 virtual void Reset(const SfxItemSet& rSet);
130 SwVisitingCardPage(Window* pParent, const SfxItemSet& rSet);
138 static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
140 virtual void ActivatePage(const SfxItemSet& rSet);
141 virtual int DeactivatePage(SfxItemSet* pSet = 0);
[all …]
/AOO42X/main/sfx2/source/dialog/
H A Ditemconnect.cxx51 sal_uInt16 ItemWrapperHelper::GetWhichId( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetWhichId()
56 bool ItemWrapperHelper::IsKnownItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in IsKnownItem()
61 const SfxPoolItem* ItemWrapperHelper::GetUniqueItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetUniqueItem()
67 const SfxPoolItem& ItemWrapperHelper::GetDefaultItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetDefaultItem()
72 void ItemWrapperHelper::RemoveDefaultItem( SfxItemSet& rDestSet, const SfxItemSet& rOldSet, sal_uIn… in RemoveDefaultItem()
270 void ItemConnectionBase::DoApplyFlags( const SfxItemSet& rItemSet ) in DoApplyFlags()
276 void ItemConnectionBase::DoReset( const SfxItemSet& rItemSet ) in DoReset()
282 bool ItemConnectionBase::DoFillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ) in DoFillItemSet()
308 void DummyItemConnection::ApplyFlags( const SfxItemSet& rItemSet ) in ApplyFlags()
314 void DummyItemConnection::Reset( const SfxItemSet& /*rItemSet*/ ) in Reset() argument
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Doptpage.hxx95 const SfxItemSet& rSet );
99 const SfxItemSet& rAttrSet);
101 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
102 virtual void Reset( const SfxItemSet& rSet );
156 const SfxItemSet& rSet );
160 const SfxItemSet& rAttrSet );
162 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
163 virtual void Reset( const SfxItemSet& rSet );
245 const SfxItemSet& rSet );
250 const SfxItemSet& rAttrSet );
[all …]
H A Dfrmpage.hxx138 virtual void ActivatePage(const SfxItemSet& rSet);
139 virtual int DeactivatePage(SfxItemSet *pSet);
161 void Init(const SfxItemSet& rSet, sal_Bool bReset = sal_False);
183 SwFrmPage(Window *pParent, const SfxItemSet &rSet);
191 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
194 virtual sal_Bool FillItemSet(SfxItemSet &rSet);
195 virtual void Reset(const SfxItemSet &rSet);
231 virtual void ActivatePage(const SfxItemSet& rSet);
232 SwGrfExtPage(Window *pParent, const SfxItemSet &rSet);
240 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
[all …]
/AOO42X/main/sd/source/ui/dlg/
H A Dsddlgfact.hxx68 virtual void GetAttr( SfxItemSet& rOutAttrs );
86 virtual const SfxItemSet* GetOutputItemSet() const;
88 virtual void SetInputSet( const SfxItemSet* pInSet );
102 virtual const SfxItemSet* GetOutputItemSet() const;
104 virtual void SetInputSet( const SfxItemSet* pInSet );
116 virtual const SfxItemSet* GetOutputItemSet() const;
118 virtual void SetInputSet( const SfxItemSet* pInSet );
145 virtual SfxItemSet GetItemSet();
153 virtual void GetAttr(SfxItemSet& rOutAttrs);
166 virtual void GetAttr( SfxItemSet& rOutAttrs ) ;
[all …]
H A Dsddlgfact.cxx82 void AbstractCopyDlg_Impl::GetAttr( SfxItemSet& rOutAttrs ) in GetAttr()
104 const SfxItemSet* AbstractTabDialog_Impl::GetOutputItemSet() const in GetOutputItemSet()
112 void AbstractTabDialog_Impl::SetInputSet( const SfxItemSet* pInSet ) in SetInputSet()
134 const SfxItemSet* AbstractBulletDialog_Impl::GetOutputItemSet() const in GetOutputItemSet()
142 void AbstractBulletDialog_Impl::SetInputSet( const SfxItemSet* pInSet ) in SetInputSet()
164 const SfxItemSet* SdPresLayoutTemplateDlg_Impl::GetOutputItemSet() const in GetOutputItemSet()
174 void SdPresLayoutTemplateDlg_Impl::SetInputSet( const SfxItemSet* pInSet ) in SetInputSet()
231 SfxItemSet AbstractSdModifyFieldDlg_Impl::GetItemSet() in GetItemSet()
238 void AbstractSdSnapLineDlg_Impl::GetAttr(SfxItemSet& rOutAttrs) in GetAttr()
261 void AbstractSdInsertLayerDlg_Impl::GetAttr( SfxItemSet& rOutAttrs ) in GetAttr()
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Dtpsubt.hxx47 const SfxItemSet& rArgSet );
54 const SfxItemSet& rArgSet );
56 SfxItemSet& rArgSet );
93 const SfxItemSet& rArgSet );
99 const SfxItemSet& rArgSet );
100 virtual sal_Bool FillItemSet ( SfxItemSet& rArgSet );
101 virtual void Reset ( const SfxItemSet& rArgSet );
110 const SfxItemSet& rArgSet );
116 const SfxItemSet& rArgSet );
117 virtual sal_Bool FillItemSet ( SfxItemSet& rArgSet );
[all …]
/AOO42X/main/cui/source/options/
H A Doptinet2.hxx136 SvxProxyTabPage( Window* pParent, const SfxItemSet& rSet );
140 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
141 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
142 virtual void Reset( const SfxItemSet& rSet );
196 virtual void ActivatePage( const SfxItemSet& rSet );
197 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
200 SvxSearchTabPage( Window* pParent, const SfxItemSet& rSet );
204 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
205 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
206 virtual void Reset( const SfxItemSet& rSet );
[all …]

12345678910>>...61