Lines Matching refs:pPoolItem

299     const SfxPoolItem *pPoolItem = NULL;  in Reset()  local
302 if(rInAttrs.GetItemState(SCHATTR_AXIS_POSITION,sal_True, &pPoolItem)== SFX_ITEM_SET) in Reset()
305 sal_uInt16 nPos = (sal_uInt16)static_cast< const SfxInt32Item * >( pPoolItem )->GetValue(); in Reset()
319 …if( rInAttrs.GetItemState(SCHATTR_AXIS_POSITION_VALUE,sal_True, &pPoolItem)== SFX_ITEM_SET || bZer… in Reset()
323 fCrossover = (((const SvxDoubleItem*)pPoolItem)->GetValue()); in Reset()
342 … if( rInAttrs.GetItemState( SCHATTR_AXIS_LABEL_POSITION, sal_False, &pPoolItem ) == SFX_ITEM_SET ) in Reset()
344 sal_uInt16 nPos = (sal_uInt16)static_cast< const SfxInt32Item * >( pPoolItem )->GetValue(); in Reset()
354 if(rInAttrs.GetItemState(SCHATTR_AXIS_TICKS,sal_True, &pPoolItem)== SFX_ITEM_SET) in Reset()
355 nTicks=((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
356 if(rInAttrs.GetItemState(SCHATTR_AXIS_HELPTICKS,sal_True, &pPoolItem)== SFX_ITEM_SET) in Reset()
357 nMinorTicks=((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
365 if( rInAttrs.GetItemState( SCHATTR_AXIS_MARK_POSITION, sal_False, &pPoolItem ) == SFX_ITEM_SET ) in Reset()
367 sal_uInt16 nPos = (sal_uInt16)static_cast< const SfxInt32Item * >( pPoolItem )->GetValue(); in Reset()
441 const SfxPoolItem *pPoolItem = NULL; in SetNumFormatter() local
442 ….GetItemState( SCHATTR_AXIS_CROSSING_MAIN_AXIS_NUMBERFORMAT, sal_True, &pPoolItem ) == SFX_ITEM_SE… in SetNumFormatter()
444 sal_uLong nFmt = (sal_uLong)((const SfxInt32Item*)pPoolItem)->GetValue(); in SetNumFormatter()