summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:45:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitea71a05840f53158f669182c6e93de9f8348bbe5 (patch)
tree4b2ee9dbaf603e319f995cbf4ee6223a82ad8e71 /offapi/com/sun/star/awt
parent3122600a5e11309b86e33061defd710cf0872975 (diff)
*api: convert <member scope="foo">bar</member>
sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g' Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XPrinter.idl12
-rw-r--r--offapi/com/sun/star/awt/XPrinterPropertySet.idl4
-rw-r--r--offapi/com/sun/star/awt/XPrinterServer.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumnModel.idl4
4 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/awt/XPrinter.idl b/offapi/com/sun/star/awt/XPrinter.idl
index 0619c5ea7805..12af1976c8d0 100644
--- a/offapi/com/sun/star/awt/XPrinter.idl
+++ b/offapi/com/sun/star/awt/XPrinter.idl
@@ -36,8 +36,8 @@
<p>All properties are vetoable properties.
If you change the properties between a call to
- <member scope="com::sun::star::awt">XPrinter::startPage</member> and a call
- to <member scope="com::sun::star::awt">XPrinter::endPage</member>,
+ com::sun::star::awt::XPrinter::startPage() and a call
+ to com::sun::star::awt::XPrinter::endPage(),
a com::sun::star::beans::PropertyVetoException is
thrown.</p>
*/
@@ -68,12 +68,12 @@ published interface XPrinter: com::sun::star::awt::XPrinterPropertySet
/** stops the current print job.
<p>If the method
- <member scope="com::sun::star::awt">XPrinter::end</member>
+ com::sun::star::awt::XPrinter::end()
is called beforehand, then this call does nothing. If you call
- <member scope="com::sun::star::awt">XPrinter::terminate</member>
+ com::sun::star::awt::XPrinter::terminate()
in or before the call to
- <member scope="com::sun::star::awt">XPrinter::start</member>,
- <member scope="com::sun::star::awt">XPrinter::terminate</member>
+ com::sun::star::awt::XPrinter::start(),
+ com::sun::star::awt::XPrinter::terminate()
returns <FALSE/>. This call must not block the thread.</p>
@see end
diff --git a/offapi/com/sun/star/awt/XPrinterPropertySet.idl b/offapi/com/sun/star/awt/XPrinterPropertySet.idl
index 18ef31667bd6..9d5c4fd6f033 100644
--- a/offapi/com/sun/star/awt/XPrinterPropertySet.idl
+++ b/offapi/com/sun/star/awt/XPrinterPropertySet.idl
@@ -33,8 +33,8 @@
/** represents an extended property set for printer properties.
<p>All properties are vetoable properties. If you change the properties
- between <member scope="com::sun::star::awt">XPrinter::startPage</member>
- and <member scope="com::sun::star::awt">XPrinter::endPage</member>, a
+ between com::sun::star::awt::XPrinter::startPage()
+ and com::sun::star::awt::XPrinter::endPage(), a
com::sun::star::beans::PropertyVetoException
is thrown.</p>
diff --git a/offapi/com/sun/star/awt/XPrinterServer.idl b/offapi/com/sun/star/awt/XPrinterServer.idl
index 3c4070d0a273..f72470b8cfbc 100644
--- a/offapi/com/sun/star/awt/XPrinterServer.idl
+++ b/offapi/com/sun/star/awt/XPrinterServer.idl
@@ -43,7 +43,7 @@ published interface XPrinterServer: com::sun::star::uno::XInterface
/** creates a new virtual printer.
<p>You must call
- <member scope="com::sun::star::awt">XPrinter::start</member>
+ com::sun::star::awt::XPrinter::start()
to put the job into the printer spooler.</p>
*/
com::sun::star::awt::XPrinter createPrinter( [in] string printerName );
diff --git a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
index 6ef4c5923253..35a24eb5d693 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
@@ -117,8 +117,8 @@ published interface XGridColumnModel
/** Fills the model with the given number of default columns
<p>Existing columns will be removed before adding new columns. Listeners at the column model will
- be notified one <member scope="com::sun::star::container">XContainerListener::elementRemoved</member> event
- for each removed column, and one <member scope="com::sun::star::container">XContainerListener::elementInserted</member>
+ be notified one com::sun::star::container::XContainerListener::elementRemoved() event
+ for each removed column, and one com::sun::star::container::XContainerListener::elementInserted()
event for each insertion.</p>
@param elements