summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tab
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/awt/tab
parent602f956d3231a093c9853d88fe5d5de2465f7112 (diff)
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/awt/tab')
-rw-r--r--offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl3
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPage.idl3
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl3
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl3
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl3
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPage.idl3
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainer.idl9
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl4
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl3
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageModel.idl7
10 files changed, 0 insertions, 41 deletions
diff --git a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
index 407862263f73..6bb2cf8ccbae 100644
--- a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
+++ b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** An event used by a <type>XTabPageContainer</type> to notify changes in tab page activation.
@@ -48,7 +46,6 @@ struct TabPageActivatedEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
index 2e1f0151c3e1..8d89f5fcce2e 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/awt/UnoControlContainer.idl>
#include <com/sun/star/awt/tab/XTabPage.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** specifies a TabPage control.
@@ -50,7 +48,6 @@ service UnoControlTabPage
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
index cd62a1ac23a4..ab67699a34c5 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/awt/UnoControl.idl>
#include <com/sun/star/awt/tab/XTabPageContainer.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** specifies a TabPageContainer control.
@@ -49,7 +47,6 @@ service UnoControlTabPageContainer
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
index 9abf9fc9f204..93b6f6adf391 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/awt/UnoControlModel.idl>
#include <com/sun/star/awt/tab/XTabPageContainerModel.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** specifies a model for a UnoControlTabPageContainer control.
@@ -49,7 +47,6 @@ service UnoControlTabPageContainerModel
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index c06eb9569e61..83f5256044f5 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/awt/tab/XTabPageModel.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** specifies the standard model of a XTabPageModel.
@since OOo 3.4
@@ -50,7 +48,6 @@ service UnoControlTabPageModel : XTabPageModel
load([in] short tabPageID,[in] string url);
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/XTabPage.idl b/offapi/com/sun/star/awt/tab/XTabPage.idl
index ba27fee1af6d..fa40989d2495 100644
--- a/offapi/com/sun/star/awt/tab/XTabPage.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPage.idl
@@ -29,11 +29,9 @@
#define __com_sun_star_awt_tab_XTabPage_idl__
#include <com/sun/star/awt/tab/XTabPageModel.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** An interface to a control that displays a tab page.
@@ -46,7 +44,6 @@ interface XTabPage
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
index 4d07405a6919..f4bc4591dbe3 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/awt/tab/XTabPageContainerListener.idl>
#include <com/sun/star/awt/tab/XTabPage.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** An interface to a control that displays tab pages.
@@ -50,7 +48,6 @@ interface XTabPageContainer
*/
long getTabPageCount();
- //-------------------------------------------------------------------------
/** Checks whether a tab page is activated.
@param
@@ -60,7 +57,6 @@ interface XTabPageContainer
*/
boolean isTabPageActive([in] short tabPageIndex);
- //-------------------------------------------------------------------------
/** Returns tab page for the given index.
@param
@@ -70,7 +66,6 @@ interface XTabPageContainer
*/
XTabPage getTabPage([in] short tabPageIndex);
- //-------------------------------------------------------------------------
/** Returns tab page for the given ID.
@param
@@ -80,7 +75,6 @@ interface XTabPageContainer
*/
XTabPage getTabPageByID([in] short tabPageID);
- //-------------------------------------------------------------------------
/** Adds a listener for the <type>TabPageActivedEvent</type> posted after
the tab page was activated.
@@ -89,7 +83,6 @@ interface XTabPageContainer
*/
[oneway] void addTabPageListener( [in] XTabPageContainerListener listener);
- //-------------------------------------------------------------------------
/** Removes a listener previously added with <method>addTabPageListener()</method>.
@param listener
@@ -97,13 +90,11 @@ interface XTabPageContainer
*/
[oneway] void removeTabPageListener( [in] XTabPageContainerListener listener);
- //-------------------------------------------------------------------------
/** Specifies the ID of the current active tab page.
*/
[attribute] short ActiveTabPageID;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
index 19f9abe39998..0ec24845e4ed 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/awt/tab/TabPageActivatedEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** An instance of this interface is used by the <type>XTabPageContainer</type> to
get notifications about changes in activation of tab pages.
@@ -44,14 +42,12 @@ module com { module sun { module star { module awt { module tab {
*/
interface XTabPageContainerListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** Invoked after a tab page was activated.
*/
[oneway] void tabPageActivated( [in] TabPageActivatedEvent tabPageActivatedEvent);
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
index 4746dcfcb1e6..124760f00179 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/container/XIndexContainer.idl>
#include <com/sun/star/container/XContainer.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** specifies an interface for a UnoControlTabPageContainerModel.
@@ -47,7 +45,6 @@ interface XTabPageContainerModel
interface com::sun::star::container::XContainer;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/XTabPageModel.idl b/offapi/com/sun/star/awt/tab/XTabPageModel.idl
index 498b98e50572..92eb263b0958 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageModel.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/container/XContainer.idl>
#include <com/sun/star/container/XNameContainer.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tab {
-//=============================================================================
/** specifies an XTabPageModel interface.
@@ -55,25 +53,21 @@ interface XTabPageModel
/**ID for tab page.
*/
[attribute, readonly] short TabPageID;
- //-------------------------------------------------------------------------
/** determines whether a tab page is enabled or disabled.
*/
[attribute] boolean Enabled;
- //-------------------------------------------------------------------------
/** specifies the text that is displayed in the tab bar of the tab page.
*/
[attribute] string Title;
- //-------------------------------------------------------------------------
/** specifies a URL that references a graphic that should be displayed in the tab bar.
*/
[attribute] string ImageURL;
- //-------------------------------------------------------------------------
/** specifies a tooltip text that should be displayed in the tab bar.
*/
@@ -81,7 +75,6 @@ interface XTabPageModel
};
-//=============================================================================
}; }; }; }; };