Lines Matching refs:VCLXDateField
4469 void VCLXDateField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
4506 VCLXDateField::VCLXDateField() in VCLXDateField() function in VCLXDateField
4510 VCLXDateField::~VCLXDateField() in ~VCLXDateField()
4515 …uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > VCLXDateField::CreateAccessi… in CreateAccessibleContext()
4526 ::com::sun::star::uno::Any VCLXDateField::queryInterface( const ::com::sun::star::uno::Type & rType… in queryInterface()
4534 IMPL_XTYPEPROVIDER_START( VCLXDateField )
4539 void VCLXDateField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::…
4608 ::com::sun::star::uno::Any VCLXDateField::getProperty( const ::rtl::OUString& PropertyName ) throw(… in getProperty()
4654 void VCLXDateField::setDate( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setDate()
4671 sal_Int32 VCLXDateField::getDate() throw(::com::sun::star::uno::RuntimeException) in getDate()
4683 void VCLXDateField::setMin( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setMin()
4692 sal_Int32 VCLXDateField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()
4704 void VCLXDateField::setMax( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setMax()
4713 sal_Int32 VCLXDateField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()
4725 void VCLXDateField::setFirst( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setFirst()
4734 sal_Int32 VCLXDateField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()
4746 void VCLXDateField::setLast( sal_Int32 nDate ) throw(::com::sun::star::uno::RuntimeException) in setLast()
4755 sal_Int32 VCLXDateField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()
4767 void VCLXDateField::setLongFormat( sal_Bool bLong ) throw(::com::sun::star::uno::RuntimeException) in setLongFormat()
4776 sal_Bool VCLXDateField::isLongFormat() throw(::com::sun::star::uno::RuntimeException) in isLongFormat()
4784 void VCLXDateField::setEmpty() throw(::com::sun::star::uno::RuntimeException) in setEmpty()
4801 sal_Bool VCLXDateField::isEmpty() throw(::com::sun::star::uno::RuntimeException) in isEmpty()
4809 void VCLXDateField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExcepti… in setStrictFormat()
4814 sal_Bool VCLXDateField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat()