Lines Matching refs:VCLXDateField

4463 void VCLXDateField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds )  in ImplGetPropertyIds()
4500 VCLXDateField::VCLXDateField() in VCLXDateField() function in VCLXDateField
4504 VCLXDateField::~VCLXDateField() in ~VCLXDateField()
4509 …uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > VCLXDateField::CreateAccessi… in CreateAccessibleContext()
4520 ::com::sun::star::uno::Any VCLXDateField::queryInterface( const ::com::sun::star::uno::Type & rType… in queryInterface()
4528 IMPL_XTYPEPROVIDER_START( VCLXDateField )
4533 void VCLXDateField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::…
4602 ::com::sun::star::uno::Any VCLXDateField::getProperty( const ::rtl::OUString& PropertyName ) throw(… in getProperty()
4648 void VCLXDateField::setDate( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setDate()
4665 sal_Int32 VCLXDateField::getDate() throw(::com::sun::star::uno::RuntimeException) in getDate()
4677 void VCLXDateField::setMin( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setMin()
4686 sal_Int32 VCLXDateField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()
4698 void VCLXDateField::setMax( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setMax()
4707 sal_Int32 VCLXDateField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()
4719 void VCLXDateField::setFirst( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setFirst()
4728 sal_Int32 VCLXDateField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()
4740 void VCLXDateField::setLast( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setLast()
4749 sal_Int32 VCLXDateField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()
4761 void VCLXDateField::setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException) in setLongFormat()
4770 sal_Bool VCLXDateField::isLongFormat() throw(::com::sun::star::uno::RuntimeException) in isLongFormat()
4778 void VCLXDateField::setEmpty() throw(::com::sun::star::uno::RuntimeException) in setEmpty()
4795 sal_Bool VCLXDateField::isEmpty() throw(::com::sun::star::uno::RuntimeException) in isEmpty()
4803 void VCLXDateField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExcepti… in setStrictFormat()
4808 sal_Bool VCLXDateField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat()