Lines Matching refs:rItemSet

135 bool AxisItemConverter::ApplyItemSet( const SfxItemSet & rItemSet )  in ApplyItemSet()  argument
140 ::comphelper::ApplyItemSetFunc( rItemSet, bResult )); in ApplyItemSet()
143 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
458 bool lcl_isDateAxis( const SfxItemSet & rItemSet ) in lcl_isDateAxis() argument
460 …sal_Int32 nAxisType = static_cast< const SfxInt32Item & >( rItemSet.Get( SCHATTR_AXISTYPE )).GetVa… in lcl_isDateAxis()
464 bool lcl_isAutoMajor( const SfxItemSet & rItemSet ) in lcl_isAutoMajor() argument
466 …bool bRet = static_cast< const SfxBoolItem & >( rItemSet.Get( SCHATTR_AXIS_AUTO_STEP_MAIN )).GetVa… in lcl_isAutoMajor()
470 bool lcl_isAutoMinor( const SfxItemSet & rItemSet ) in lcl_isAutoMinor() argument
472 …bool bRet = static_cast< const SfxBoolItem & >( rItemSet.Get( SCHATTR_AXIS_AUTO_STEP_HELP )).GetVa… in lcl_isAutoMinor()
476 bool AxisItemConverter::ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
493 rItemSet.Get( nWhichId )).GetValue() )) in ApplySpecialItem()
504 rItemSet.Get( SCHATTR_AXIS_AUTO_MAX )).GetValue() )) in ApplySpecialItem()
506 rItemSet.Get( nWhichId ).QueryValue( aValue ); in ApplySpecialItem()
518 rItemSet.Get( nWhichId )).GetValue() )) in ApplySpecialItem()
529 rItemSet.Get( SCHATTR_AXIS_AUTO_MIN )).GetValue() )) in ApplySpecialItem()
531 rItemSet.Get( nWhichId ).QueryValue( aValue ); in ApplySpecialItem()
546 rItemSet.Get( nWhichId )).GetValue() )) in ApplySpecialItem()
571 rItemSet.Get( nWhichId )).GetValue() ); in ApplySpecialItem()
582 if( lcl_isAutoMajor(rItemSet) ) in ApplySpecialItem()
592 if( !lcl_isAutoMajor(rItemSet) ) in ApplySpecialItem()
594 if( rItemSet.Get( nWhichId ).QueryValue( aValue ) ) in ApplySpecialItem()
607 if( !lcl_isAutoMajor(rItemSet) ) in ApplySpecialItem()
609 rItemSet.Get( nWhichId ).QueryValue( aValue ); in ApplySpecialItem()
610 if( lcl_isDateAxis(rItemSet) ) in ApplySpecialItem()
632 if( lcl_isAutoMinor(rItemSet) ) in ApplySpecialItem()
650 if( !lcl_isAutoMinor(rItemSet) ) in ApplySpecialItem()
652 if( rItemSet.Get( nWhichId ).QueryValue( aValue ) ) in ApplySpecialItem()
665 if( !lcl_isAutoMinor(rItemSet) ) in ApplySpecialItem()
667 rItemSet.Get( nWhichId ).QueryValue( aValue ); in ApplySpecialItem()
668 if( lcl_isDateAxis(rItemSet) ) in ApplySpecialItem()
690 if( (static_cast< const SfxBoolItem & >( rItemSet.Get( nWhichId )).GetValue() )) in ApplySpecialItem()
698 …if( ! (static_cast< const SfxBoolItem & >( rItemSet.Get( SCHATTR_AXIS_AUTO_TIME_RESOLUTION )).GetV… in ApplySpecialItem()
700 rItemSet.Get( nWhichId ).QueryValue( aValue ); in ApplySpecialItem()
714 rItemSet.Get( nWhichId )).GetValue() )) in ApplySpecialItem()
726 rItemSet.Get( SCHATTR_AXIS_AUTO_ORIGIN )).GetValue() )) in ApplySpecialItem()
728 rItemSet.Get( nWhichId ).QueryValue( aValue ); in ApplySpecialItem()
768 static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
804 … double fValue = static_cast< const SvxDoubleItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
840 static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
878 static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
896 rItemSet.Get( nWhichId )).GetValue()) / 100.0; in ApplySpecialItem()
916 rItemSet.Get( SID_ATTR_NUMBERFORMAT_SOURCE )).GetValue() ); in ApplySpecialItem()
922 rItemSet.Get( nWhichId )).GetValue()); in ApplySpecialItem()
939 rItemSet.Get( nWhichId )).GetValue() ); in ApplySpecialItem()
947 SfxItemState aState = rItemSet.GetItemState( SID_ATTR_NUMBERFORMAT_VALUE ); in ApplySpecialItem()
952 rItemSet.Get( SID_ATTR_NUMBERFORMAT_VALUE )).GetValue()); in ApplySpecialItem()
975 …sal_Int32 nNewAxisType = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue()… in ApplySpecialItem()
983 … bool bNewValue = static_cast< const SfxBoolItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()