summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /offapi/com/sun/star/awt
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/DeviceCapability.idl6
-rw-r--r--offapi/com/sun/star/awt/ItemListEvent.idl4
-rw-r--r--offapi/com/sun/star/awt/SystemDependentXWindow.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlEditModel.idl2
-rw-r--r--offapi/com/sun/star/awt/XControl.idl2
-rw-r--r--offapi/com/sun/star/awt/XDialog.idl2
-rw-r--r--offapi/com/sun/star/awt/XDialog2.idl2
-rw-r--r--offapi/com/sun/star/awt/XExtendedToolkit.idl4
-rw-r--r--offapi/com/sun/star/awt/XItemListListener.idl2
-rw-r--r--offapi/com/sun/star/awt/XView.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/SortableGridDataModel.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl2
13 files changed, 17 insertions, 17 deletions
diff --git a/offapi/com/sun/star/awt/DeviceCapability.idl b/offapi/com/sun/star/awt/DeviceCapability.idl
index 40b5639e61c0..8a6358d99fe3 100644
--- a/offapi/com/sun/star/awt/DeviceCapability.idl
+++ b/offapi/com/sun/star/awt/DeviceCapability.idl
@@ -36,9 +36,9 @@ published constants DeviceCapability
const long RASTEROPERATIONS = 1;
- /** supports the <member>XDevice::createBitmap</member>,
- the <member>XDevice::createDevice</member> and the
- <member>XGraphics::copy</member> methods.
+ /** supports the XDevice::createBitmap(),
+ the XDevice::createDevice() and the
+ XGraphics::copy() methods.
@see XGraphics::setRasterOp
*/
diff --git a/offapi/com/sun/star/awt/ItemListEvent.idl b/offapi/com/sun/star/awt/ItemListEvent.idl
index e372fe45a8d6..85e702396bba 100644
--- a/offapi/com/sun/star/awt/ItemListEvent.idl
+++ b/offapi/com/sun/star/awt/ItemListEvent.idl
@@ -42,7 +42,7 @@ struct ItemListEvent : ::com::sun::star::lang::EventObject
/** the text of the item.
<p>If the event being notified did not touch the text of an item, this member is empty. For instance, upon
- invocation of <member>XItemList::setItemImage</member>, only <code>ItemImageURL</code> will be set, and
+ invocation of XItemList::setItemImage(), only <code>ItemImageURL</code> will be set, and
<code>ItemText</code> will be empty.</p>
*/
::com::sun::star::beans::Optional< string >
@@ -51,7 +51,7 @@ struct ItemListEvent : ::com::sun::star::lang::EventObject
/** the URL of the image of the item
<p>If the event being notified did not touch the image of an item, this member is empty. For instance, upon
- invocation of <member>XItemList::setItemText</member>, only <code>ItemText</code> will be set, and
+ invocation of XItemList::setItemText(), only <code>ItemText</code> will be set, and
<code>ItemImageURL</code> will be empty.</p>
*/
::com::sun::star::beans::Optional< string >
diff --git a/offapi/com/sun/star/awt/SystemDependentXWindow.idl b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
index 23abdd89dd4b..e34bc18fa00a 100644
--- a/offapi/com/sun/star/awt/SystemDependentXWindow.idl
+++ b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
@@ -27,7 +27,7 @@
/** specifies a system dependent XWindow.
<p>This is the structure returned in the
- <member>XSystemDependentWindowPeer::getWindowHandle</member> call,
+ XSystemDependentWindowPeer::getWindowHandle() call,
if the system type is
<const scope="com::sun::star::lang">SystemDependent::XWINDOW</const>.</p>
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index 5471e7ff2816..c6e93f70b18e 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -118,7 +118,7 @@ published service UnoControlEditModel
/** specifies if hard line breaks will be returned in the
- <member>XTextComponent::getText</member> method.
+ XTextComponent::getText() method.
*/
[property] boolean HardLineBreaks;
diff --git a/offapi/com/sun/star/awt/XControl.idl b/offapi/com/sun/star/awt/XControl.idl
index b4a85314bb8d..b83c130f32dd 100644
--- a/offapi/com/sun/star/awt/XControl.idl
+++ b/offapi/com/sun/star/awt/XControl.idl
@@ -41,7 +41,7 @@
<p>Implementations of this interface are abstract windows.
The main reason to instantiate this implementation is to show the window
on the screen. Before the window appears on the screen, the
- <member>XControl::createPeer</member> method must be called.</p>
+ XControl::createPeer() method must be called.</p>
<p>If the implementation of the control does not distinguish
between model, view and controller, it must allow to set
diff --git a/offapi/com/sun/star/awt/XDialog.idl b/offapi/com/sun/star/awt/XDialog.idl
index 6b10a8ba2271..a20fdc053fde 100644
--- a/offapi/com/sun/star/awt/XDialog.idl
+++ b/offapi/com/sun/star/awt/XDialog.idl
@@ -47,7 +47,7 @@ published interface XDialog: com::sun::star::uno::XInterface
short execute();
- /** hides the dialog and then causes <member>XDialog::execute</member>
+ /** hides the dialog and then causes XDialog::execute()
to return.
*/
void endExecute();
diff --git a/offapi/com/sun/star/awt/XDialog2.idl b/offapi/com/sun/star/awt/XDialog2.idl
index 9d9f83b91659..b39dfed5fa26 100644
--- a/offapi/com/sun/star/awt/XDialog2.idl
+++ b/offapi/com/sun/star/awt/XDialog2.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module awt {
*/
published interface XDialog2: com::sun::star::awt::XDialog
{
- /** hides the dialog and then causes <member>XDialog::execute</member>
+ /** hides the dialog and then causes XDialog::execute()
to return with the given result value.
*/
void endDialog ( [in] long Result );
diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl
index 39e0d521d8f8..70238d273963 100644
--- a/offapi/com/sun/star/awt/XExtendedToolkit.idl
+++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl
@@ -40,8 +40,8 @@ module com { module sun { module star { module awt {
<p>The first event broadcaster lets you keep track of the open top-level
windows (frames). To get the set of currently open top-level window use
- the <member>XExtendedToolkit::getTopWindowCount</member> and
- <member>XExtendedToolkit::getTopWindow</member> methods.</p>
+ the XExtendedToolkit::getTopWindowCount() and
+ XExtendedToolkit::getTopWindow() methods.</p>
<p>The second event broadcaster informs its listeners of key events.
Its listeners can, unlike with most other broadcasters/listeners,
diff --git a/offapi/com/sun/star/awt/XItemListListener.idl b/offapi/com/sun/star/awt/XItemListListener.idl
index d72e655b13fa..06d82de99df6 100644
--- a/offapi/com/sun/star/awt/XItemListListener.idl
+++ b/offapi/com/sun/star/awt/XItemListListener.idl
@@ -50,7 +50,7 @@ interface XItemListListener : ::com::sun::star::lang::XEventListener
[in] ItemListEvent Event
);
/** is called when the list has been completely cleared, i.e. after an invocation of
- <member>XItemList::removeAllItems</member>
+ XItemList::removeAllItems()
*/
void allItemsRemoved(
[in] ::com::sun::star::lang::EventObject Event
diff --git a/offapi/com/sun/star/awt/XView.idl b/offapi/com/sun/star/awt/XView.idl
index c07db7137fc8..4a8e3d809c20 100644
--- a/offapi/com/sun/star/awt/XView.idl
+++ b/offapi/com/sun/star/awt/XView.idl
@@ -43,7 +43,7 @@ published interface XView: com::sun::star::uno::XInterface
/** returns the output device which was set using the method
- <member>XView::setGraphics</member>.
+ XView::setGraphics().
*/
com::sun::star::awt::XGraphics getGraphics();
diff --git a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
index c64449ff0f7a..520c2842b749 100644
--- a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
@@ -49,7 +49,7 @@ interface XMutableGridDataModel;
<p>Note that changing the data might result in the sort order being destroyed. If you want to ensure
that the data represented by the model is still sorted after your modifications, you should call
- <member>XSortableGridData::sortByColumn</member>, again.</p>
+ XSortableGridData::sortByColumn(), again.</p>
*/
service SortableGridDataModel : XSortableMutableGridDataModel
{
diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index 74fd7b23c0bb..6cec955f2b2b 100644
--- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -114,7 +114,7 @@ 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
- <member>XGridDataListener::dataChanged</member>. The <member>GridDataEvent::FirstColumn</member> and
+ XGridDataListener::dataChanged(). The <member>GridDataEvent::FirstColumn</member> and
<member>GridDataEvent::LastColumn</member> will denote the smallest respectively largest column
index from <arg>ColumnIndexes</arg>.</p>
diff --git a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
index 522b4033c6cc..7f5477cf29af 100644
--- a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
@@ -38,7 +38,7 @@ interface XSortableMutableGridDataModel
/** provides means to sort the data represented by the model.
<p>If you set a new column sort order, the implementation will notify the registered XGridDataListeners
- via a call to its <member>XGridDataListener::dataChanged</member> method.</p>
+ via a call to its XGridDataListener::dataChanged() method.</p>
*/
interface XSortableGridData;
};