Lines Matching refs:GetValue
642 ((SdrFractionItem&)rCmp).GetValue()==nValue; in operator ==()
692 return new SdrFractionItem(Which(),GetValue()); in Clone()
713 if(GetValue().IsValid()) in GetPresentation()
715 sal_Int32 nDiv = GetValue().GetDenominator(); in GetPresentation()
717 rText = UniString::CreateFromInt32(GetValue().GetNumerator()); in GetPresentation()
746 return new SdrScaleItem(Which(),GetValue()); in Clone()
757 return new SdrOnOffItem(Which(),GetValue()); in Clone()
774 rText=GetValueTextByVal(GetValue()); in GetPresentation()
797 return new SdrYesNoItem(Which(),GetValue()); in Clone()
814 rText=GetValueTextByVal(GetValue()); in GetPresentation()
841 return new SdrPercentItem(Which(),GetValue()); in Clone()
853 rText = UniString::CreateFromInt32(GetValue()); in GetPresentation()
884 return new SdrAngleItem(Which(),GetValue()); in Clone()
896 sal_Int32 nValue(GetValue()); in GetPresentation()
981 return new SdrMetricItem(Which(),GetValue()); in Clone()
996 if (GetValue()!=0) { in ScaleMetrics()
997 BigInt aVal(GetValue()); in ScaleMetrics()
1009 long nValue=GetValue(); in GetPresentation()
1054 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1081 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1113 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1126 sal_Bool __EXPORT SdrTextFitToSizeTypeItem::GetBoolValue() const { return GetValue()!=SDRTEXTFIT_NO… in GetBoolValue()
1132 drawing::TextFitToSizeType eFS = (drawing::TextFitToSizeType)GetValue(); in QueryValue()
1171 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1184 rVal <<= (drawing::TextVerticalAdjust)GetValue(); in QueryValue()
1221 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1234 rVal <<= (drawing::TextHorizontalAdjust)GetValue(); in QueryValue()
1271 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1284 rVal <<= (drawing::TextAnimationKind)GetValue(); in QueryValue()
1320 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1333 rVal <<= (drawing::TextAnimationDirection)GetValue(); in QueryValue()
1364 rText = UniString::CreateFromInt32(GetValue()); in GetPresentation()
1388 return GetValue()>0; in HasMetrics()
1393 if (GetValue()>0) { in ScaleMetrics()
1394 BigInt aVal(GetValue()); in ScaleMetrics()
1407 sal_Int32 nValue(GetValue()); in GetPresentation()
1460 rText = GetValueTextByVal( GetValue() ); in GetPresentation()
1478 sal_Bool bValue = (sal_Bool)GetValue(); in Store()
1485 return new SdrTextFixedCellHeightItem( GetValue() ); in Clone()
1493 sal_Bool bValue = (sal_Bool)GetValue(); in QueryValue()
1553 if ( ((SdrCustomShapeAdjustmentItem&)rCmp).GetValue( i ).nValue != GetValue( i ).nValue ) in operator ==()
1573 rText.Append( UniString::CreateFromInt32( GetValue( i ).nValue ) ); in GetPresentation()
1598 rOut << GetValue( i ).nValue; in Store()
1609 const SdrCustomShapeAdjustmentValue& rVal = GetValue( i ); in Clone()
1623 const SdrCustomShapeAdjustmentValue& SdrCustomShapeAdjustmentItem::GetValue( sal_uInt32 nIndex ) co… in GetValue() function in SdrCustomShapeAdjustmentItem
1657 *pPtr++ = GetValue( i ).nValue; in QueryValue()
1709 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1724 switch( GetValue() ) in QueryValue()
1769 rVal <<= (sal_Int32)GetValue(); in QueryValue()
1785 rVal <<= (sal_Int32)GetValue(); in QueryValue()
1801 rVal <<= (sal_Int32)GetValue(); in QueryValue()
1817 rVal <<= (sal_Int32)GetValue(); in QueryValue()
1833 rVal <<= (sal_Int32)GetValue(); in QueryValue()
1849 rVal <<= (sal_Int32)GetValue(); in QueryValue()
1865 rVal <<= (sal_Int32)GetValue(); in QueryValue()
1900 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1913 rVal <<= (drawing::MeasureKind)GetValue(); in QueryValue()
1949 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
1962 rVal <<= (drawing::MeasureTextHorzPos)GetValue(); in QueryValue()
1998 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
2011 rVal <<= (drawing::MeasureTextVertPos)GetValue(); in QueryValue()
2059 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
2072 rVal <<= (sal_Int32)GetValue(); in QueryValue()
2107 rText=GetValueTextByPos(sal::static_int_cast< sal_uInt16 >(GetValue())); in GetPresentation()
2120 rVal <<= (drawing::CircleKind)GetValue(); in QueryValue()
2149 return new SdrSignedPercentItem( Which(), GetValue() ); in Clone()
2161 rText = UniString::CreateFromInt32(GetValue()); in GetPresentation()
2283 rVal <<= ((double)GetValue()) / 100.0; in QueryValue()
2389 rText = GetValueTextByPos( sal::static_int_cast< sal_uInt16 >( GetValue() ) ); in GetPresentation()