Lines Matching refs:SfxInt32Item
419 rOutAttrs.Put(SfxInt32Item(SCHATTR_AXISTYPE, m_nAxisType)); in FillItemSet()
435 rOutAttrs.Put(SfxInt32Item(SCHATTR_AXIS_STEP_HELP, nStepHelp)); in FillItemSet()
442 rOutAttrs.Put(SfxInt32Item(SCHATTR_AXIS_TIME_RESOLUTION,m_nTimeResolution)); in FillItemSet()
444 rOutAttrs.Put(SfxInt32Item(SCHATTR_AXIS_MAIN_TIME_UNIT,m_nMainTimeUnit)); in FillItemSet()
445 rOutAttrs.Put(SfxInt32Item(SCHATTR_AXIS_HELP_TIME_UNIT,m_nHelpTimeUnit)); in FillItemSet()
461 m_nAxisType = (int) ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
529 nStepHelp = ((const SfxInt32Item*)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()
715 sal_uLong nFmt = (sal_uLong)((const SfxInt32Item*)pPoolItem)->GetValue(); in SetNumFormat()