Searched refs:OfaMiscTabPage (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/cui/source/options/ |
H A D | optgdlg.cxx | 115 int OfaMiscTabPage::DeactivatePage( SfxItemSet* pSet_ ) in DeactivatePage() 189 OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet ) : in OfaMiscTabPage() function in OfaMiscTabPage 284 Link aLink = LINK( this, OfaMiscTabPage, TwoFigureConfigHdl ); in OfaMiscTabPage() 293 aLink = LINK( this, OfaMiscTabPage, HelpCheckHdl_Impl ); in OfaMiscTabPage() 317 OfaMiscTabPage::~OfaMiscTabPage() in ~OfaMiscTabPage() 329 return new OfaMiscTabPage( pParent, rAttrSet ); in Create() 334 sal_Bool OfaMiscTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() 390 void OfaMiscTabPage::Reset( const SfxItemSet& rSet ) in Reset() 439 IMPL_LINK( OfaMiscTabPage, TwoFigureHdl, NumericField*, pEd ) in IMPL_LINK() argument 463 IMPL_LINK( OfaMiscTabPage, TwoFigureConfigHdl, NumericField*, pEd ) in IMPL_LINK() argument [all …]
|
H A D | optgdlg.hxx | 40 class OfaMiscTabPage : public SfxTabPage class 77 OfaMiscTabPage( Window* pParent, const SfxItemSet& rSet ); 78 ~OfaMiscTabPage();
|
H A D | treeopt.cxx | 348 case OFA_TP_MISC: fnCreate = &OfaMiscTabPage::Create; break; in CreateGeneralTabPage()
|
Completed in 38 milliseconds