From fefc96e832d946afcb13c571fca261c1c3864c80 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 7 Dec 2007 10:30:15 +0000 Subject: INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/10/16 09:36:07 npower 1.2.2.3: #i77189# 2007/07/18 13:46:58 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl --- oovbaapi/org/openoffice/excel/XWorksheets.idl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'oovbaapi/org') diff --git a/oovbaapi/org/openoffice/excel/XWorksheets.idl b/oovbaapi/org/openoffice/excel/XWorksheets.idl index 16990d7b2a6d..b9d84f93ae73 100644 --- a/oovbaapi/org/openoffice/excel/XWorksheets.idl +++ b/oovbaapi/org/openoffice/excel/XWorksheets.idl @@ -4,9 +4,9 @@ * * $RCSfile: XWorksheets.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007-04-27 07:45:55 $ + * last change: $Author: vg $ $Date: 2007-12-07 11:30:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,14 +49,15 @@ module org { module openoffice { module excel { //============================================================================= -interface XWorksheets : ::com::sun::star::uno::XInterface +interface XWorksheets { + interface ::org::openoffice::vba::XCollection; [attribute] any Visible; any Add( [in] any Before, [in] any After, [in] any Count, [in] any Type ); void Delete(); void PrintOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintToFile, [in] any Collate, [in] any PrToFileName ); + void Select( [in] any Replace ); }; - }; }; }; #endif -- cgit