summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid')
-rw-r--r--offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/GridColumn.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/GridColumnEvent.idl4
-rw-r--r--offapi/com/sun/star/awt/grid/GridDataEvent.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/GridInvalidDataException.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/GridInvalidModelException.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/GridSelectionEvent.idl4
-rw-r--r--offapi/com/sun/star/awt/grid/SelectionEventType.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/SortableGridDataModel.idl4
-rw-r--r--offapi/com/sun/star/awt/grid/UnoControlGrid.idl4
-rw-r--r--offapi/com/sun/star/awt/grid/UnoControlGridModel.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumn.idl4
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumnListener.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumnModel.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/XGridControl.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/XGridDataListener.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/XGridDataModel.idl3
-rw-r--r--offapi/com/sun/star/awt/grid/XGridSelection.idl4
-rw-r--r--offapi/com/sun/star/awt/grid/XGridSelectionListener.idl4
-rw-r--r--offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableGridData.idl4
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl4
23 files changed, 0 insertions, 84 deletions
diff --git a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
index a2397083e45b..44065b0c75e4 100644
--- a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
+++ b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/awt/grid/XGridColumnModel.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** If you do not want to implement the <type>XGridColumnModel</type> yourself, use this service.
@since OOo 3.3
@@ -35,7 +33,6 @@ service DefaultGridColumnModel
interface com::sun::star::awt::grid::XGridColumnModel;
};
-//=============================================================================
}; }; }; };};
diff --git a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
index 2c608ededa8a..8e1ae0a65f24 100644
--- a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/awt/grid/XMutableGridDataModel.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** If you do not want to implement the <type>XGridDataModel</type> yourself, use this service.
@@ -48,7 +46,6 @@
*/
service DefaultGridDataModel : ::com::sun::star::awt::grid::XMutableGridDataModel;
-//=============================================================================
}; }; }; };};
diff --git a/offapi/com/sun/star/awt/grid/GridColumn.idl b/offapi/com/sun/star/awt/grid/GridColumn.idl
index 098eb1ac6698..de844fd862ff 100644
--- a/offapi/com/sun/star/awt/grid/GridColumn.idl
+++ b/offapi/com/sun/star/awt/grid/GridColumn.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/awt/grid/XGridColumn.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** Represents a column as used by the <type>DefaultGridColumnModel</type>
@@ -36,7 +34,6 @@ service GridColumn
interface com::sun::star::awt::grid::XGridColumn;
};
-//=============================================================================
}; }; }; };};
diff --git a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
index 2b3129297450..4999f8b09531 100644
--- a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An event used by a <type>XGridColumn</type> to notify changes in the column.
@since OOo 3.3
@@ -52,10 +50,8 @@ struct GridColumnEvent: com::sun::star::lang::EventObject
/** Contains the index of the changed column**/
long ColumnIndex;
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/GridDataEvent.idl b/offapi/com/sun/star/awt/grid/GridDataEvent.idl
index 785fbb3bd05a..b4991371987f 100644
--- a/offapi/com/sun/star/awt/grid/GridDataEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridDataEvent.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** used to notify changes in the data represented by an <type>XMutableGridDataModel</type>.
@@ -71,7 +69,6 @@ struct GridDataEvent: com::sun::star::lang::EventObject
long LastRow;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl b/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
index 781b7618ab74..6b12a5d8222e 100644
--- a/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
+++ b/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/RuntimeException.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** Exception is thrown to indicate that set data is invalid, e.g. type of data is unknown
or data count doesn't match with column count.
@@ -38,7 +36,6 @@ exception GridInvalidDataException : com::sun::star::uno::RuntimeException
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl b/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl
index f451019b7af7..ab5e03dea15e 100644
--- a/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl
+++ b/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/RuntimeException.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** Exception is thrown when data or column model isn't set.
@@ -37,7 +35,6 @@ exception GridInvalidModelException : com::sun::star::uno::RuntimeException
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl b/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
index b580e4b7cdfd..eb89a18b5ae0 100644
--- a/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/awt/grid/SelectionEventType.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An event used by a <type>XGridControl</type> to notify changes in the selection.
@@ -45,7 +43,6 @@ module com { module sun { module star { module awt { module grid {
*/
struct GridSelectionEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** the selected row*/
long Row;
@@ -61,7 +58,6 @@ struct GridSelectionEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/SelectionEventType.idl b/offapi/com/sun/star/awt/grid/SelectionEventType.idl
index ccf9f49dcd17..2d2d7605b667 100644
--- a/offapi/com/sun/star/awt/grid/SelectionEventType.idl
+++ b/offapi/com/sun/star/awt/grid/SelectionEventType.idl
@@ -29,30 +29,25 @@
#define __com_sun_star_awt_grid_SelectionEventType_idl__
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** specifies the type of a selection event, as used by
<type>GridSelectionEvent</type>.
*/
enum SelectionEventType
{
- //-------------------------------------------------------------------------
/** This value indicates that a selection was added to the grid control
*/
ADD,
- //-------------------------------------------------------------------------
/** This value indicates that a selection was removed from the grid control
*/
REMOVE,
- //-------------------------------------------------------------------------
/** This value indicates that a selection was changed
*/
@@ -60,7 +55,6 @@ enum SelectionEventType
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
index b7a4e95d7b0d..81da86c0c9e5 100644
--- a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
@@ -23,14 +23,12 @@
#include <com/sun/star/i18n/XCollator.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//==================================================================================================================
module com { module sun { module star { module awt { module grid {
interface XSortableMutableGridDataModel;
interface XMutableGridDataModel;
-//==================================================================================================================
/** provides a default implementation of a <type>XSortableGridData</type>.
@@ -86,11 +84,9 @@ service SortableGridDataModel : XSortableMutableGridDataModel
raises ( ::com::sun::star::lang::IllegalArgumentException );
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
index b346b4f35b56..bd3e6de8a01e 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
@@ -32,13 +32,10 @@
#include <com/sun/star/awt/grid/XGridControl.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
-//=============================================================================
/** A control that displays a set of tabular data.
@@ -72,7 +69,6 @@ service UnoControlGrid
interface com::sun::star::awt::grid::XGridControl;
};
-//=============================================================================
}; }; }; };};
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
index 8d8969104cb9..9a153ff0dfa9 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
@@ -36,11 +36,9 @@
#include <com/sun/star/style/VerticalAlignment.idl>
#include <com/sun/star/util/Color.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** specifies the standard model of a <type>UnoControlGrid</type> control.
@@ -222,7 +220,6 @@ service UnoControlGridModel
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl
index 08b894513702..3161ded69a71 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumn.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/awt/grid/XGridColumnListener.idl>
#include <com/sun/star/util/XCloneable.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** The <type>XGridColumn</types> defines the properties and behavior of a column in a grid control
@since OOo 3.3
@@ -136,7 +134,6 @@ interface XGridColumn
*/
void addGridColumnListener( [in] XGridColumnListener listener);
- //-------------------------------------------------------------------------
/** Removes a listener previously added with <method>addColumnListener()</method>.
@param Listener
@@ -145,7 +142,6 @@ interface XGridColumn
void removeGridColumnListener( [in] XGridColumnListener listener);
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
index 1224f8c691a4..8824ad146fe3 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/awt/grid/GridColumnEvent.idl>
#include <com/sun/star/lang/XEventListener.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An instance of this interface is used by the <type>XGridColumnModel</type> to
get notifications about column model changes.
@@ -48,7 +46,6 @@ interface XGridColumnListener : ::com::sun::star::lang::XEventListener
*/
void columnChanged( [in] GridColumnEvent event );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
index 5c6ba4692565..11e11d8a68d4 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
@@ -36,11 +36,9 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An instance of this interface is used by the <type>UnoControlGrid</type> to
retrieve the column structure that is displayed in the actual control.
@@ -138,7 +136,6 @@ interface XGridColumnModel
void setDefaultColumns([in] long elements);
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/XGridControl.idl b/offapi/com/sun/star/awt/grid/XGridControl.idl
index 6be90325f232..dc99401e3ccb 100644
--- a/offapi/com/sun/star/awt/grid/XGridControl.idl
+++ b/offapi/com/sun/star/awt/grid/XGridControl.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/awt/grid/XGridSelection.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An interface to a control that displays a tabular data.
@@ -81,7 +79,6 @@ interface XGridControl : XGridSelection
long getCurrentRow();
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/XGridDataListener.idl b/offapi/com/sun/star/awt/grid/XGridDataListener.idl
index acd7afef1c2c..6bc1e54d0219 100644
--- a/offapi/com/sun/star/awt/grid/XGridDataListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridDataListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/awt/grid/GridDataEvent.idl>
#include <com/sun/star/lang/XEventListener.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An instance of this interface is used by the <type>XGridDataModel</type> to
get notifications about data model changes.
@@ -65,7 +63,6 @@ interface XGridDataListener: com::sun::star::lang::XEventListener
void rowHeadingChanged( [in] GridDataEvent Event );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/XGridDataModel.idl b/offapi/com/sun/star/awt/grid/XGridDataModel.idl
index b5c72c3d74de..4e733eb8d3e2 100644
--- a/offapi/com/sun/star/awt/grid/XGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridDataModel.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/awt/grid/XGridDataListener.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An instance of this interface is used by the <type>UnoControlGrid</type> to
retrieve the content data that is displayed in the actual control.
@@ -99,7 +97,6 @@ interface XGridDataModel
raises ( ::com::sun::star::lang::IndexOutOfBoundsException );
};
-//=============================================================================
}; }; }; };};
diff --git a/offapi/com/sun/star/awt/grid/XGridSelection.idl b/offapi/com/sun/star/awt/grid/XGridSelection.idl
index f24f0e1885f8..94c08ec08d84 100644
--- a/offapi/com/sun/star/awt/grid/XGridSelection.idl
+++ b/offapi/com/sun/star/awt/grid/XGridSelection.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/awt/grid/XGridSelectionListener.idl>
#include <com/sun/star/view/SelectionType.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** This interfaces provides access to the selection of row for <type>UnoControlGrid</type>.
*/
@@ -90,7 +88,6 @@ interface XGridSelection
*/
void addSelectionListener( [in] XGridSelectionListener listener);
- //-------------------------------------------------------------------------
/** Removes a listener previously added with <method>addSelectionListener()</method>.
@param listener
@@ -101,7 +98,6 @@ interface XGridSelection
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl b/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
index fbbf1a5ec8b7..b7731519da4f 100644
--- a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/awt/grid/GridSelectionEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An instance of this interface is used by the <type>XGridSelection</type> to
get notifications about selection changes.
@@ -46,14 +44,12 @@ module com { module sun { module star { module awt { module grid {
*/
interface XGridSelectionListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** Invoked after a selection was changed.
*/
[oneway] void selectionChanged( [in] GridSelectionEvent gridSelectionEvent);
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index aad9c6a7edb4..e42b2aaa5a4e 100644
--- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-//==================================================================================================================
module com { module sun { module star { module awt { module grid {
-//==================================================================================================================
/** allows to modify the data represented by a <type>XGridDataModel</type>
*/
@@ -138,7 +136,6 @@ interface XMutableGridDataModel : XGridDataModel
void updateRowToolTip( [in] long RowIndex, [in] any Value )
raises ( ::com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** registers listener to be notified of data changes in the model
@param Listener
@@ -146,7 +143,6 @@ interface XMutableGridDataModel : XGridDataModel
*/
void addGridDataListener( [in] XGridDataListener Listener );
- //-------------------------------------------------------------------------
/** revokes a listener which was previously registered via <member>addGridDataListener</member>
@param Listener
@@ -155,11 +151,9 @@ interface XMutableGridDataModel : XGridDataModel
void removeGridDataListener( [in] XGridDataListener Listener );
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif
diff --git a/offapi/com/sun/star/awt/grid/XSortableGridData.idl b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index d29afba9c4e0..648833064201 100644
--- a/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/beans/Pair.idl>
-//==================================================================================================================
module com { module sun { module star { module awt { module grid {
-//==================================================================================================================
/** allows to sort the data represented by a <type>XGridDataModel</type>
*/
@@ -61,11 +59,9 @@ interface XSortableGridData
getCurrentSortOrder();
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif
diff --git a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
index fbb0421e93b4..2665ab1fcacb 100644
--- a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/awt/grid/XMutableGridDataModel.idl>
#include <com/sun/star/awt/grid/XSortableGridData.idl>
-//==================================================================================================================
module com { module sun { module star { module awt { module grid {
-//==================================================================================================================
/** describes a grid control data model whose data can be modified and sorted.
*/
@@ -45,11 +43,9 @@ interface XSortableMutableGridDataModel
interface XSortableGridData;
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif