Lines Matching refs:Value

418 …y( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& Value) throw(::com::sun:…  in setProperty()  argument
431 OSL_VERIFY( Value >>= nLineEndType ); in setProperty()
445 if ( Value >>= b ) in setProperty()
452 if ( Value >>= n ) in setProperty()
459 if ( Value >>= b ) in setProperty()
468 VCLXWindow::setProperty( PropertyName, Value ); in setProperty()
573 …y( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& Value) throw(::com::sun:…
586 OSL_VERIFY( Value >>= bValue );
594 VCLXWindow::setProperty( PropertyName, Value );
842 …y( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& Value) throw(::com::sun:… in setProperty() argument
855 if ( Value >>= bEnable ) in setProperty()
862 SetMinValue(Value); in setProperty()
867 SetMaxValue(Value); in setProperty()
871 SetDefaultValue(Value); in setProperty()
877 if ( Value >>= b ) in setProperty()
883 if (!Value.hasValue()) in setProperty()
888 if ( Value >>= xNFS ) in setProperty()
893 if (!Value.hasValue()) in setProperty()
898 if ( Value >>= n ) in setProperty()
906 const ::com::sun::star::uno::TypeClass rTC = Value.getValueType().getTypeClass(); in setProperty()
911 if (Value.hasValue()) in setProperty()
915 if (!(Value >>= nValue)) in setProperty()
921 SetValue(Value); in setProperty()
927 if ( Value >>= d ) in setProperty()
932 if ( Value >>= n ) in setProperty()
940 if ( Value >>= n ) in setProperty()
947 if ( Value >>= b ) in setProperty()
953 VCLXSpinField::setProperty( PropertyName, Value ); in setProperty()
959 pField->SetAutoColor(!Value.hasValue()); in setProperty()
963 VCLXSpinField::setProperty( PropertyName, Value ); in setProperty()
1562 …y( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& Value) throw(::com::sun:… in setProperty() argument
1575 Value >>= b; in setProperty()
1583 Value >>= b; in setProperty()
1591 Value >>= nId; in setProperty()
1599 Value >>= aStr; in setProperty()
1606 SVTXRoadmap_Base::setProperty( PropertyName, Value ); in setProperty()
1612 SVTXRoadmap_Base::setProperty( PropertyName, Value ); in setProperty()
1691 void SVTXNumericField::setValue( double Value ) throw(::com::sun::star::uno::RuntimeException)
1697 pField->SetValue( Value );
1708 void SVTXNumericField::setMin( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMin() argument
1714 pField->SetMinValue( Value ); in setMin()
1725 void SVTXNumericField::setMax( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMax() argument
1731 pField->SetMaxValue( Value ); in setMax()
1742 void SVTXNumericField::setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException) in setFirst() argument
1748 pField->SetSpinFirst( Value ); in setFirst()
1759 void SVTXNumericField::setLast( double Value ) throw(::com::sun::star::uno::RuntimeException) in setLast() argument
1765 pField->SetSpinLast( Value ); in setLast()
1776 void SVTXNumericField::setSpinSize( double Value ) throw(::com::sun::star::uno::RuntimeException) in setSpinSize() argument
1782 pField->SetSpinSize( Value ); in setSpinSize()
1793 void SVTXNumericField::setDecimalDigits( sal_Int16 Value ) throw(::com::sun::star::uno::RuntimeExce… in setDecimalDigits() argument
1799 pField->SetDecimalDigits( Value ); in setDecimalDigits()
1857 void SVTXCurrencyField::setValue( double Value ) throw(::com::sun::star::uno::RuntimeException)
1863 pField->SetValue( Value );
1874 void SVTXCurrencyField::setMin( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMin() argument
1880 pField->SetMinValue( Value ); in setMin()
1891 void SVTXCurrencyField::setMax( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMax() argument
1897 pField->SetMaxValue( Value ); in setMax()
1908 void SVTXCurrencyField::setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException) in setFirst() argument
1914 pField->SetSpinFirst( Value ); in setFirst()
1925 void SVTXCurrencyField::setLast( double Value ) throw(::com::sun::star::uno::RuntimeException) in setLast() argument
1931 pField->SetSpinLast( Value ); in setLast()
1942 void SVTXCurrencyField::setSpinSize( double Value ) throw(::com::sun::star::uno::RuntimeException) in setSpinSize() argument
1948 pField->SetSpinSize( Value ); in setSpinSize()
1959 void SVTXCurrencyField::setDecimalDigits( sal_Int16 Value ) throw(::com::sun::star::uno::RuntimeExc… in setDecimalDigits() argument
1965 pField->SetDecimalDigits( Value ); in setDecimalDigits()
1993 …y( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& Value) throw(::com::sun:… in setProperty() argument
2013 Value >>= aStr; in setProperty()
2020 Value >>= b; in setProperty()
2026 SVTXFormattedField::setProperty(PropertyName, Value); in setProperty()
2030 SVTXFormattedField::setProperty(PropertyName, Value); in setProperty()
2216 …y( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& Value) throw(::com::sun:… in setProperty() argument
2228 if ( Value >>= m_nValue ) in setProperty()
2234 if ( Value >>= m_nValueMin ) in setProperty()
2240 if ( Value >>= m_nValueMax ) in setProperty()
2249 sal_Bool bVoid = Value.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_VOID; in setProperty()
2258 if ( Value >>= nColor ) in setProperty()
2268 VCLXWindow::setProperty( PropertyName, Value ); in setProperty()
2332 …y( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& Value ) throw(::com::sun… in setProperty() argument
2334 VCLXDateField::setProperty( PropertyName, Value ); in setProperty()
2344 if ( !Value.hasValue() ) in setProperty()
2349 if ( Value >>= nColor ) in setProperty()