summaryrefslogtreecommitdiff
path: root/oovbaapi/org
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-07 10:30:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-07 10:30:15 +0000
commitfefc96e832d946afcb13c571fca261c1c3864c80 (patch)
tree30f66ee571bc5b68d72e23e5db2ba7b9f975800d /oovbaapi/org
parentbb788aa60f71bae518065b0715f9bcef19c918e5 (diff)
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
Diffstat (limited to 'oovbaapi/org')
-rw-r--r--oovbaapi/org/openoffice/excel/XWorksheets.idl9
1 files changed, 5 insertions, 4 deletions
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