Lines Matching refs:GetValue

188         pFmtFied->SetDefaultValue( pFmtFied->GetValue() );  in IMPL_LINK()
337 lcl_setValue( aFmtFldStepMain, m_aMt_MainDateStep.GetValue() ); in EnableControls()
339 m_aMt_MainDateStep.SetValue( static_cast<sal_Int32>(aFmtFldStepMain.GetValue()) ); in EnableControls()
458 m_bAllowDateAxis = (bool) ((const SfxBoolItem*)pPoolItem)->GetValue(); in Reset()
461 m_nAxisType = (int) ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
468 bAutoDateAxis = (bool) ((const SfxBoolItem*)pPoolItem)->GetValue(); in Reset()
495 aCbxAutoMin.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
499 fMin = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset()
504 aCbxAutoMax.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
508 fMax = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset()
513 aCbxAutoStepMain.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
517 fStepMain = ((const SvxDoubleItem*)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()
529 nStepHelp = ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
533 aCbxAutoOrigin.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
536 fOrigin = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset()
541 m_aCbx_AutoTimeResolution.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
544 m_nTimeResolution = ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
550 m_nMainTimeUnit = ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
555 m_nHelpTimeUnit = ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
576 nIndex = static_cast< sal_uInt32 >( static_cast< const SfxInt32Item* >(pPoolItem)->GetValue()); in DeactivatePage()
586 fMax = aFmtFldMax.GetValue(); in DeactivatePage()
587 fMin = aFmtFldMin.GetValue(); in DeactivatePage()
588 fOrigin = aFmtFldOrigin.GetValue(); in DeactivatePage()
589 fStepMain = bDateAxis ? m_aMt_MainDateStep.GetValue() : aFmtFldStepMain.GetValue(); in DeactivatePage()
590 nStepHelp = static_cast< sal_Int32 >( aMtStepHelp.GetValue()); in DeactivatePage()
715 sal_uLong nFmt = (sal_uLong)((const SfxInt32Item*)pPoolItem)->GetValue(); in SetNumFormat()