Lines Matching refs:UnoTimeFieldControl
3502 UnoTimeFieldControl::UnoTimeFieldControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoTimeFieldControl() function in UnoTimeFieldControl
3509 ::rtl::OUString UnoTimeFieldControl::GetComponentServiceName() in GetComponentServiceName()
3515 uno::Any UnoTimeFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcepti… in queryAggregation()
3523 IMPL_XTYPEPROVIDER_START( UnoTimeFieldControl )
3528 void UnoTimeFieldControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno:…
3537 void UnoTimeFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged()
3556 void UnoTimeFieldControl::setTime( sal_Int32 Time ) throw(uno::RuntimeException) in setTime()
3563 sal_Int32 UnoTimeFieldControl::getTime() throw(uno::RuntimeException) in getTime()
3568 void UnoTimeFieldControl::setMin( sal_Int32 Time ) throw(uno::RuntimeException) in setMin()
3575 sal_Int32 UnoTimeFieldControl::getMin() throw(uno::RuntimeException) in getMin()
3580 void UnoTimeFieldControl::setMax( sal_Int32 Time ) throw(uno::RuntimeException) in setMax()
3587 sal_Int32 UnoTimeFieldControl::getMax() throw(uno::RuntimeException) in getMax()
3592 void UnoTimeFieldControl::setFirst( sal_Int32 Time ) throw(uno::RuntimeException) in setFirst()
3602 sal_Int32 UnoTimeFieldControl::getFirst() throw(uno::RuntimeException) in getFirst()
3607 void UnoTimeFieldControl::setLast( sal_Int32 Time ) throw(uno::RuntimeException) in setLast()
3617 sal_Int32 UnoTimeFieldControl::getLast() throw(uno::RuntimeException) in getLast()
3622 void UnoTimeFieldControl::setEmpty() throw(uno::RuntimeException) in setEmpty()
3631 sal_Bool UnoTimeFieldControl::isEmpty() throw(uno::RuntimeException) in isEmpty()
3642 void UnoTimeFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat()
3649 sal_Bool UnoTimeFieldControl::isStrictFormat() throw(uno::RuntimeException) in isStrictFormat()