Lines Matching refs:GetValue

520 	rStrm << (sal_uInt8)GetValue();  in Store()
550 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
594 rVal <<= (awt::FontSlant)GetValue(); // Werte von awt::FontSlant und FontItalic sind gleich in QueryValue()
638 return ( (FontItalic)GetValue() >= ITALIC_OBLIQUE ); in GetBoolValue()
668 return (FontWeight)GetValue() >= WEIGHT_BOLD; in GetBoolValue()
696 rStrm << (sal_uInt8)GetValue(); in Store()
726 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
755 rVal <<= (float)( VCLUnoHelper::ConvertFontWeight( (FontWeight)GetValue() ) ); in QueryValue()
1355 return (FontUnderline)GetValue() != UNDERLINE_NONE; in GetBoolValue()
1385 rStrm << (sal_uInt8)GetValue(); in Store()
1416 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
1447 rVal <<= (sal_Int16)(GetValue()); in QueryValue()
1594 return (FontStrikeout)GetValue() != STRIKEOUT_NONE; in GetBoolValue()
1622 rStrm << (sal_uInt8)GetValue(); in Store()
1652 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
1680 rVal <<= (sal_Int16)(GetValue()); in QueryValue()
1726 rStrm << (sal_uInt8) GetValue(); in Store()
1759 if ( GetValue() ) in GetPresentation()
1787 rStrm << (sal_uInt8) GetValue(); in Store()
1820 if ( GetValue() ) in GetPresentation()
1849 rStrm << (sal_Bool) GetValue(); in Store()
1882 if ( GetValue() ) in GetPresentation()
1910 rStrm << (sal_Bool) GetValue(); in Store()
1943 if ( GetValue() ) in GetPresentation()
1971 rStrm << (sal_uInt16) GetValue(); in Store()
2171 << GetValue(); in Store()
2217 rStrm << (short) GetValue(); in Store()
2225 SetValue( (sal_Int16)Scale( GetValue(), nMult, nDiv ) ); in ScaleMetrics()
2262 rText = GetMetricText( (long)GetValue(), eCoreUnit, SFX_MAPUNIT_POINT, pIntl ); in GetPresentation()
2271 if ( GetValue() > 0 ) in GetPresentation()
2273 else if ( GetValue() < 0 ) in GetPresentation()
2278 rText += GetMetricText( (long)GetValue(), eCoreUnit, SFX_MAPUNIT_POINT, pIntl ); in GetPresentation()
2293 sal_Int16 nVal = GetValue(); in QueryValue()
2336 rStrm << (sal_uInt8) GetValue(); in Store()
2366 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
2387 switch( GetValue() ) in QueryValue()
2662 rStrm << (sal_uInt16) GetValue(); in Store()
2695 rText = aLangTable.GetString( (LanguageType)GetValue() ); in GetPresentation()
2714 rVal <<= (sal_Int16)(GetValue()); in QueryValue()
2717 lang::Locale aRet( MsLangId::convertLanguageToLocale( GetValue(), false)); in QueryValue()
2774 rStrm << (sal_Bool)GetValue(); in Store()
2819 rStrm << (sal_Bool) GetValue(); in Store()
2921 rStrm << (sal_uInt8) GetValue(); in Store()
2954 if ( GetValue() ) in GetPresentation()
2984 rStrm << (sal_uInt16)GetValue(); in Store()
3016 sal_uInt16 nVal = GetValue(); in GetPresentation()
3043 sal_Int16 nValue = GetValue(); in QueryValue()
3217 if( !GetValue() ) in GetPresentation()
3245 rStrm << GetValue() << GetStartBracket() << GetEndBracket(); in Store()
3273 return new SvxCharRotateItem( GetValue(), IsFitToLine(), Which() ); in Clone()
3287 rStrm << GetValue() << bFlag; in Store()
3309 if( !GetValue() ) in GetPresentation()
3315 String::CreateFromInt32( GetValue() / 10 )); in GetPresentation()
3335 rVal <<= (sal_Int16)GetValue(); in QueryValue()
3394 return new SvxCharScaleWidthItem( GetValue(), Which() ); in Clone()
3428 rRet << GetValue(); in Store()
3454 if( !GetValue() ) in GetPresentation()
3460 String::CreateFromInt32( GetValue() )); in GetPresentation()
3488 rVal <<= (sal_Int16)GetValue(); in QueryValue()
3516 sal_uInt16 nVal = GetValue(); in Store()
3555 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
3598 rVal <<= (sal_Int16)GetValue(); in QueryValue()
3617 return new SvxScriptTypeItem( GetValue() ); in Clone()