From 4e5626fd7c4de4cb5d73efd9f8967b67d11931f3 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 18 Nov 2000 18:05:51 +0000 Subject: new: getMonths, getDays --- offapi/com/sun/star/i18n/XCalendar.idl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun') 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 #include +#include //============================================================================= @@ -155,6 +156,12 @@ interface XCalendar : com::sun::star::uno::XInterface /// returns the number of days in a week, e.g. 7 short getNumberOfDaysInWeek(); + /// returns a sequence of CalendarItem describing the month names + sequence< CalendarItem > getMonths(); + + /// returns a sequence of CalendarItem describing the day names + sequence< CalendarItem > getDays(); + /** Returns a string (name to display) matching the given parameters. -- cgit v1.2.3