LibreOffice Module toolkit (master) 1
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
VCLXDateField Class Reference

#include <vclxwindows.hxx>

Inheritance diagram for VCLXDateField:
[legend]
Collaboration diagram for VCLXDateField:
[legend]

Public Member Functions

 VCLXDateField ()
 
virtual ~VCLXDateField () override
 
void SAL_CALL setDate (const css::util::Date &Date) override
 
css::util::Date SAL_CALL getDate () override
 
void SAL_CALL setMin (const css::util::Date &Date) override
 
css::util::Date SAL_CALL getMin () override
 
void SAL_CALL setMax (const css::util::Date &Date) override
 
css::util::Date SAL_CALL getMax () override
 
void SAL_CALL setFirst (const css::util::Date &Date) override
 
css::util::Date SAL_CALL getFirst () override
 
void SAL_CALL setLast (const css::util::Date &Date) override
 
css::util::Date SAL_CALL getLast () override
 
void SAL_CALL setLongFormat (sal_Bool bLong) override
 
sal_Bool SAL_CALL isLongFormat () override
 
void SAL_CALL setEmpty () override
 
sal_Bool SAL_CALL isEmpty () override
 
void SAL_CALL setStrictFormat (sal_Bool bStrict) override
 
sal_Bool SAL_CALL isStrictFormat () override
 
void SAL_CALL setProperty (const OUString &PropertyName, const css::uno::Any &Value) override
 
css::uno::Any SAL_CALL getProperty (const OUString &PropertyName) override
 
virtual void GetPropertyIds (std::vector< sal_uInt16 > &aIds) override
 

Static Public Member Functions

static void ImplGetPropertyIds (std::vector< sal_uInt16 > &aIds)
 

Protected Member Functions

virtual css::uno::Reference< css::accessibility::XAccessibleContext > CreateAccessibleContext () override
 

Detailed Description

Definition at line 318 of file toolkit/inc/awt/vclxwindows.hxx.

Constructor & Destructor Documentation

◆ VCLXDateField()

VCLXDateField::VCLXDateField ( )

Definition at line 4612 of file vclxwindows.cxx.

◆ ~VCLXDateField()

VCLXDateField::~VCLXDateField ( )
overridevirtual

Definition at line 4616 of file vclxwindows.cxx.

Member Function Documentation

◆ CreateAccessibleContext()

css::uno::Reference< css::accessibility::XAccessibleContext > VCLXDateField::CreateAccessibleContext ( )
overrideprotectedvirtual

Definition at line 4621 of file vclxwindows.cxx.

◆ getDate()

util::Date VCLXDateField::getDate ( )
override

Definition at line 4763 of file vclxwindows.cxx.

Referenced by getProperty().

◆ getFirst()

util::Date VCLXDateField::getFirst ( )
override

Definition at line 4823 of file vclxwindows.cxx.

◆ getLast()

util::Date VCLXDateField::getLast ( )
override

Definition at line 4843 of file vclxwindows.cxx.

◆ getMax()

util::Date VCLXDateField::getMax ( )
override

Definition at line 4803 of file vclxwindows.cxx.

Referenced by getProperty().

◆ getMin()

util::Date VCLXDateField::getMin ( )
override

Definition at line 4783 of file vclxwindows.cxx.

Referenced by getProperty().

◆ getProperty()

css::uno::Any VCLXDateField::getProperty ( const OUString &  PropertyName)
override

◆ GetPropertyIds()

virtual void VCLXDateField::GetPropertyIds ( std::vector< sal_uInt16 > &  aIds)
inlineoverridevirtual

Reimplemented in SVTXDateField.

Definition at line 351 of file toolkit/inc/awt/vclxwindows.hxx.

References ImplGetPropertyIds().

◆ ImplGetPropertyIds()

void VCLXDateField::ImplGetPropertyIds ( std::vector< sal_uInt16 > &  aIds)
static

◆ isEmpty()

sal_Bool VCLXDateField::isEmpty ( )
override

Definition at line 4888 of file vclxwindows.cxx.

◆ isLongFormat()

sal_Bool VCLXDateField::isLongFormat ( )
override

Definition at line 4863 of file vclxwindows.cxx.

◆ isStrictFormat()

sal_Bool VCLXDateField::isStrictFormat ( )
override

Definition at line 4901 of file vclxwindows.cxx.

References VCLXFormattedSpinField::isStrictFormat().

◆ setDate()

void VCLXDateField::setDate ( const css::util::Date &  Date)
override

Definition at line 4746 of file vclxwindows.cxx.

Referenced by setProperty().

◆ setEmpty()

void VCLXDateField::setEmpty ( )
override

Definition at line 4871 of file vclxwindows.cxx.

◆ setFirst()

void VCLXDateField::setFirst ( const css::util::Date &  Date)
override

Definition at line 4814 of file vclxwindows.cxx.

◆ setLast()

void VCLXDateField::setLast ( const css::util::Date &  Date)
override

Definition at line 4834 of file vclxwindows.cxx.

◆ setLongFormat()

void VCLXDateField::setLongFormat ( sal_Bool  bLong)
override

Definition at line 4854 of file vclxwindows.cxx.

◆ setMax()

void VCLXDateField::setMax ( const css::util::Date &  Date)
override

Definition at line 4794 of file vclxwindows.cxx.

Referenced by setProperty().

◆ setMin()

void VCLXDateField::setMin ( const css::util::Date &  Date)
override

Definition at line 4774 of file vclxwindows.cxx.

Referenced by setProperty().

◆ setProperty()

void VCLXDateField::setProperty ( const OUString &  PropertyName,
const css::uno::Any &  Value 
)
override

◆ setStrictFormat()

void VCLXDateField::setStrictFormat ( sal_Bool  bStrict)
override

Definition at line 4896 of file vclxwindows.cxx.

References VCLXFormattedSpinField::setStrictFormat().


The documentation for this class was generated from the following files: