LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XDateField_idl__
20 #define __com_sun_star_awt_XDateField_idl__
27 module
com { module sun { module star { module awt {
boolean isLongFormat()
determines if the long date format is currently used.
gives access to the value and settings of a date field.
Definition: XDateField.idl:33
void setLast([in] ::com::sun::star::util::Date Date)
sets the last value to be set on END key.
::com::sun::star::util::Date getMax()
returns the currently set maximum date value that can be entered by the user.
boolean isEmpty()
returns whether currently an empty value is set for the date.
void setDate([in] ::com::sun::star::util::Date Date)
sets the date value which is displayed in the date field.
void setFirst([in] ::com::sun::star::util::Date Date)
sets the first value to be set on POS1 key.
void setMax([in] ::com::sun::star::util::Date Date)
sets the maximum date value that can be entered by the user.
void setStrictFormat([in] boolean bStrict)
determines if the format is checked during user input.
represents a date value.
Definition: Date.idl:31
::com::sun::star::util::Date getFirst()
returns the currently set first value which is set on POS1 key.
void setLongFormat([in] boolean bLong)
determines if the long date format is to be used.
::com::sun::star::util::Date getMin()
returns the currently set minimum date value that can be entered by the user.
Definition: Ambiguous.idl:22
void setMin([in] ::com::sun::star::util::Date Date)
sets the minimum date value that can be entered by the user.
base interface of all UNO interfaces
Definition: XInterface.idl:48
boolean isStrictFormat()
returns whether the format is currently checked during user input.
::com::sun::star::util::Date getLast()
returns the currently set last value which is set on END key.
::com::sun::star::util::Date getDate()
returns the date value which is currently displayed in the date field.
void setEmpty()
sets an empty value for the date.