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()
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()
487 aCbxAutoMin.Check( true ); in Reset()
495 aCbxAutoMin.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
601 ( ( !aCbxAutoMin.IsChecked() && fMin <= 0.0 ) in DeactivatePage()
[all …]
H A Dtp_Scale.hxx74 CheckBox aCbxAutoMin; member in chart::ScaleTabPage

Completed in 18 milliseconds