Lines Matching refs:Check
403 aCbxLogarithm.Check(false); in IMPL_LINK()
487 aCbxAutoMin.Check( true ); in Reset()
488 aCbxAutoMax.Check( true ); in Reset()
489 aCbxAutoStepMain.Check( true ); in Reset()
490 aCbxAutoStepHelp.Check( true ); in Reset()
491 aCbxAutoOrigin.Check( true ); in Reset()
492 m_aCbx_AutoTimeResolution.Check( true ); in Reset()
495 aCbxAutoMin.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
504 aCbxAutoMax.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
513 aCbxAutoStepMain.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
522 aCbxAutoStepHelp.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
524 aCbxLogarithm.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
526 aCbxReverse.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
533 aCbxAutoOrigin.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
541 m_aCbx_AutoTimeResolution.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()