Lines Matching refs:UnoDateFieldControl

3260 UnoDateFieldControl::UnoDateFieldControl( const Reference< XMultiServiceFactory >& i_factory )  in UnoDateFieldControl()  function in UnoDateFieldControl
3268 ::rtl::OUString UnoDateFieldControl::GetComponentServiceName() in GetComponentServiceName()
3274 uno::Any UnoDateFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcepti… in queryAggregation()
3282 IMPL_XTYPEPROVIDER_START( UnoDateFieldControl )
3287 void UnoDateFieldControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno:…
3299 void UnoDateFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged()
3340 void UnoDateFieldControl::setDate( sal_Int32 Date ) throw(uno::RuntimeException) in setDate()
3347 sal_Int32 UnoDateFieldControl::getDate() throw(uno::RuntimeException) in getDate()
3352 void UnoDateFieldControl::setMin( sal_Int32 Date ) throw(uno::RuntimeException) in setMin()
3359 sal_Int32 UnoDateFieldControl::getMin() throw(uno::RuntimeException) in getMin()
3364 void UnoDateFieldControl::setMax( sal_Int32 Date ) throw(uno::RuntimeException) in setMax()
3371 sal_Int32 UnoDateFieldControl::getMax() throw(uno::RuntimeException) in getMax()
3376 void UnoDateFieldControl::setFirst( sal_Int32 Date ) throw(uno::RuntimeException) in setFirst()
3386 sal_Int32 UnoDateFieldControl::getFirst() throw(uno::RuntimeException) in getFirst()
3391 void UnoDateFieldControl::setLast( sal_Int32 Date ) throw(uno::RuntimeException) in setLast()
3401 sal_Int32 UnoDateFieldControl::getLast() throw(uno::RuntimeException) in getLast()
3406 void UnoDateFieldControl::setLongFormat( sal_Bool bLong ) throw(uno::RuntimeException) in setLongFormat()
3416 sal_Bool UnoDateFieldControl::isLongFormat() throw(uno::RuntimeException) in isLongFormat()
3421 void UnoDateFieldControl::setEmpty() throw(uno::RuntimeException) in setEmpty()
3430 sal_Bool UnoDateFieldControl::isEmpty() throw(uno::RuntimeException) in isEmpty()
3441 void UnoDateFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat()
3448 sal_Bool UnoDateFieldControl::isStrictFormat() throw(uno::RuntimeException) in isStrictFormat()