Lines Matching refs:ScaleTabPage

110 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()
181 aFmtFldStepMain.SetModifyHdl(LINK(this, ScaleTabPage, FmtFieldModifiedHdl)); in ScaleTabPage()
182 aFmtFldOrigin.SetModifyHdl(LINK(this, ScaleTabPage, FmtFieldModifiedHdl)); in ScaleTabPage()
185 IMPL_LINK( ScaleTabPage, FmtFieldModifiedHdl, FormattedField*, pFmtFied ) in IMPL_LINK() argument
192 void ScaleTabPage::StateChanged( StateChangedType nType ) in StateChanged()
200 void ScaleTabPage::AdjustControlPositions() in AdjustControlPositions()
261 void ScaleTabPage::PlaceIntervalControlsAccordingToAxisType() in PlaceIntervalControlsAccordingToAxisType()
298 void ScaleTabPage::EnableControls() in EnableControls()
355 IMPL_LINK( ScaleTabPage, EnableValueHdl, CheckBox *, pCbx ) in IMPL_LINK() argument
395 IMPL_LINK( ScaleTabPage, SelectAxisTypeHdl, void *, EMPTYARG ) in IMPL_LINK() argument
410 SfxTabPage* ScaleTabPage::Create(Window* pWindow,const SfxItemSet& rOutAttrs) in Create()
412 return new ScaleTabPage(pWindow, rOutAttrs); in Create()
415 sal_Bool ScaleTabPage::FillItemSet(SfxItemSet& rOutAttrs) in FillItemSet()
450 void ScaleTabPage::Reset(const SfxItemSet& rInAttrs) in Reset()
563 int ScaleTabPage::DeactivatePage(SfxItemSet* pItemSet) in DeactivatePage()
689 void ScaleTabPage::SetNumFormatter( SvNumberFormatter* pFormatter ) in SetNumFormatter()
709 void ScaleTabPage::SetNumFormat() in SetNumFormat()
761 void ScaleTabPage::ShowAxisOrigin( bool bShowOrigin ) in ShowAxisOrigin()
768 bool ScaleTabPage::ShowWarning( sal_uInt16 nResIdMessage, Control* pControl /* = NULL */ ) in ShowWarning()