Kaydet (Commit) 07c638f9 authored tarafından Alexander Wilms's avatar Alexander Wilms Kaydeden (comit) Caolán McNamara

Remove visual noise from oovbaapi

Change-Id: I9e378028bf876fdb01c139d7d747558cac1de28c
Reviewed-on: https://gerrit.libreoffice.org/8287Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst da290f39
......@@ -24,7 +24,7 @@
module ooo { module vba {
//=============================================================================
interface XApplicationBase
{
......@@ -47,7 +47,7 @@ interface XApplicationBase
void Undo();
};
//=============================================================================
}; };
......
......@@ -21,10 +21,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XAssistant
{
......
......@@ -23,10 +23,10 @@
#include <com/sun/star/script/XDefaultMethod.idl>
#include <com/sun/star/container/XEnumerationAccess.idl>
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XCollection
{
......
......@@ -23,11 +23,11 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
#include <com/sun/star/script/XDefaultMethod.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
/** Base interface for VBA collections.
......@@ -41,12 +41,12 @@ module ooo { module vba {
*/
interface XCollectionBase
{
//-------------------------------------------------------------------------
/** Provides an enumeration of all items in this collection.
*/
interface ::com::sun::star::container::XEnumerationAccess;
//-------------------------------------------------------------------------
/** Provides the name of the default item access method.
Usually this method is called "Item". The access method has to be
......@@ -54,15 +54,15 @@ interface XCollectionBase
*/
interface ::com::sun::star::script::XDefaultMethod;
//-------------------------------------------------------------------------
/** Returns the number of items contained in this collection.
*/
[attribute, readonly] long Count;
//-------------------------------------------------------------------------
};
//=============================================================================
}; };
......
......@@ -22,10 +22,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XCommandBarControls;
interface XCommandBar
......
......@@ -20,10 +20,10 @@
#define __ooo_vba_XCommandBarButton_idl__
#include <com/sun/star/uno/XInterface.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XCommandBarButton: com::sun::star::uno::XInterface
{
......
......@@ -21,10 +21,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XCommandBarControl
{
......
......@@ -22,10 +22,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XCommandBarControl;
interface XCommandBarControls
......
......@@ -20,10 +20,10 @@
#define __ooo_vba_XCommandBarPopup_idl__
#include <com/sun/star/uno/XInterface.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XCommandBarPopup: com::sun::star::uno::XInterface
{
......
......@@ -22,10 +22,10 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XCommandBar;
interface XCommandBars
......
......@@ -23,11 +23,11 @@
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XDialogBase
{
......
......@@ -23,7 +23,7 @@
#include <ooo/vba/XCollection.idl>
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba {
......
......@@ -23,7 +23,7 @@
#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba {
//=============================================================================
......
......@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XDocumentsBase
{
......
......@@ -23,7 +23,7 @@
#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba {
//==============================================================================
/**
*/
interface XErrObject : ::com::sun::star::uno::XInterface
......
......@@ -22,7 +22,7 @@
#include <com/sun/star/uno/XInterface.idl>
//=============================================================================
module ooo { module vba {
......@@ -41,7 +41,7 @@ interface XExecutableDialog
any execute();
};
//=============================================================================
}; };
......
......@@ -23,7 +23,7 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba {
......@@ -44,7 +44,7 @@ interface XFontBase
[attribute] any Name;
};
//=============================================================================
}; };
......
......@@ -22,11 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XPageSetupBase
......@@ -42,7 +42,7 @@ interface XPageSetupBase
[attribute] long Orientation;
};
//=============================================================================
}; };
......
......@@ -21,18 +21,18 @@
#include <com/sun/star/script/XDefaultProperty.idl>
//=============================================================================
module ooo { module vba {
//=============================================================================
interface XPropValue: com::sun::star::script::XDefaultProperty
{
[attribute] any Value;
};
//=============================================================================
}; };
......
......@@ -23,7 +23,7 @@
#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba {
//=============================================================================
interface XWindowBase
{
......
......@@ -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;
};
//=============================================================================
}; }; };
......
......@@ -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;
};
//=============================================================================
}; }; };
......
......@@ -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;
};
//=============================================================================
}; }; };
......
......@@ -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 );
};
//=============================================================================
}; }; };
......
......@@ -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();
};
//=============================================================================
}; }; };
......
......@@ -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
};
//=============================================================================
}; }; };
......
......@@ -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
};
//=============================================================================
}; }; };
......
......@@ -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);
};
//=============================================================================
}; }; };
......
......@@ -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);
};
//=============================================================================
}; }; };
......
......@@ -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);
};
//=============================================================================
}; }; };
......
......@@ -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;
};
//=============================================================================
}; }; };
......
......@@ -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;
};
//=============================================================================
}; }; };
......
......@@ -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);
};
//=============================================================================
}; }; };
......
......@@ -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;
};
//=============================================================================
}; }; };
......
......@@ -23,11 +23,11 @@
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba { module excel {
//=============================================================================
interface XDialog : com::sun::star::uno::XInterface
{
......
......@@ -22,7 +22,7 @@
#include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
module ooo { module vba { module excel {
......
......@@ -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;
};