Searched refs:SchOptionTabPage (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_SeriesToAxis.cxx | 48 SchOptionTabPage::SchOptionTabPage(Window* pWindow,const SfxItemSet& rInAttrs) : in SchOptionTabPage() function in chart::SchOptionTabPage 72 aRbtAxis1.SetClickHdl( LINK( this, SchOptionTabPage, EnableHdl )); in SchOptionTabPage() 73 aRbtAxis2.SetClickHdl( LINK( this, SchOptionTabPage, EnableHdl )); in SchOptionTabPage() 76 SchOptionTabPage::~SchOptionTabPage() in ~SchOptionTabPage() 80 IMPL_LINK( SchOptionTabPage, EnableHdl, RadioButton *, EMPTYARG ) in IMPL_LINK() argument 90 SfxTabPage* SchOptionTabPage::Create(Window* pWindow,const SfxItemSet& rOutAttrs) in Create() 92 return new SchOptionTabPage(pWindow, rOutAttrs); in Create() 95 sal_Bool SchOptionTabPage::FillItemSet(SfxItemSet& rOutAttrs) in FillItemSet() 129 void SchOptionTabPage::Reset(const SfxItemSet& rInAttrs) in Reset() 238 void SchOptionTabPage::Init( bool bProvidesSecondaryYAxis, bool bProvidesOverlapAndGapWidth, bool b… in Init() [all …]
|
H A D | tp_SeriesToAxis.hxx | 42 class SchOptionTabPage : public SfxTabPage class 45 SchOptionTabPage(Window* pParent, const SfxItemSet& rInAttrs); 46 virtual ~SchOptionTabPage();
|
H A D | dlg_ObjectProperties.cxx | 408 … AddTabPage(TP_OPTIONS, String(SchResId(STR_PAGE_OPTIONS)),SchOptionTabPage::Create, NULL); in SchAttribTabDlg() 640 SchOptionTabPage* pTabPage = dynamic_cast< SchOptionTabPage* >( &rPage ); in PageCreated()
|
Completed in 15 milliseconds