summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2000-11-18 18:05:51 +0000
committerEike Rathke <er@openoffice.org>2000-11-18 18:05:51 +0000
commit4e5626fd7c4de4cb5d73efd9f8967b67d11931f3 (patch)
treea0a323964dbf6740512181a160264174d08791d5 /offapi/com/sun
parent1f1c106341192a295c4b1d0432b04b7258b31b55 (diff)
new: getMonths, getDays
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/i18n/XCalendar.idl11
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/XCalendar.idl b/offapi/com/sun/star/i18n/XCalendar.idl
index c88914517..88de2f798 100644
--- a/offapi/com/sun/star/i18n/XCalendar.idl
+++ b/offapi/com/sun/star/i18n/XCalendar.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCalendar.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2000-11-13 11:07:27 $
+ * last change: $Author: er $ $Date: 2000-11-18 19:05:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,7 @@
#include <com/sun/star/lang/Locale.idl>
#include <com/sun/star/i18n/Calendar.idl>
+#include <com/sun/star/i18n/CalendarItem.idl>
//=============================================================================
@@ -155,6 +156,12 @@ interface XCalendar : com::sun::star::uno::XInterface
/// returns the number of days in a week, e.g. <bold>7</bold>
short getNumberOfDaysInWeek();
+ /// returns a sequence of <type>CalendarItem</type> describing the month names
+ sequence< CalendarItem > getMonths();
+
+ /// returns a sequence of <type>CalendarItem</type> describing the day names
+ sequence< CalendarItem > getDays();
+
/**
Returns a string (name to display) matching the given parameters.