summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/FontDescriptor.idl2
-rw-r--r--offapi/com/sun/star/awt/MenuItemType.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlComboBoxModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlDateFieldModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlEditModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlListBoxModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl4
-rw-r--r--offapi/com/sun/star/awt/XMenuExtended2.idl2
-rw-r--r--offapi/com/sun/star/awt/XPopupMenuExtended.idl10
-rw-r--r--offapi/com/sun/star/awt/grid/UnoControlGridModel.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableGridData.idl4
-rw-r--r--offapi/com/sun/star/awt/tree/TreeControl.idl2
-rw-r--r--offapi/com/sun/star/awt/tree/TreeControlModel.idl2
20 files changed, 37 insertions, 37 deletions
diff --git a/offapi/com/sun/star/awt/FontDescriptor.idl b/offapi/com/sun/star/awt/FontDescriptor.idl
index 20755181dd47..7f3c94854c65 100644
--- a/offapi/com/sun/star/awt/FontDescriptor.idl
+++ b/offapi/com/sun/star/awt/FontDescriptor.idl
@@ -139,7 +139,7 @@ published struct FontDescriptor
<FALSE/> means that the spacing also gets underlined.</p>
<p>This property is only valid if the property
- <member scope="com::sun::star::awt">FontDescriptor::Underline</member>
+ com::sun::star::awt::FontDescriptor::Underline
is not <const>FontUnderline::NONE</const>.</p>
*/
boolean WordLineMode;
diff --git a/offapi/com/sun/star/awt/MenuItemType.idl b/offapi/com/sun/star/awt/MenuItemType.idl
index 56e407852d9a..714d34be593d 100644
--- a/offapi/com/sun/star/awt/MenuItemType.idl
+++ b/offapi/com/sun/star/awt/MenuItemType.idl
@@ -25,7 +25,7 @@
/** specifies the type of a menu item, as returned by
- <member scope="com::sun::star::awt">XMenuExtended2::getItemType()</member>.
+ com::sun::star::awt::XMenuExtended2::getItemType().
*/
enum MenuItemType
{
diff --git a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
index 2c2393b374a4..6fdee993e160 100644
--- a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
@@ -184,8 +184,8 @@ published service UnoControlCheckBoxModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index 5790cefb0bc0..2ee9d691906e 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
@@ -173,8 +173,8 @@ published service UnoControlComboBoxModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
index c37a564aa219..0ee3a22d785d 100644
--- a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
@@ -202,8 +202,8 @@ published service UnoControlCurrencyFieldModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
index 57151045edb1..8d73ec787cbb 100644
--- a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
@@ -215,8 +215,8 @@ published service UnoControlDateFieldModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index 74e79058ce3c..7eb54093cc5f 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -222,8 +222,8 @@ published service UnoControlEditModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
index ac39d953f838..2fe70957691a 100644
--- a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
@@ -240,8 +240,8 @@ published service UnoControlFormattedFieldModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl b/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
index ded80ed881bc..15470597a085 100644
--- a/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
@@ -90,8 +90,8 @@ published service UnoControlGroupBoxModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
index 7b42d9c96acf..ffcf1befcb02 100644
--- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
@@ -156,8 +156,8 @@ published service UnoControlListBoxModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
index 42d0b1feec3e..b4512cb78857 100644
--- a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
@@ -192,8 +192,8 @@ published service UnoControlNumericFieldModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
index 81821a24cf74..678b5824384b 100644
--- a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
@@ -156,8 +156,8 @@ published service UnoControlPatternFieldModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
index c702ceb19276..b8b42865c70b 100644
--- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
@@ -179,8 +179,8 @@ published service UnoControlRadioButtonModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
index e4fde82eefff..bff3ccebe32a 100644
--- a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
@@ -197,8 +197,8 @@ published service UnoControlTimeFieldModel
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
- <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
- <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
+ <p>Only com::sun::star::text::WritingMode2::LR_TB and
+ com::sun::star::text::WritingMode2::RL_TB are supported at the moment.</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/awt/XMenuExtended2.idl b/offapi/com/sun/star/awt/XMenuExtended2.idl
index 8610b5c8eb52..976aa841b740 100644
--- a/offapi/com/sun/star/awt/XMenuExtended2.idl
+++ b/offapi/com/sun/star/awt/XMenuExtended2.idl
@@ -79,7 +79,7 @@ interface XMenuExtended2
if <TRUE/>, disabled menu entries are hidden.
@see
- <member scope="com::sun::star::awt">XMenu::enableItem()</member>
+ com::sun::star::awt::XMenu::enableItem()
*/
void hideDisabledEntries( [in] boolean bHide );
diff --git a/offapi/com/sun/star/awt/XPopupMenuExtended.idl b/offapi/com/sun/star/awt/XPopupMenuExtended.idl
index 445bb206c9c3..7f07fee7d83e 100644
--- a/offapi/com/sun/star/awt/XPopupMenuExtended.idl
+++ b/offapi/com/sun/star/awt/XPopupMenuExtended.idl
@@ -49,7 +49,7 @@ interface XPopupMenuExtended
/** queries if the com::sun::star::awt::PopupMenu
is being executed as a result of invoking
- <member scope="com::sun::star::awt">XPopupMenu::execute()</member>; that is,
+ com::sun::star::awt::XPopupMenu::execute(); that is,
for a PopupMenu activated by a MenuBar item,
this methods returns <FALSE/>.
@@ -57,16 +57,16 @@ interface XPopupMenuExtended
<TRUE/> if the com::sun::star::awt::PopupMenu
is being executed, <FALSE/> otherwise.
- @see <member scope="com::sun::star::awt">XPopupMenu::execute()</member>
+ @see com::sun::star::awt::XPopupMenu::execute()
@since OOo 3.1
*/
boolean isInExecute();
/** ends the execution of the com::sun::star::awt::PopupMenu.
- <member scope="com::sun::star::awt">XPopupMenu::execute()</member> will then return 0.
+ com::sun::star::awt::XPopupMenu::execute() will then return 0.
- @see <member scope="com::sun::star::awt">XPopupMenu::execute()</member>
+ @see com::sun::star::awt::XPopupMenu::execute()
@since OOo 3.1
*/
@@ -129,7 +129,7 @@ interface XPopupMenuExtended
<p>The KeyEvent is <b>only</b> used as a container to transport
the shortcut information, so that in this case
- <member scope="::com::sun::star::lang::">EventObject::Source</member> is <NULL/>.</p>
+ ::com::sun::star::lang::::EventObject::Source is <NULL/>.</p>
@param nItemId
specifies the menu item identifier for which the KeyEvent should be retrieved.
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
index 2d174cc86f8b..0aba0fa43c4c 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
@@ -116,7 +116,7 @@ published service UnoControlGridModel
[property] boolean Tabstop;
/** Specifies the selection mode that is enabled for this grid control.
- <p>The default value is <member scope="com::sun::star::view">SelectionType::SINGLE</member></p>
+ <p>The default value is com::sun::star::view::SelectionType::SINGLE</p>
*/
[property] ::com::sun::star::view::SelectionType SelectionModel;
diff --git a/offapi/com/sun/star/awt/grid/XSortableGridData.idl b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index 21030e3cafcb..94aff6a74aef 100644
--- a/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -50,9 +50,9 @@ interface XSortableGridData
/** returns the current sort order.
@return
- a structure describing the current sort order. <member scope="::com::sun::star::beans">Pair::First</member>
+ a structure describing the current sort order. ::com::sun::star::beans::Pair::First
denotes the column by which the data is sorted, or -1 if the data is currently unsorted.
- <member scope="::com::sun::star::beans">Pair::Second</member> is <TRUE/> if the data is sorted ascending,
+ ::com::sun::star::beans::Pair::Second is <TRUE/> if the data is sorted ascending,
<FALSE/> otherwise.
*/
::com::sun::star::beans::Pair< long, boolean >
diff --git a/offapi/com/sun/star/awt/tree/TreeControl.idl b/offapi/com/sun/star/awt/tree/TreeControl.idl
index 310a26bb8af7..1c4ac23c6d66 100644
--- a/offapi/com/sun/star/awt/tree/TreeControl.idl
+++ b/offapi/com/sun/star/awt/tree/TreeControl.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module awt { module tree {
<h4>Selection</h4>
<p>If you are interested in knowing when the selection changes implement a
com::sun::star::view::XSelectionChangeListener and add the instance with the method
- <member scope="::com::sun::star::view">XSelectionSupplier::addSelectionChangeListener()</member>.
+ ::com::sun::star::view::XSelectionSupplier::addSelectionChangeListener().
You than will be notified for any selection change.
</p>
diff --git a/offapi/com/sun/star/awt/tree/TreeControlModel.idl b/offapi/com/sun/star/awt/tree/TreeControlModel.idl
index d460c2eeebd5..47918014332e 100644
--- a/offapi/com/sun/star/awt/tree/TreeControlModel.idl
+++ b/offapi/com/sun/star/awt/tree/TreeControlModel.idl
@@ -35,7 +35,7 @@ service TreeControlModel
service ::com::sun::star::awt::UnoControlModel;
/** Specifies the selection mode that is enabled for this tree.
- <p>The default value is <member scope="com::sun::star::view">SelectionType::NONE</member></p>
+ <p>The default value is com::sun::star::view::SelectionType::NONE</p>
*/
[property] ::com::sun::star::view::SelectionType SelectionType;