summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /offapi/com/sun/star/awt
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/MouseEvent.idl2
-rw-r--r--offapi/com/sun/star/awt/WindowAttribute.idl2
-rw-r--r--offapi/com/sun/star/awt/XExtendedToolkit.idl4
-rw-r--r--offapi/com/sun/star/awt/XMouseListener.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/UnoControlGrid.idl8
-rw-r--r--offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl4
-rw-r--r--offapi/com/sun/star/awt/tree/TreeControl.idl14
-rw-r--r--offapi/com/sun/star/awt/tree/XMutableTreeNode.idl8
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeControl.idl8
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl16
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeEditListener.idl4
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl4
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeNode.idl4
13 files changed, 40 insertions, 40 deletions
diff --git a/offapi/com/sun/star/awt/MouseEvent.idl b/offapi/com/sun/star/awt/MouseEvent.idl
index 9cc961cbef41..85aa57af0e4b 100644
--- a/offapi/com/sun/star/awt/MouseEvent.idl
+++ b/offapi/com/sun/star/awt/MouseEvent.idl
@@ -66,7 +66,7 @@ published struct MouseEvent: com::sun::star::awt::InputEvent
<p>If this member is <TRUE/>, the event describes a request for a pop-up menu,
also known as context menu, on an object.</p>
- <p>In this case, <member>X</member> and <member>Y</member> describe the position
+ <p>In this case, X and Y describe the position
where the request was issued. If those members are <code>-1</code>, then the
request was issued using the keyboard, by pressing the operating-system dependent
key combination for this purpose.</p>
diff --git a/offapi/com/sun/star/awt/WindowAttribute.idl b/offapi/com/sun/star/awt/WindowAttribute.idl
index 800b6fe1b146..9fff6431cf8d 100644
--- a/offapi/com/sun/star/awt/WindowAttribute.idl
+++ b/offapi/com/sun/star/awt/WindowAttribute.idl
@@ -97,7 +97,7 @@ published constants WindowAttribute
@see com::sun::star::lang::SystemDependent
@deprecated
- conflicts with <member>VclWindowPeerAttribute::HSCROLL</member>
+ conflicts with VclWindowPeerAttribute::HSCROLL
*/
const long SYSTEMDEPENDENT = 256;
diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl
index 70238d273963..96b238e9027f 100644
--- a/offapi/com/sun/star/awt/XExtendedToolkit.idl
+++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl
@@ -72,12 +72,12 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
/** Return a reference to the specified top-level window. Note that the
number of top-level windows may change between a call to
- <member>getTopWindowCount()</member> and successive calls to this
+ getTopWindowCount() and successive calls to this
function.
@param nIndex
The index should be in the interval from 0 up to but not
including the number of top-level windows as returned by
- <member>getTopWindowCount()</member>.
+ getTopWindowCount().
@return
The returned value is a valid reference to a top-level window.
@throws IndexOutOfBoundsException
diff --git a/offapi/com/sun/star/awt/XMouseListener.idl b/offapi/com/sun/star/awt/XMouseListener.idl
index 896a274eeaaa..86479238e570 100644
--- a/offapi/com/sun/star/awt/XMouseListener.idl
+++ b/offapi/com/sun/star/awt/XMouseListener.idl
@@ -41,7 +41,7 @@ published interface XMouseListener: com::sun::star::lang::XEventListener
pressing the right mouse button indicates the request for a context menu,
then you will receive one call to mousePressed() indicating
the mouse click, and another one indicating the context menu request. For
- the latter, the <member>MouseEvent::PopupTrigger</member> member of the
+ the latter, the MouseEvent::PopupTrigger member of the
event will be set to <TRUE/>.</p>
*/
void mousePressed( [in] com::sun::star::awt::MouseEvent e );
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
index 44d30e68840c..caa51125646c 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
@@ -35,20 +35,20 @@
<h4>The Column Model</h4>
<p>The horizontal structure of the grid is defined by the XGridColumnModel implemented in DefaultGridColumnModel
- The XGridColumn implemented in GridColumn describes the properties and behavior of a single column. Use the <member>XGridColumnModel::addColumn()</member> to add a column to the column model.
+ The XGridColumn implemented in GridColumn describes the properties and behavior of a single column. Use the XGridColumnModel::addColumn() to add a column to the column model.
</p>
<h4>The Data Model</h4>
<p> All row data are stored in the XGridDataModel.
- Use the DefaultGridDataModel to add <member>XGridDataModel::addRow()</member> or remove <member>XGridDataModel::removeRow()</member> rows.
+ Use the DefaultGridDataModel to add XGridDataModel::addRow() or remove XGridDataModel::removeRow() rows.
</p>
- <p>The column and data model must be set at the <member>UnoControlGridModel::ColumnModel</member> and <member>UnoControlGridModel::GridDataModel</member> properties.</p>
+ <p>The column and data model must be set at the UnoControlGridModel::ColumnModel and UnoControlGridModel::GridDataModel properties.</p>
<h4>Selection</h4>
<p>If you are interested in knowing when the selection changes implement a
XGridSelectionListener and add the instance with the method
- <member>XGridRowSelection::addSelectionListener()</member>.
+ XGridRowSelection::addSelectionListener().
You than will be notified for any selection change.</p>
@since OOo 3.3
diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index 6cec955f2b2b..be6bea798fab 100644
--- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -114,8 +114,8 @@ published interface XMutableGridDataModel : XGridDataModel
/** updates the content of a given row.
<p>The change in the data model will be notified to registered listeners via
- XGridDataListener::dataChanged(). The <member>GridDataEvent::FirstColumn</member> and
- <member>GridDataEvent::LastColumn</member> will denote the smallest respectively largest column
+ XGridDataListener::dataChanged(). The GridDataEvent::FirstColumn and
+ GridDataEvent::LastColumn will denote the smallest respectively largest column
index from <arg>ColumnIndexes</arg>.</p>
@param ColumnIndexes
diff --git a/offapi/com/sun/star/awt/tree/TreeControl.idl b/offapi/com/sun/star/awt/tree/TreeControl.idl
index 88c61039479f..310a26bb8af7 100644
--- a/offapi/com/sun/star/awt/tree/TreeControl.idl
+++ b/offapi/com/sun/star/awt/tree/TreeControl.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module awt { module tree {
<p>
<h4>The Data Model</h4>
<p>A specific node in a tree is identified by a XTreeNode.
- A leaf node is a node without any children and that returns <FALSE/> when calling <member>XTreeNode::hasChildrenOnDemand()</member>.
+ A leaf node is a node without any children and that returns <FALSE/> when calling XTreeNode::hasChildrenOnDemand().
An expanded node is a non-leaf node that will displays its children when all its ancestors are expanded.
A collapsed node is one which hides them.
A node is visible when all parent nodes are expanded and the node itself is in the display area.
@@ -41,7 +41,7 @@ module com { module sun { module star { module awt { module tree {
which uses XMutableTreeNode and XMutableTreeDataModel
for a simple and mutable data model.
- <p>The data model must be set at the <member>TreeControlModel::TreeDataModel</member> property.</p>
+ <p>The data model must be set at the TreeControlModel::TreeDataModel property.</p>
<h4>Selection</h4>
<p>If you are interested in knowing when the selection changes implement a
@@ -54,21 +54,21 @@ module com { module sun { module star { module awt { module tree {
If you are interested in detecting either double-click events or when a user clicks on a node,
regardless of whether or not it was selected, you can get the com::sun::star::awt::XWindow
and add yourself as a com::sun::star::awt::XMouseClickHandler. You can use the
- method <member>XTreeControl::getNodeForLocation()</member> to retrieve the node that was under the
+ method XTreeControl::getNodeForLocation() to retrieve the node that was under the
mouse at the time the event was fired.
</p>
<h4>Adding child nodes on demand</h4>
<p>If you want to add child nodes to your tree on demand you can do the following.
<ul>
- <li>Make sure the parent node returns <TRUE/> for <member>XTreeNode::hasChildrenOnDemand()</member> either
+ <li>Make sure the parent node returns <TRUE/> for XTreeNode::hasChildrenOnDemand() either
by implementing XTreeNode yourself or if you use the MutableTreeDataModel,
- use <member>XMutableTreeNode::setHasChildrenOnDemand()</member>.</li>
+ use XMutableTreeNode::setHasChildrenOnDemand().</li>
<li>Implement a XTreeExpansionListener and add the instance with the method
- <member>XTreeControl::addTreeExpansionListener()</member>.</li>
+ XTreeControl::addTreeExpansionListener().</li>
</ul>
Now you get called when the node will become expanded or collapsed.
- So on <member>XTreeExpansionListener::treeExpanding()</member> you can
+ So on XTreeExpansionListener::treeExpanding() you can
check the TreeExpansionEvent if the parent node with children on demand is going to
be expanded and in that case add the missing child nodes. You can also veto the expansion or
collapsing of a parent node by using the ExpandVetoException.
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index ffe24bdb05a4..1db512c96fa9 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
@@ -49,7 +49,7 @@ interface XMutableTreeNode : XTreeNode
if <var>ChildNode</var> is not a valid node of the corresponding XTreeDataModel.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if <var>Index</var> is less than 0 or greater then <member>XTreeNode::getChildCount()</member>.
+ if <var>Index</var> is less than 0 or greater then XTreeNode::getChildCount().
*/
void insertChildByIndex( [in] long Index, [in] XMutableTreeNode ChildNode )
raises( com::sun::star::lang::IllegalArgumentException,
@@ -61,7 +61,7 @@ interface XMutableTreeNode : XTreeNode
the index of the node to be removed from this instance.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if <var>Index</var> is less than 0 or greater then <member>XTreeNode::getChildCount()</member>.
+ if <var>Index</var> is less than 0 or greater then XTreeNode::getChildCount().
*/
void removeChildByIndex( [in] long Index )
raises( com::sun::star::lang::IndexOutOfBoundsException );
@@ -88,12 +88,12 @@ interface XMutableTreeNode : XTreeNode
void setNodeGraphicURL( [in] string URL );
/** The URL for a graphic that is rendered to visualize expanded non leaf nodes.
- <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultExpandedGraphicURL</member> is used.
+ <p>If <var>URL</var> is empty, XTreeControl::DefaultExpandedGraphicURL is used.
*/
void setExpandedGraphicURL( [in] string URL );
/** The URL for a graphic that is rendered to visualize collapsed non leaf nodes.
- <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultCollapsedGraphicURL</member> is used.
+ <p>If <var>URL</var> is empty, XTreeControl::DefaultCollapsedGraphicURL is used.
*/
void setCollapsedGraphicURL( [in] string URL );
};
diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl
index 03333cca1f32..b8469f059135 100644
--- a/offapi/com/sun/star/awt/tree/XTreeControl.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeControl.idl
@@ -156,14 +156,14 @@ interface XTreeControl
/** If the given URL points to a loadable graphic, the graphic is rendered
before expanded non leaf nodes.
- <p>This can be overridden for individual nodes by <member>XTreeNode::getExpandedGraphicURL()</member></p>
+ <p>This can be overridden for individual nodes by XTreeNode::getExpandedGraphicURL()</p>
*/
[attribute] string DefaultExpandedGraphicURL;
/** If the given URL points to a loadable graphic, the graphic is rendered
before collapsed non leaf nodes.
- <p>This can be overridden for individual nodes by <member>XTreeNode::getCollapsedGraphicURL()</member></p>
+ <p>This can be overridden for individual nodes by XTreeNode::getCollapsedGraphicURL()</p>
*/
[attribute] string DefaultCollapsedGraphicURL;
@@ -183,7 +183,7 @@ interface XTreeControl
/** Returns the node that is closest to x,y.
<p>If no nodes are currently viewable, or there is no model, returns null,
otherwise it always returns a valid node. To test if the node is exactly
- at x, y, use <member>getNodeForLocation()</member>.
+ at x, y, use getNodeForLocation().
@param x
an integer giving the number of pixels horizontally from the left edge of the controls display area
@@ -231,7 +231,7 @@ interface XTreeControl
/** Selects <var>Node</var> and initiates editing.
- <p>If <member>TreeControlModel::Editable</member> is <FALSE/> or if there are no
+ <p>If TreeControlModel::Editable is <FALSE/> or if there are no
registered XTreeEditListener, this call has no effect.</p>
<p>Calling this method also ensures that <var>Node</var> will become visible.</p>
diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
index aa9734feef06..85a9cb395f3b 100644
--- a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
@@ -44,15 +44,15 @@ interface XTreeDataModelListener: com::sun::star::lang::XEventListener
Example: the name of a file has changed, but it is in the same location in the file system.
- To indicate the root has changed, <member>TreeDataModelEvent::Nodes</member> will contain
- the root node and <member>TreeDataModelEvent::ParentNode</member> will be empty.
+ To indicate the root has changed, TreeDataModelEvent::Nodes will contain
+ the root node and TreeDataModelEvent::ParentNode will be empty.
*/
void treeNodesChanged( [in] TreeDataModelEvent Event );
/** Invoked after nodes have been inserted into the tree.
- Use <member>TreeDataModelEvent::ParentNode</member> to get the parent of the new node(s).
- <member>TreeDataModelEvent::Nodes</member> contains the new node(s).
+ Use TreeDataModelEvent::ParentNode to get the parent of the new node(s).
+ TreeDataModelEvent::Nodes contains the new node(s).
*/
void treeNodesInserted( [in] TreeDataModelEvent Event );
@@ -61,15 +61,15 @@ interface XTreeDataModelListener: com::sun::star::lang::XEventListener
this method may only be invoked once for the root of the removed subtree,
not once for each individual set of siblings removed.
- Use <member>TreeDataModelEvent::ParentNode</member> to get the former parent of the deleted node(s).
- <member>TreeDataModelEvent::Nodes</member> contains the removed node(s).
+ Use TreeDataModelEvent::ParentNode to get the former parent of the deleted node(s).
+ TreeDataModelEvent::Nodes contains the removed node(s).
*/
void treeNodesRemoved( [in] TreeDataModelEvent Event );
/** Invoked after the tree has drastically changed structure from a given node down.
- Use <member>TreeDataModelEvent::ParentNode</member> to get the node which
- structure has changed. <member>TreeDataModelEvent::Nodes</member> is empty.
+ Use TreeDataModelEvent::ParentNode to get the node which
+ structure has changed. TreeDataModelEvent::Nodes is empty.
*/
void treeStructureChanged( [in] TreeDataModelEvent Event );
};
diff --git a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
index 2a72a6b6f000..5c79f7b8b31c 100644
--- a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
@@ -30,13 +30,13 @@ module com { module sun { module star { module awt { module tree {
/** You can implement this interface and register with <method scope="XTreeControl">addTreeEditListener</method>
to get notifications when editing of a node starts and ends.
- <p>You have to set the <member>TreeControlModel::Editable</member> property to
+ <p>You have to set the TreeControlModel::Editable property to
<TRUE/> before a tree supports editing.</p>
*/
interface XTreeEditListener : ::com::sun::star::lang::XEventListener
{
/** This method is called from the TreeControl implementation when editing of
- <var>Node</var> is requested by calling <member>XTreeControl::startEditingAtNode()</member>.
+ <var>Node</var> is requested by calling XTreeControl::startEditingAtNode().
@param Node
the XTreeNode for that an edit request was fired by calling
diff --git a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
index be933ce0ba0b..6c9d4100e730 100644
--- a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
@@ -47,7 +47,7 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener
@throws ExpandVetoException
to notify the calling XTreeControl that expanding
- <member>TreeExpansionEvent::Node</member> should fail.
+ TreeExpansionEvent::Node should fail.
*/
void treeExpanding( [in] TreeExpansionEvent Event )
raises ( ExpandVetoException );
@@ -56,7 +56,7 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener
@throws ExpandVetoException
to notify the calling XTreeControl that collapsing
- <member>TreeExpansionEvent::Node</member> should fail.
+ TreeExpansionEvent::Node should fail.
*/
void treeCollapsing( [in] TreeExpansionEvent Event )
raises ( ExpandVetoException );
diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl
index e2e178cb70f7..7c192c6418df 100644
--- a/offapi/com/sun/star/awt/tree/XTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeNode.idl
@@ -73,12 +73,12 @@ interface XTreeNode
string getNodeGraphicURL();
/** The URL for a graphic that is rendered to visualize expanded non leaf nodes.
- <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultExpandedGraphicURL</member> is used.
+ <p>If <var>URL</var> is empty, XTreeControl::DefaultExpandedGraphicURL is used.
*/
string getExpandedGraphicURL();
/** The URL for a graphic that is rendered to visualize collapsed non leaf nodes.
- <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultCollapsedGraphicURL</member> is used.
+ <p>If <var>URL</var> is empty, XTreeControl::DefaultCollapsedGraphicURL is used.
*/
string getCollapsedGraphicURL();
};