summaryrefslogtreecommitdiff
path: root/oovbaapi
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
commit64ebaaf6a543e5db1cf8a2ac2774469728d37ad7 (patch)
treea9c2fbc8fd36bc986625e8029ce5cce7cce87e83 /oovbaapi
parent0aa4c1998b2801e45b5f3d59ed42a884f27817eb (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')
-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 bbf3dd260d..cddf9b050f 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