summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel')
-rw-r--r--oovbaapi/ooo/vba/excel/Button.idl10
-rw-r--r--oovbaapi/ooo/vba/excel/XBorder.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XBorders.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XButton.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XCharacters.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XChart.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XChartObject.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XChartObjects.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XCharts.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XComment.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XComments.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XControlObject.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XDataLabel.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XDataLabels.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XDialog.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XDialogs.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/XFont.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XGraphicObjects.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XHPageBreak.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XHPageBreaks.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XHyperlink.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XHyperlinks.idl16
-rw-r--r--oovbaapi/ooo/vba/excel/XInterior.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XMenu.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XMenuBar.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XMenuBars.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XMenuItem.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XMenuItems.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XMenus.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XName.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XNames.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XOLEObject.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XOLEObjects.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XOutline.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPageBreak.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPageSetup.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPane.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotCache.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotTable.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotTables.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XRange.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XSeries.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XSeriesCollection.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XSheetObject.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XVPageBreak.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XVPageBreaks.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XValidation.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWindow.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWindows.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWorkbook.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XWorkbooks.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheet.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheetFunction.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheets.idl4
54 files changed, 153 insertions, 153 deletions
diff --git a/oovbaapi/ooo/vba/excel/Button.idl b/oovbaapi/ooo/vba/excel/Button.idl
index dc7aafa559c7..2677b018ef5b 100644
--- a/oovbaapi/ooo/vba/excel/Button.idl
+++ b/oovbaapi/ooo/vba/excel/Button.idl
@@ -24,19 +24,19 @@
#include <ooo/vba/excel/XControlObject.idl>
#include <ooo/vba/excel/XButton.idl>
-//=============================================================================
+
/* Note: This file collects all compatibility interfaces for drawing objects
and drawing controls embedded in sheets. All these symbols are deprecated
in VBA and kept for compatibility with old VBA scripts. */
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
-//=============================================================================
+
+
/** Represents a drawing button control in a spreadsheet. */
service Button
@@ -46,7 +46,7 @@ service Button
interface XButton;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XBorder.idl b/oovbaapi/ooo/vba/excel/XBorder.idl
index 6927a13b64a2..f13ba825257b 100644
--- a/oovbaapi/ooo/vba/excel/XBorder.idl
+++ b/oovbaapi/ooo/vba/excel/XBorder.idl
@@ -21,12 +21,12 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XBorder
{
interface ::ooo::vba::XHelperInterface;
@@ -37,7 +37,7 @@ interface XBorder
[attribute] any Weight;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XBorders.idl b/oovbaapi/ooo/vba/excel/XBorders.idl
index 4a6b22a01de9..25a8491b812d 100644
--- a/oovbaapi/ooo/vba/excel/XBorders.idl
+++ b/oovbaapi/ooo/vba/excel/XBorders.idl
@@ -24,11 +24,11 @@
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XBorders
{
@@ -36,7 +36,7 @@ interface XBorders
interface ooo::vba::XCollection;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XButton.idl b/oovbaapi/ooo/vba/excel/XButton.idl
index c4646b7e7090..4a7f803ffc85 100644
--- a/oovbaapi/ooo/vba/excel/XButton.idl
+++ b/oovbaapi/ooo/vba/excel/XButton.idl
@@ -29,7 +29,7 @@
module ooo { module vba { module excel {
-//=============================================================================
+
/** Additional attributes for a push button drawing control (this interface
does not belong to ActiveX form controls).
@@ -56,7 +56,7 @@ interface XButton : com::sun::star::uno::XInterface
XCharacters Characters( [in] any Start, [in] any Length );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XCharacters.idl b/oovbaapi/ooo/vba/excel/XCharacters.idl
index 2b27c2690975..b284de1dcb5d 100644
--- a/oovbaapi/ooo/vba/excel/XCharacters.idl
+++ b/oovbaapi/ooo/vba/excel/XCharacters.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/excel/XFont.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XCharacters
{
interface ::ooo::vba::XHelperInterface;
@@ -39,7 +39,7 @@ interface XCharacters
void Delete();
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XChart.idl b/oovbaapi/ooo/vba/excel/XChart.idl
index 46ddb5a6d640..a1ae2a7d88f6 100644
--- a/oovbaapi/ooo/vba/excel/XChart.idl
+++ b/oovbaapi/ooo/vba/excel/XChart.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
#include <com/sun/star/script/BasicErrorException.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XRange;
interface XChartTitle;
interface XChart
@@ -63,7 +63,7 @@ interface XChart
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XChartObject.idl b/oovbaapi/ooo/vba/excel/XChartObject.idl
index dd6d038bc7fd..f67bf01ba3b1 100644
--- a/oovbaapi/ooo/vba/excel/XChartObject.idl
+++ b/oovbaapi/ooo/vba/excel/XChartObject.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
#include <com/sun/star/script/BasicErrorException.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XChart;
interface XChartObject
{
@@ -38,7 +38,7 @@ interface XChartObject
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XChartObjects.idl b/oovbaapi/ooo/vba/excel/XChartObjects.idl
index 34c5d468bbfc..96fceb099b61 100644
--- a/oovbaapi/ooo/vba/excel/XChartObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XChartObjects.idl
@@ -23,11 +23,11 @@
#include <ooo/vba/XCollection.idl>
#include <com/sun/star/script/BasicErrorException.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XChartObjects
{
interface ooo::vba::XCollection;
@@ -35,7 +35,7 @@ interface XChartObjects
void Delete() raises (com::sun::star::script::BasicErrorException);
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XCharts.idl b/oovbaapi/ooo/vba/excel/XCharts.idl
index 9c5b7ddd932c..4384c044a16a 100644
--- a/oovbaapi/ooo/vba/excel/XCharts.idl
+++ b/oovbaapi/ooo/vba/excel/XCharts.idl
@@ -23,11 +23,11 @@
#include <ooo/vba/XCollection.idl>
#include <com/sun/star/script/BasicErrorException.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
interface XChart;
-//=============================================================================
+
interface XCharts
{
interface ooo::vba::XCollection;
@@ -35,7 +35,7 @@ interface XCharts
XChart getActiveChart() raises (com::sun::star::script::BasicErrorException);
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XComment.idl b/oovbaapi/ooo/vba/excel/XComment.idl
index 51d69410a4ed..128db3973ab9 100644
--- a/oovbaapi/ooo/vba/excel/XComment.idl
+++ b/oovbaapi/ooo/vba/excel/XComment.idl
@@ -21,7 +21,7 @@
#include <ooo/vba/msforms/XShape.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
@@ -42,7 +42,7 @@ interface XComment
string Text([in] any Text, [in] any Start, [in] any Overwrite);
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XComments.idl b/oovbaapi/ooo/vba/excel/XComments.idl
index ce40294978c9..c4fd32130ee2 100644
--- a/oovbaapi/ooo/vba/excel/XComments.idl
+++ b/oovbaapi/ooo/vba/excel/XComments.idl
@@ -23,7 +23,7 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
@@ -32,7 +32,7 @@ interface XComments
interface ooo::vba::XCollection;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XControlObject.idl b/oovbaapi/ooo/vba/excel/XControlObject.idl
index 106dd3f7d677..5d054bb70ea9 100644
--- a/oovbaapi/ooo/vba/excel/XControlObject.idl
+++ b/oovbaapi/ooo/vba/excel/XControlObject.idl
@@ -24,7 +24,7 @@
module ooo { module vba { module excel {
-//=============================================================================
+
/** Additional attributes for all drawing controls (this interface does not
belong to ActiveX form controls).
*/
@@ -33,7 +33,7 @@ interface XControlObject : com::sun::star::uno::XInterface
[attribute] boolean AutoSize;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XDataLabel.idl b/oovbaapi/ooo/vba/excel/XDataLabel.idl
index 7288d7d1549e..76fdf040346b 100644
--- a/oovbaapi/ooo/vba/excel/XDataLabel.idl
+++ b/oovbaapi/ooo/vba/excel/XDataLabel.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
#include <com/sun/star/script/BasicErrorException.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XDataLabel
{
interface ::ooo::vba::XHelperInterface;
@@ -35,7 +35,7 @@ interface XDataLabel
string Name() raises (com::sun::star::script::BasicErrorException);
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XDataLabels.idl b/oovbaapi/ooo/vba/excel/XDataLabels.idl
index b06cfdc7f80e..ff1f937ac522 100644
--- a/oovbaapi/ooo/vba/excel/XDataLabels.idl
+++ b/oovbaapi/ooo/vba/excel/XDataLabels.idl
@@ -22,17 +22,17 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
#include <com/sun/star/script/BasicErrorException.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XDataLabels
{
interface ::ooo::vba::XCollection;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XDialog.idl b/oovbaapi/ooo/vba/excel/XDialog.idl
index 470132249033..8f6cd0a8b238 100644
--- a/oovbaapi/ooo/vba/excel/XDialog.idl
+++ b/oovbaapi/ooo/vba/excel/XDialog.idl
@@ -23,11 +23,11 @@
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XDialog : com::sun::star::uno::XInterface
{
diff --git a/oovbaapi/ooo/vba/excel/XDialogs.idl b/oovbaapi/ooo/vba/excel/XDialogs.idl
index 19be8501ceef..a5a38dc24174 100644
--- a/oovbaapi/ooo/vba/excel/XDialogs.idl
+++ b/oovbaapi/ooo/vba/excel/XDialogs.idl
@@ -22,7 +22,7 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
diff --git a/oovbaapi/ooo/vba/excel/XFont.idl b/oovbaapi/ooo/vba/excel/XFont.idl
index 5778bb96343f..ef05f0e1504a 100644
--- a/oovbaapi/ooo/vba/excel/XFont.idl
+++ b/oovbaapi/ooo/vba/excel/XFont.idl
@@ -23,7 +23,7 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
@@ -35,7 +35,7 @@ interface XFont
[attribute] any OutlineFont;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XGraphicObjects.idl b/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
index 7933ef68b479..42a7152cc97e 100644
--- a/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
@@ -26,17 +26,17 @@
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
/* Note: This file collects all compatibility interfaces for collections of
drawing objects and drawing controls embedded in sheets. All these symbols
are deprecated in VBA and kept for compatibility with old VBA scripts. */
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
/** Collections that implement this interface provide access to a specific type
of drawing objects in a single sheet.
@@ -80,7 +80,7 @@ interface XGraphicObjects : com::sun::star::uno::XInterface
any Add( [in] any Left, [in] any Top, [in] any Width, [in] any Height );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XHPageBreak.idl b/oovbaapi/ooo/vba/excel/XHPageBreak.idl
index e216763ff01e..a63b210cc54e 100644
--- a/oovbaapi/ooo/vba/excel/XHPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XHPageBreak.idl
@@ -22,18 +22,18 @@
#include <ooo/vba/excel/XPageBreak.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XHPageBreak
{
interface ::ooo::vba::excel::XPageBreak;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XHPageBreaks.idl b/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
index b226c7c4f0e9..3767db8fdd0d 100644
--- a/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
+++ b/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
@@ -24,11 +24,11 @@
#include <com/sun/star/script/BasicErrorException.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XHPageBreak;
@@ -40,7 +40,7 @@ interface XHPageBreaks
any Add([in] any Before) raises(com::sun::star::script::BasicErrorException);
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XHyperlink.idl b/oovbaapi/ooo/vba/excel/XHyperlink.idl
index 1f116f864131..4aaacd82cc6b 100644
--- a/oovbaapi/ooo/vba/excel/XHyperlink.idl
+++ b/oovbaapi/ooo/vba/excel/XHyperlink.idl
@@ -21,7 +21,7 @@
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module msforms {
interface XShape;
@@ -31,7 +31,7 @@ module ooo { module vba { module excel {
interface XRange;
-//=============================================================================
+
interface XHyperlink
{
@@ -47,11 +47,11 @@ interface XHyperlink
[attribute, readonly] ooo::vba::msforms::XShape Shape;
};
-//=============================================================================
+
}; }; };
-//=============================================================================
+
#endif
diff --git a/oovbaapi/ooo/vba/excel/XHyperlinks.idl b/oovbaapi/ooo/vba/excel/XHyperlinks.idl
index a19da582ca1c..7e33f2dfc9aa 100644
--- a/oovbaapi/ooo/vba/excel/XHyperlinks.idl
+++ b/oovbaapi/ooo/vba/excel/XHyperlinks.idl
@@ -22,21 +22,21 @@
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XHyperlink;
interface XHyperlinks
{
- // ------------------------------------------------------------------------
+
interface ::ooo::vba::XCollection;
- // ------------------------------------------------------------------------
+
XHyperlink Add(
[in] any Anchor,
@@ -45,19 +45,19 @@ interface XHyperlinks
[in] any ScreenTip,
[in] any TextToDisplay );
- // ------------------------------------------------------------------------
+
void Delete();
- // ------------------------------------------------------------------------
+
};
-//=============================================================================
+
}; }; };
-//=============================================================================
+
#endif
diff --git a/oovbaapi/ooo/vba/excel/XInterior.idl b/oovbaapi/ooo/vba/excel/XInterior.idl
index 7ca2b0a621e2..aef589de9327 100644
--- a/oovbaapi/ooo/vba/excel/XInterior.idl
+++ b/oovbaapi/ooo/vba/excel/XInterior.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XInterior
@@ -40,7 +40,7 @@ interface XInterior
[attribute] any PatternColorIndex;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XMenu.idl b/oovbaapi/ooo/vba/excel/XMenu.idl
index e2cb0e02d3b7..f80e6b06df42 100644
--- a/oovbaapi/ooo/vba/excel/XMenu.idl
+++ b/oovbaapi/ooo/vba/excel/XMenu.idl
@@ -11,10 +11,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XMenu
{
diff --git a/oovbaapi/ooo/vba/excel/XMenuBar.idl b/oovbaapi/ooo/vba/excel/XMenuBar.idl
index 4eae46097d23..4928a43f0ca4 100644
--- a/oovbaapi/ooo/vba/excel/XMenuBar.idl
+++ b/oovbaapi/ooo/vba/excel/XMenuBar.idl
@@ -11,10 +11,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XMenuBar
{
diff --git a/oovbaapi/ooo/vba/excel/XMenuBars.idl b/oovbaapi/ooo/vba/excel/XMenuBars.idl
index 84c49b4c1e9f..20ef89196279 100644
--- a/oovbaapi/ooo/vba/excel/XMenuBars.idl
+++ b/oovbaapi/ooo/vba/excel/XMenuBars.idl
@@ -24,18 +24,18 @@
#include <com/sun/star/script/BasicErrorException.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XMenuBars
{
interface ooo::vba::XCollection;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XMenuItem.idl b/oovbaapi/ooo/vba/excel/XMenuItem.idl
index be269a5de43a..402038373417 100644
--- a/oovbaapi/ooo/vba/excel/XMenuItem.idl
+++ b/oovbaapi/ooo/vba/excel/XMenuItem.idl
@@ -11,10 +11,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XMenuItem
{
diff --git a/oovbaapi/ooo/vba/excel/XMenuItems.idl b/oovbaapi/ooo/vba/excel/XMenuItems.idl
index e94dd2964850..1b1fd635d1a7 100644
--- a/oovbaapi/ooo/vba/excel/XMenuItems.idl
+++ b/oovbaapi/ooo/vba/excel/XMenuItems.idl
@@ -24,11 +24,11 @@
#include <com/sun/star/script/BasicErrorException.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XMenuItem;
@@ -39,7 +39,7 @@ interface XMenuItems
XMenuItem Add( [in] string Caption, [in] any OnAction, [in] any ShortcutKey, [in] any Before, [in] any Restore, [in] any StatusBar, [in] any HelpFile, [in] any HelpContextID ) raises ( com::sun::star::script::BasicErrorException );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XMenus.idl b/oovbaapi/ooo/vba/excel/XMenus.idl
index 96efb0d24858..97d15da90afe 100644
--- a/oovbaapi/ooo/vba/excel/XMenus.idl
+++ b/oovbaapi/ooo/vba/excel/XMenus.idl
@@ -24,11 +24,11 @@
#include <com/sun/star/script/BasicErrorException.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XMenu;
@@ -39,7 +39,7 @@ interface XMenus
XMenu Add( [in] string Caption, [in] any Before, [in] any Restore ) raises ( com::sun::star::script::BasicErrorException );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XName.idl b/oovbaapi/ooo/vba/excel/XName.idl
index 177e66d7d21e..8c12fcdabc96 100644
--- a/oovbaapi/ooo/vba/excel/XName.idl
+++ b/oovbaapi/ooo/vba/excel/XName.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XRange;
diff --git a/oovbaapi/ooo/vba/excel/XNames.idl b/oovbaapi/ooo/vba/excel/XNames.idl
index e127821f8e56..c89905fa88fd 100644
--- a/oovbaapi/ooo/vba/excel/XNames.idl
+++ b/oovbaapi/ooo/vba/excel/XNames.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XNames
{
diff --git a/oovbaapi/ooo/vba/excel/XOLEObject.idl b/oovbaapi/ooo/vba/excel/XOLEObject.idl
index 5519b70c3c49..b7b199d88ccb 100644
--- a/oovbaapi/ooo/vba/excel/XOLEObject.idl
+++ b/oovbaapi/ooo/vba/excel/XOLEObject.idl
@@ -22,12 +22,12 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XOLEObject
{
interface ::ooo::vba::XHelperInterface;
@@ -42,7 +42,7 @@ interface XOLEObject
[attribute] string LinkedCell;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XOLEObjects.idl b/oovbaapi/ooo/vba/excel/XOLEObjects.idl
index b8041b99fb15..c10a90d142d7 100644
--- a/oovbaapi/ooo/vba/excel/XOLEObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XOLEObjects.idl
@@ -20,19 +20,19 @@
#define __ooo_vba_excel_XOLEObjects_idl__
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XOLEObjects
{
interface ::ooo::vba::XCollection;
//[attribute, readonly] boolean Focused;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XOutline.idl b/oovbaapi/ooo/vba/excel/XOutline.idl
index f1634e1c873a..d1a2a7271f10 100644
--- a/oovbaapi/ooo/vba/excel/XOutline.idl
+++ b/oovbaapi/ooo/vba/excel/XOutline.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XOutline
@@ -39,7 +39,7 @@ interface XOutline
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XPageBreak.idl b/oovbaapi/ooo/vba/excel/XPageBreak.idl
index 9a748cfb09ff..ae4461e7175c 100644
--- a/oovbaapi/ooo/vba/excel/XPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XPageBreak.idl
@@ -23,11 +23,11 @@
#include <ooo/vba/XHelperInterface.idl>
#include <com/sun/star/script/BasicErrorException.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XRange;
@@ -45,7 +45,7 @@ interface XPageBreak
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XPageSetup.idl b/oovbaapi/ooo/vba/excel/XPageSetup.idl
index 7a361169f166..ec4fff937dad 100644
--- a/oovbaapi/ooo/vba/excel/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/excel/XPageSetup.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XPageSetup : com::sun::star::uno::XInterface
@@ -58,7 +58,7 @@ interface XPageSetup : com::sun::star::uno::XInterface
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XPane.idl b/oovbaapi/ooo/vba/excel/XPane.idl
index 6610a0cfc259..876c28dff618 100644
--- a/oovbaapi/ooo/vba/excel/XPane.idl
+++ b/oovbaapi/ooo/vba/excel/XPane.idl
@@ -21,11 +21,11 @@
#include <com/sun/star/uno/XInterface.idl>
-//============================================================================
+
module ooo { module vba { module excel {
-//============================================================================
+
interface XRange;
@@ -39,7 +39,7 @@ interface XPane : com::sun::star::uno::XInterface
void LargeScroll([in] /*Optional*/ any Down, [in] /*Optional*/ any Up, [in] /*Optional*/ any ToRight, [in] /*Optional*/ any ToLeft);
};
-//============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XPivotCache.idl b/oovbaapi/ooo/vba/excel/XPivotCache.idl
index 770aa3af2670..4c0a2d61175a 100644
--- a/oovbaapi/ooo/vba/excel/XPivotCache.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotCache.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XPivotCache
{
@@ -35,7 +35,7 @@ interface XPivotCache
void Refresh();
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XPivotTable.idl b/oovbaapi/ooo/vba/excel/XPivotTable.idl
index 7b130e0bda0c..4f3d0e1abdce 100644
--- a/oovbaapi/ooo/vba/excel/XPivotTable.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotTable.idl
@@ -23,11 +23,11 @@
#include <ooo/vba/excel/XPivotCache.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
//interface XPivotTable: com::sun::star::uno::XInterface
interface XPivotTable
@@ -36,7 +36,7 @@ interface XPivotTable
XPivotCache PivotCache();
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XPivotTables.idl b/oovbaapi/ooo/vba/excel/XPivotTables.idl
index 6886ede402df..7d5d5bb8f640 100644
--- a/oovbaapi/ooo/vba/excel/XPivotTables.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotTables.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XPivotTables
{
@@ -37,7 +37,7 @@ interface XPivotTables
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XRange.idl b/oovbaapi/ooo/vba/excel/XRange.idl
index 5521d26133f2..85cfccaae27c 100644
--- a/oovbaapi/ooo/vba/excel/XRange.idl
+++ b/oovbaapi/ooo/vba/excel/XRange.idl
@@ -30,7 +30,7 @@
#include <ooo/vba/XHelperInterface.idl>
#include <com/sun/star/script/BasicErrorException.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
@@ -147,7 +147,7 @@ interface XRange
any Hyperlinks( [in] any Index );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XSeries.idl b/oovbaapi/ooo/vba/excel/XSeries.idl
index 80b04f083125..f3d255e5efa2 100644
--- a/oovbaapi/ooo/vba/excel/XSeries.idl
+++ b/oovbaapi/ooo/vba/excel/XSeries.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XSeries
{
@@ -38,7 +38,7 @@ interface XSeries
any XValues ( [in] any XValues );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XSeriesCollection.idl b/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
index e6cebd27981e..fdafe78aa21b 100644
--- a/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
+++ b/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
@@ -22,10 +22,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
interface XSeries;
-//=============================================================================
+
interface XSeriesCollection
{
@@ -36,7 +36,7 @@ interface XSeriesCollection
any XSeries( [in] any Item );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XSheetObject.idl b/oovbaapi/ooo/vba/excel/XSheetObject.idl
index 45c5d2a3e6fb..748663bc7562 100644
--- a/oovbaapi/ooo/vba/excel/XSheetObject.idl
+++ b/oovbaapi/ooo/vba/excel/XSheetObject.idl
@@ -28,7 +28,7 @@
module ooo { module vba { module excel {
-//=============================================================================
+
/** Base interface for graphic objects and drawing controls in a single sheet.
@@ -65,7 +65,7 @@ interface XSheetObject : ooo::vba::XHelperInterface
[attribute] boolean PrintObject;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XVPageBreak.idl b/oovbaapi/ooo/vba/excel/XVPageBreak.idl
index 86e3ba284c63..b2854126b35c 100644
--- a/oovbaapi/ooo/vba/excel/XVPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XVPageBreak.idl
@@ -21,18 +21,18 @@
#include <ooo/vba/excel/XPageBreak.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XVPageBreak
{
interface ::ooo::vba::excel::XPageBreak;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XVPageBreaks.idl b/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
index 07501d44a44a..477e2b0be95d 100644
--- a/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
+++ b/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
@@ -24,11 +24,11 @@
#include <com/sun/star/script/BasicErrorException.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
//interface XVPageBreak;
@@ -40,7 +40,7 @@ interface XVPageBreaks
any Add( [in] any Before ) raises( com::sun::star::script::BasicErrorException );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XValidation.idl b/oovbaapi/ooo/vba/excel/XValidation.idl
index 98e58eee7547..5d1cccccf55c 100644
--- a/oovbaapi/ooo/vba/excel/XValidation.idl
+++ b/oovbaapi/ooo/vba/excel/XValidation.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XValidation
{
@@ -47,7 +47,7 @@ interface XValidation
void Add( [in] any Type, [in] any AlertStyle, [in] any Operator, [in] any Formula1, [in] any Formula2);
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XWindow.idl b/oovbaapi/ooo/vba/excel/XWindow.idl
index 7f9de9f3cb28..5132849e019a 100644
--- a/oovbaapi/ooo/vba/excel/XWindow.idl
+++ b/oovbaapi/ooo/vba/excel/XWindow.idl
@@ -21,11 +21,11 @@
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XRange;
interface XWorksheet;
@@ -79,7 +79,7 @@ interface XWindow : com::sun::star::uno::XInterface
XPane ActivePane() raises(com::sun::star::script::BasicErrorException);
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XWindows.idl b/oovbaapi/ooo/vba/excel/XWindows.idl
index bb532ac7d608..7f60a72e7254 100644
--- a/oovbaapi/ooo/vba/excel/XWindows.idl
+++ b/oovbaapi/ooo/vba/excel/XWindows.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XWindows
{
interface ::ooo::vba::XCollection;
@@ -34,7 +34,7 @@ interface XWindows
void Arrange( [in] long ArrangeStyle, [in] any ActiveWorkbook, [in] any SyncHorizontal, [in] any SyncVertical );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XWorkbook.idl b/oovbaapi/ooo/vba/excel/XWorkbook.idl
index 8ff9a480d87e..5f286d5a33d9 100644
--- a/oovbaapi/ooo/vba/excel/XWorkbook.idl
+++ b/oovbaapi/ooo/vba/excel/XWorkbook.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/lang/XUnoTunnel.idl>
#include <ooo/vba/XHelperInterface.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XWorksheet;
interface XWorksheets;
diff --git a/oovbaapi/ooo/vba/excel/XWorkbooks.idl b/oovbaapi/ooo/vba/excel/XWorkbooks.idl
index 7a140c4e6319..11372d47cc41 100644
--- a/oovbaapi/ooo/vba/excel/XWorkbooks.idl
+++ b/oovbaapi/ooo/vba/excel/XWorkbooks.idl
@@ -23,11 +23,11 @@
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XWorkbooks : com::sun::star::uno::XInterface
{
diff --git a/oovbaapi/ooo/vba/excel/XWorksheet.idl b/oovbaapi/ooo/vba/excel/XWorksheet.idl
index 427aab4a0191..f6c3a93e94bd 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheet.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheet.idl
@@ -24,11 +24,11 @@
#include <com/sun/star/script/XInvocation.idl>
#include <com/sun/star/container/XNamed.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XComments;
interface XRange;
@@ -108,7 +108,7 @@ interface XWorksheet
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, [in] any IgnorePrintAreas );
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl b/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
index 17fcf43d177d..fccbe9cb0e60 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
@@ -24,11 +24,11 @@
#include <com/sun/star/beans/XExactName.idl>
#include <com/sun/star/script/XInvocation.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XWorksheetFunction
@@ -38,7 +38,7 @@ interface XWorksheetFunction
interface ::com::sun::star::script::XInvocation;
};
-//=============================================================================
+
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XWorksheets.idl b/oovbaapi/ooo/vba/excel/XWorksheets.idl
index aa9c1bda5ebc..a883bf116fa8 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheets.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheets.idl
@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XWorksheets
{