Lines Matching refs:UnoNumericFieldControl
3703 UnoNumericFieldControl::UnoNumericFieldControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoNumericFieldControl() function in UnoNumericFieldControl
3710 ::rtl::OUString UnoNumericFieldControl::GetComponentServiceName() in GetComponentServiceName()
3716 uno::Any UnoNumericFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExce… in queryAggregation()
3724 IMPL_XTYPEPROVIDER_START( UnoNumericFieldControl )
3729 void UnoNumericFieldControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const u…
3739 void UnoNumericFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged()
3750 void UnoNumericFieldControl::setValue( double Value ) throw(uno::RuntimeException) in setValue()
3757 double UnoNumericFieldControl::getValue() throw(uno::RuntimeException) in getValue()
3762 void UnoNumericFieldControl::setMin( double Value ) throw(uno::RuntimeException) in setMin()
3769 double UnoNumericFieldControl::getMin() throw(uno::RuntimeException) in getMin()
3774 void UnoNumericFieldControl::setMax( double Value ) throw(uno::RuntimeException) in setMax()
3781 double UnoNumericFieldControl::getMax() throw(uno::RuntimeException) in getMax()
3786 void UnoNumericFieldControl::setFirst( double Value ) throw(uno::RuntimeException) in setFirst()
3796 double UnoNumericFieldControl::getFirst() throw(uno::RuntimeException) in getFirst()
3801 void UnoNumericFieldControl::setLast( double Value ) throw(uno::RuntimeException) in setLast()
3811 double UnoNumericFieldControl::getLast() throw(uno::RuntimeException) in getLast()
3816 void UnoNumericFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat()
3823 sal_Bool UnoNumericFieldControl::isStrictFormat() throw(uno::RuntimeException) in isStrictFormat()
3828 void UnoNumericFieldControl::setSpinSize( double Digits ) throw(uno::RuntimeException) in setSpinSize()
3835 double UnoNumericFieldControl::getSpinSize() throw(uno::RuntimeException) in getSpinSize()
3840 void UnoNumericFieldControl::setDecimalDigits( sal_Int16 Digits ) throw(uno::RuntimeException) in setDecimalDigits()
3847 sal_Int16 UnoNumericFieldControl::getDecimalDigits() throw(uno::RuntimeException) in getDecimalDigits()