Home
last modified time | relevance | path

Searched refs:aCbxAutoMin (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx123 aCbxAutoMin(this, SchResId(CBX_AUTO_MIN)), in ScaleTabPage()
165 aCbxAutoMin.SetClickHdl(LINK(this, ScaleTabPage, EnableValueHdl)); in ScaleTabPage()
216 aCbxAutoMin.SetSizePixel( aCbxAutoMin.CalcMinimumSize() ); in AdjustControlPositions()
241 long nOrgAutoCheckX = aCbxAutoMin.GetPosPixel().X(); in AdjustControlPositions()
245 lcl_shiftControls( aFmtFldMin, aCbxAutoMin, nNewXPos ); in AdjustControlPositions()
309 aCbxAutoMin.Show( bValueAxis ); in EnableControls()
347 EnableValueHdl(&aCbxAutoMin); in EnableControls()
358 if (pCbx == &aCbxAutoMin) in IMPL_LINK()
427 rOutAttrs.Put(SfxBoolItem(SCHATTR_AXIS_AUTO_MIN ,bAutoScale || aCbxAutoMin.IsChecked())); in FillItemSet()
487 aCbxAutoMin.Check( true ); in Reset()
[all …]
H A Dtp_Scale.hxx74 CheckBox aCbxAutoMin; member in chart::ScaleTabPage