Home
last modified time | relevance | path

Searched refs:ScaleTabPage (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/chart2/source/controller/dialogs/ !
H A Dtp_Scale.cxx110 ScaleTabPage::ScaleTabPage(Window* pWindow,const SfxItemSet& rInAttrs) : in ScaleTabPage() function in chart::ScaleTabPage
165 aCbxAutoMin.SetClickHdl(LINK(this, ScaleTabPage, EnableValueHdl)); in ScaleTabPage()
166 aCbxAutoMax.SetClickHdl(LINK(this, ScaleTabPage, EnableValueHdl)); in ScaleTabPage()
167 aCbxAutoStepMain.SetClickHdl(LINK(this, ScaleTabPage, EnableValueHdl)); in ScaleTabPage()
168 aCbxAutoStepHelp.SetClickHdl(LINK(this, ScaleTabPage, EnableValueHdl)); in ScaleTabPage()
169 aCbxAutoOrigin.SetClickHdl(LINK(this, ScaleTabPage, EnableValueHdl)); in ScaleTabPage()
170 m_aCbx_AutoTimeResolution.SetClickHdl(LINK(this, ScaleTabPage, EnableValueHdl)); in ScaleTabPage()
173 m_aLB_AxisType.SetSelectHdl(LINK(this, ScaleTabPage, SelectAxisTypeHdl)); in ScaleTabPage()
179 aFmtFldMin.SetModifyHdl(LINK(this, ScaleTabPage, FmtFieldModifiedHdl)); in ScaleTabPage()
180 aFmtFldMax.SetModifyHdl(LINK(this, ScaleTabPage, FmtFieldModifiedHdl)); in ScaleTabPage()
[all …]
H A Dtp_Scale.hxx44 class ScaleTabPage : public SfxTabPage class
47 ScaleTabPage( Window* pParent, const SfxItemSet& rInAttrs );
H A Ddlg_ObjectProperties.cxx436 AddTabPage(TP_SCALE, String(SchResId(STR_PAGE_SCALE)), ScaleTabPage::Create, NULL); in SchAttribTabDlg()
604 ScaleTabPage* pScaleTabPage = dynamic_cast< ScaleTabPage* >( &rPage ); in PageCreated()