add: getLoadedCalendar
This commit is contained in:
parent
916ce99974
commit
afc02366b2
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: XCalendar.idl,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: er $ $Date: 2000-11-10 23:54:06 $
|
||||
* last change: $Author: er $ $Date: 2000-11-13 11:07:27 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -63,6 +63,7 @@
|
|||
#define __com_sun_star_i18n_XCalendar_idl__
|
||||
|
||||
#include <com/sun/star/lang/Locale.idl>
|
||||
#include <com/sun/star/i18n/Calendar.idl>
|
||||
|
||||
//=============================================================================
|
||||
|
||||
|
@ -83,6 +84,9 @@ interface XCalendar : com::sun::star::uno::XInterface
|
|||
/// load a specific calendar for the given locale
|
||||
void loadCalendar( [in] string uniqueID, [in] ::com::sun::star::lang::Locale rLocale );
|
||||
|
||||
/// get the current loaded <type>Calendar</type>
|
||||
Calendar getLoadedCalendar();
|
||||
|
||||
/// returns all available calendars for the given locale
|
||||
sequence< string > getAllCalendars( [in] ::com::sun::star::lang::Locale rLocale );
|
||||
|
||||
|
|
Loading…
Reference in a new issue