Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx127 aCbxAutoMax(this, SchResId(CBX_AUTO_MAX)), in ScaleTabPage()
166 aCbxAutoMax.SetClickHdl(LINK(this, ScaleTabPage, EnableValueHdl)); in ScaleTabPage()
217 aCbxAutoMax.SetSizePixel( aCbxAutoMax.CalcMinimumSize() ); in AdjustControlPositions()
246 lcl_shiftControls( aFmtFldMax, aCbxAutoMax, nNewXPos ); in AdjustControlPositions()
312 aCbxAutoMax.Show( bValueAxis ); in EnableControls()
348 EnableValueHdl(&aCbxAutoMax); in EnableControls()
362 else if (pCbx == &aCbxAutoMax) in IMPL_LINK()
488 aCbxAutoMax.Check( true ); in Reset()
504 aCbxAutoMax.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
602 || ( !aCbxAutoMax.IsChecked() && fMax <= 0.0 ) ) ) in DeactivatePage()
[all …]
H A Dtp_Scale.hxx78 CheckBox aCbxAutoMax; member in chart::ScaleTabPage

Completed in 21 milliseconds