Kaydet (Commit) 4e70bdec authored tarafından Michael Stahl's avatar Michael Stahl

*api: convert <const scope="foo">

sed -i 's,<const scope="\([^"]*\)">\([^<]\+\)</const>,\1::\2,g'

Change-Id: I964acc2725e8a6680f5bd8412014e5660510749e
üst 24b331ef
...@@ -189,7 +189,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface ...@@ -189,7 +189,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
or not is implementation dependent. It typically is when text is or not is implementation dependent. It typically is when text is
editable or otherwise when on the screen the caret can be placed editable or otherwise when on the screen the caret can be placed
behind the text. You can be sure that the index is valid after you behind the text. You can be sure that the index is valid after you
have received a <const scope="AccessibleEventId">CARET</const> event have received a AccessibleEventId::CARET event
for this index.</p> for this index.</p>
@param nIndex @param nIndex
Index of the character for which to return its bounding box. Index of the character for which to return its bounding box.
......
...@@ -54,11 +54,11 @@ service AccessibleToolBoxItem ...@@ -54,11 +54,11 @@ service AccessibleToolBoxItem
<ul> <ul>
<li>Role: The role of a tool box item is <li>Role: The role of a tool box item is
<const scope="com::sun::star::accessibility">AccessibleRole::PUSH_BUTTON</const> when the item is a push button, or com::sun::star::accessibility::AccessibleRole::PUSH_BUTTON when the item is a push button, or
<const scope="com::sun::star::accessibility">AccessibleRole::TOGGLE_BUTTON</const> when the item is a button and checkable, or com::sun::star::accessibility::AccessibleRole::TOGGLE_BUTTON when the item is a button and checkable, or
<const scope="com::sun::star::accessibility">AccessibleRole::PANEL</const> when the item is a window, or com::sun::star::accessibility::AccessibleRole::PANEL when the item is a window, or
<const scope="com::sun::star::accessibility">AccessibleRole::FILLER</const> when the item is a fill item, or com::sun::star::accessibility::AccessibleRole::FILLER when the item is a fill item, or
<const scope="com::sun::star::accessibility">AccessibleRole::SEPARATOR</const> when the item is a separator.</li> com::sun::star::accessibility::AccessibleRole::SEPARATOR when the item is a separator.</li>
<li>Name: The name of a tool box item is the name set.</li> <li>Name: The name of a tool box item is the name set.</li>
<li>Description: The description of a tool box item is its localized <li>Description: The description of a tool box item is its localized
help text.</li> help text.</li>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<p>This is the structure returned in the <p>This is the structure returned in the
XSystemDependentWindowPeer::getWindowHandle() call, XSystemDependentWindowPeer::getWindowHandle() call,
if the system type is if the system type is
<const scope="com::sun::star::lang">SystemDependent::XWINDOW</const>.</p> com::sun::star::lang::SystemDependent::XWINDOW.</p>
@deprecated @deprecated
*/ */
......
...@@ -136,7 +136,7 @@ published struct WindowDescriptor ...@@ -136,7 +136,7 @@ published struct WindowDescriptor
/** specifies the position and size of the window. /** specifies the position and size of the window.
<p>This member is ignored if the window attribute is <p>This member is ignored if the window attribute is
<const scope="com::sun::star::awt">WindowAttribute::FULLSIZE</const>.</p> com::sun::star::awt::WindowAttribute::FULLSIZE.</p>
*/ */
com::sun::star::awt::Rectangle Bounds; com::sun::star::awt::Rectangle Bounds;
......
...@@ -54,7 +54,7 @@ service AccessibleChartDocumentView ...@@ -54,7 +54,7 @@ service AccessibleChartDocumentView
<dl> <dl>
<dt>Role</dt> <dt>Role</dt>
<dd>The object's role is <dd>The object's role is
<const scope="com::sun::star::accessibility">AccessibleRole::DOCUMENT</const>.</dd> com::sun::star::accessibility::AccessibleRole::DOCUMENT.</dd>
<dt>Name</dt> <dt>Name</dt>
<dd>Its name is the document's name or the base name of the filename if <dd>Its name is the document's name or the base name of the filename if
no document name has been set explicitly.</dd> no document name has been set explicitly.</dd>
...@@ -82,22 +82,22 @@ service AccessibleChartDocumentView ...@@ -82,22 +82,22 @@ service AccessibleChartDocumentView
<dt>States</dt> <dt>States</dt>
<dd>The following states are supported: <dd>The following states are supported:
<ul> <ul>
<li><const scope="com::sun::star::accessibility">AccessibleStateType::DEFUNC</const> <li>com::sun::star::accessibility::AccessibleStateType::DEFUNC
is set if a document view becomes obsolete like when is set if a document view becomes obsolete like when
the window, which displays the view, is closed.</li> the window, which displays the view, is closed.</li>
<li><const scope="com::sun::star::accessibility">AccessibleStateType::ENABLED</const> <li>com::sun::star::accessibility::AccessibleStateType::ENABLED
is always set unless the is always set unless the
<const scope="com::sun::star::accessibility">AccessibleStateType::DEFUNC</const> com::sun::star::accessibility::AccessibleStateType::DEFUNC
state is set.</li> state is set.</li>
<li><const scope="com::sun::star::accessibility">AccessibleStateType::OPAQUE</const> <li>com::sun::star::accessibility::AccessibleStateType::OPAQUE
is always set.</li> is always set.</li>
<li><const scope="com::sun::star::accessibility">AccessibleStateType::SHOWING</const> <li>com::sun::star::accessibility::AccessibleStateType::SHOWING
is always set unless the is always set unless the
<const scope="com::sun::star::accessibility">AccessibleStateType::DEFUNC</const> com::sun::star::accessibility::AccessibleStateType::DEFUNC
state is set.</li> state is set.</li>
<li><const scope="com::sun::star::accessibility">AccessibleStateType::VISIBLE</const> <li>com::sun::star::accessibility::AccessibleStateType::VISIBLE
is always set unless the is always set unless the
<const scope="com::sun::star::accessibility">AccessibleStateType::DEFUNC</const> com::sun::star::accessibility::AccessibleStateType::DEFUNC
state is set.</li> state is set.</li>
</ul> </ul>
</dd> </dd>
......
...@@ -61,7 +61,7 @@ service AccessibleChartElement ...@@ -61,7 +61,7 @@ service AccessibleChartElement
<dl> <dl>
<dt>Role</dt> <dt>Role</dt>
<dd>All chart elements have the role <dd>All chart elements have the role
<const scope="::com::sun::star::accessibility">AccessibleRole::SHAPE</const>. ::com::sun::star::accessibility::AccessibleRole::SHAPE.
</dd> </dd>
<dt>Name</dt> <dt>Name</dt>
<dd>For unique elements you get fixed names. The unique <dd>For unique elements you get fixed names. The unique
...@@ -93,30 +93,30 @@ service AccessibleChartElement ...@@ -93,30 +93,30 @@ service AccessibleChartElement
<dd>The states supported by this service are: <dd>The states supported by this service are:
<ul> <ul>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::DEFUNC</const> <li>::com::sun::star::accessibility::AccessibleStateType::DEFUNC
is set if an object was removed. This indicates that the user is set if an object was removed. This indicates that the user
should release all references to the accessible object. If should release all references to the accessible object. If
this state is set then no other of the states below is set. this state is set then no other of the states below is set.
</li> </li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::EDITABLE</const></li> <li>::com::sun::star::accessibility::AccessibleStateType::EDITABLE</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::ENABLED</const> <li>::com::sun::star::accessibility::AccessibleStateType::ENABLED
is always set.<sup>&dagger;</sup></li> is always set.<sup>&dagger;</sup></li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::MULTILINE</const> <li>::com::sun::star::accessibility::AccessibleStateType::MULTILINE
is set for all titles.</li> is set for all titles.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::OPAQUE</const> <li>::com::sun::star::accessibility::AccessibleStateType::OPAQUE
is set for all elements that do have a transparency is set for all elements that do have a transparency
attributes set to 0% and no transparency gradient.</li> attributes set to 0% and no transparency gradient.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::RESIZABLE</const> <li>::com::sun::star::accessibility::AccessibleStateType::RESIZABLE
Is set for the diagram object only. All other chart elements may not be resized.</li> Is set for the diagram object only. All other chart elements may not be resized.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::SELECTABLE</const></li> <li>::com::sun::star::accessibility::AccessibleStateType::SELECTABLE</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::SELECTED</const></li> <li>::com::sun::star::accessibility::AccessibleStateType::SELECTED</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::SHOWING</const> <li>::com::sun::star::accessibility::AccessibleStateType::SHOWING
is always set.<sup>&dagger;</sup></li> is always set.<sup>&dagger;</sup></li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::VISIBLE</const> <li>::com::sun::star::accessibility::AccessibleStateType::VISIBLE
is always set.<sup>&dagger;</sup></li> is always set.<sup>&dagger;</sup></li>
</ul> </ul>
<sup>&dagger;</sup>always, except if the state <sup>&dagger;</sup>always, except if the state
<const scope="::com::sun::star::accessibility">AccessibleStateType::DEFUNC</const> ::com::sun::star::accessibility::AccessibleStateType::DEFUNC
is set.</dd> is set.</dd>
<dt>Locale</dt> <dt>Locale</dt>
<dd>is supported.</dd> <dd>is supported.</dd>
......
...@@ -87,7 +87,7 @@ published service AdministrationProvider ...@@ -87,7 +87,7 @@ published service AdministrationProvider
which includes controlling updates for the whole view, it implements which includes controlling updates for the whole view, it implements
service UpdateRootElement. service UpdateRootElement.
<BR />If the root element of the view is marked read-only (as indicated <BR />If the root element of the view is marked read-only (as indicated
by <const scope="com::sun::star::beans">PropertyAttributes::READONLY</const>), by com::sun::star::beans::PropertyAttributes::READONLY),
the implementation may either raise an exception or return a (read-only) the implementation may either raise an exception or return a (read-only)
ConfigurationAccess/AccessRootElement instead. ConfigurationAccess/AccessRootElement instead.
</p> </p>
......
...@@ -129,7 +129,7 @@ module com { module sun { module star { module configuration { ...@@ -129,7 +129,7 @@ module com { module sun { module star { module configuration {
</p> </p>
<p>If the schema marks a value as <em>nullable</em> (which is indicated by <p>If the schema marks a value as <em>nullable</em> (which is indicated by
attribute <const scope="com::sun::star::beans">PropertyAttribute::MAYBEVOID</const> ), attribute com::sun::star::beans::PropertyAttribute::MAYBEVOID ),
its contents may be <NULL/>. its contents may be <NULL/>.
</p> </p>
......
...@@ -74,7 +74,7 @@ published service ConfigurationProvider ...@@ -74,7 +74,7 @@ published service ConfigurationProvider
which includes controlling updates for the whole view, it implements which includes controlling updates for the whole view, it implements
service UpdateRootElement. service UpdateRootElement.
<BR />If the root element of the view is marked read-only (as indicated <BR />If the root element of the view is marked read-only (as indicated
by <const scope="com::sun::star::beans">PropertyAttributes::READONLY</const>), by com::sun::star::beans::PropertyAttributes::READONLY),
the implementation may either raise an exception or return a (read-only) the implementation may either raise an exception or return a (read-only)
ConfigurationAccess/AccessRootElement instead. ConfigurationAccess/AccessRootElement instead.
</p> </p>
......
...@@ -35,7 +35,7 @@ module com { module sun { module star { module configuration { ...@@ -35,7 +35,7 @@ module com { module sun { module star { module configuration {
<p>Descendants of this service also implement this service <p>Descendants of this service also implement this service
unless they are marked <em>read-only</em> (which is indicated by attribute unless they are marked <em>read-only</em> (which is indicated by attribute
<const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>), com::sun::star::beans::PropertyAttribute::READONLY),
in which case they only need implement ConfigurationAccess. in which case they only need implement ConfigurationAccess.
</p> </p>
......
...@@ -82,7 +82,7 @@ published service GroupAccess ...@@ -82,7 +82,7 @@ published service GroupAccess
<p>If an implementation is part of a <em>read-only</em> view of the hierarchy, <p>If an implementation is part of a <em>read-only</em> view of the hierarchy,
all properties and subproperties will be reported as having attribute all properties and subproperties will be reported as having attribute
<const scope="com::sun::star::beans">PropertyAttribute::READONLY</const> set, com::sun::star::beans::PropertyAttribute::READONLY set,
and attempts to change property values will fail. and attempts to change property values will fail.
</p> </p>
*/ */
......
...@@ -39,7 +39,7 @@ published service GroupUpdate ...@@ -39,7 +39,7 @@ published service GroupUpdate
<p>Any child and descendant objects support modifying access as well, <p>Any child and descendant objects support modifying access as well,
unless they represent a read-only tree element as indicated by unless they represent a read-only tree element as indicated by
<const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>. com::sun::star::beans::PropertyAttribute::READONLY.
</p> </p>
*/ */
service GroupAccess; service GroupAccess;
......
...@@ -113,7 +113,7 @@ published service HierarchyAccess ...@@ -113,7 +113,7 @@ published service HierarchyAccess
<p>If elements that are not simple values, but objects themselves, support <p>If elements that are not simple values, but objects themselves, support
a default state (as indicated by a default state (as indicated by
<const scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>), com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT),
they should implement they should implement
com::sun::star::beans::XPropertyWithState, in which case com::sun::star::beans::XPropertyWithState, in which case
the com::sun::star::beans::PropertyState applies to all the com::sun::star::beans::PropertyState applies to all
...@@ -136,7 +136,7 @@ published service HierarchyAccess ...@@ -136,7 +136,7 @@ published service HierarchyAccess
<p>If elements that are not simple values, but objects themselves, support <p>If elements that are not simple values, but objects themselves, support
a default state (as indicated by a default state (as indicated by
<const scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>), com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT),
they should implement they should implement
com::sun::star::beans::XPropertyWithState, in which case com::sun::star::beans::XPropertyWithState, in which case
the com::sun::star::beans::PropertyState applies to all the com::sun::star::beans::PropertyState applies to all
......
...@@ -38,7 +38,7 @@ module com { module sun { module star { module configuration { ...@@ -38,7 +38,7 @@ module com { module sun { module star { module configuration {
<p>Any child and descendant objects support modifying access as well, <p>Any child and descendant objects support modifying access as well,
unless they represent a read-only tree element (as indicated by unless they represent a read-only tree element (as indicated by
<const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>). com::sun::star::beans::PropertyAttribute::READONLY).
</p> </p>
*/ */
published service SetUpdate published service SetUpdate
......
...@@ -294,7 +294,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface ...@@ -294,7 +294,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
<p> This must be the same type as is already defined in the schema <p> This must be the same type as is already defined in the schema
or lower layers, unless the previous type was unspecified or lower layers, unless the previous type was unspecified
(as indicated by (as indicated by
<const scope="com::sun::star::uno">TypeClass::ANY</const>.) com::sun::star::uno::TypeClass::ANY.)
</p> </p>
<p> A <void/> type indicates that the type is unspecified <p> A <void/> type indicates that the type is unspecified
in this layer. in this layer.
......
...@@ -92,32 +92,32 @@ service AccessibleSpreadsheetDocumentView ...@@ -92,32 +92,32 @@ service AccessibleSpreadsheetDocumentView
</ul> </ul>
<li>The description is ???.</li> <li>The description is ???.</li>
<li>The name is Spreadsheet Document View with a unique number.</li> <li>The name is Spreadsheet Document View with a unique number.</li>
<li>The role is <const scope="::com::sun::star::accessibility">AccessibleRole::DOCUMENT</const></li> <li>The role is ::com::sun::star::accessibility::AccessibleRole::DOCUMENT</li>
<li>There are no relations.</li> <li>There are no relations.</li>
<li>The following states are supported: <li>The following states are supported:
<ul> <ul>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::DEFUNC</const> is always false until the document is <li>::com::sun::star::accessibility::AccessibleStateType::DEFUNC is always false until the document is
closed.</li> closed.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::EDITABLE</const> is always true.</li> <li>::com::sun::star::accessibility::AccessibleStateType::EDITABLE is always true.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::ENABLED</const> is always true.</li> <li>::com::sun::star::accessibility::AccessibleStateType::ENABLED is always true.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::MULTI_LINE</const> makes no sense in on a document and <li>::com::sun::star::accessibility::AccessibleStateType::MULTI_LINE makes no sense in on a document and
so it is left out of the list.</li> so it is left out of the list.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::MULTI_SELECTABLE</const> is always false, because a <li>::com::sun::star::accessibility::AccessibleStateType::MULTI_SELECTABLE is always false, because a
document is not selectable. Only the children are document is not selectable. Only the children are
selectable. So it is left out of the list.</li> selectable. So it is left out of the list.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::OPAQUE</const> is always true.</li> <li>::com::sun::star::accessibility::AccessibleStateType::OPAQUE is always true.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::RESIZEABLE</const> is always false, because you can <li>::com::sun::star::accessibility::AccessibleStateType::RESIZEABLE is always false, because you can
resize the window, but not the document. So it is left out resize the window, but not the document. So it is left out
of the list.</li> of the list.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::SELECTABLE</const> is always false, because a <li>::com::sun::star::accessibility::AccessibleStateType::SELECTABLE is always false, because a
document is not selectable. Only the children are document is not selectable. Only the children are
selectable. So it is left out of the list.</li> selectable. So it is left out of the list.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::SELECTED</const> is always false, because a <li>::com::sun::star::accessibility::AccessibleStateType::SELECTED is always false, because a
document is not selectable. Only the children are document is not selectable. Only the children are
selectable. So it is left out of the list.</li> selectable. So it is left out of the list.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::SHOWING</const>Is true if the Bounding Box lies in <li>::com::sun::star::accessibility::AccessibleStateType::SHOWINGIs true if the Bounding Box lies in
the Bounding Box of the parent. Otherwise it is false.</li> the Bounding Box of the parent. Otherwise it is false.</li>
<li><const scope="::com::sun::star::accessibility">AccessibleStateType::VISIBLE</const>Is always true.</li> <li>::com::sun::star::accessibility::AccessibleStateType::VISIBLEIs always true.</li>
</ul> </ul>
</li> </li>
</ul> </ul>
......
...@@ -71,7 +71,7 @@ constants DataPilotFieldReferenceType ...@@ -71,7 +71,7 @@ constants DataPilotFieldReferenceType
/** Each result is divided by its reference value. The reference value is determined in the /** Each result is divided by its reference value. The reference value is determined in the
same way as for <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ITEM_DIFFERENCE</const>. same way as for ::com::sun::star::sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE.
Totals outside of the base field are shown as empty results. Totals outside of the base field are shown as empty results.
<p>Division by zero results in an error. Otherwise, empty results are shown as 0. Results for <p>Division by zero results in an error. Otherwise, empty results are shown as 0. Results for
...@@ -85,10 +85,10 @@ constants DataPilotFieldReferenceType ...@@ -85,10 +85,10 @@ constants DataPilotFieldReferenceType
/** From each result, its reference value is subtracted, and the difference divided by the /** From each result, its reference value is subtracted, and the difference divided by the
reference value. The reference value is determined in the same way as for reference value. The reference value is determined in the same way as for
<const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ITEM_DIFFERENCE</const>. ::com::sun::star::sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE.
Totals outside of the base field are shown as empty results. Totals outside of the base field are shown as empty results.
<p>Division by zero results in an error. Otherwise, the rules for <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ITEM_DIFFERENCE</const> apply.</p> <p>Division by zero results in an error. Otherwise, the rules for ::com::sun::star::sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE apply.</p>
*/ */
const long ITEM_PERCENTAGE_DIFFERENCE = 3; const long ITEM_PERCENTAGE_DIFFERENCE = 3;
...@@ -124,13 +124,13 @@ constants DataPilotFieldReferenceType ...@@ -124,13 +124,13 @@ constants DataPilotFieldReferenceType
const long ROW_PERCENTAGE = 5; const long ROW_PERCENTAGE = 5;
/** Same as <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ROW_PERCENTAGE</const>, but the total for the result's column is used. /** Same as ::com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the total for the result's column is used.
*/ */
const long COLUMN_PERCENTAGE = 6; const long COLUMN_PERCENTAGE = 6;
/** Same as <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ROW_PERCENTAGE</const>, but the grand total for the result's data field is used. /** Same as ::com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the grand total for the result's data field is used.
*/ */
const long TOTAL_PERCENTAGE = 7; const long TOTAL_PERCENTAGE = 7;
......
...@@ -89,20 +89,20 @@ module com { module sun { module star { module task { ...@@ -89,20 +89,20 @@ module com { module sun { module star { module task {
<DL> <DL>
<DT><code>"Uri"</code></DT> <DT><code>"Uri"</code></DT>
<DD>All error codes except <DD>All error codes except
<const scope="com::sun::star::ucb">IOErrorCode::DIFFERENT_DEVICES</const>. com::sun::star::ucb::IOErrorCode::DIFFERENT_DEVICES.
The URI of the involved resource (a <atom>string</atom>).</DD> The URI of the involved resource (a <atom>string</atom>).</DD>
<DT><code>"ResourceName"</code></DT> <DT><code>"ResourceName"</code></DT>
<DD>All error codes except <DD>All error codes except
<const scope="com::sun::star::ucb">IOErrorCode::DIFFERENT_DEVICES</const>. com::sun::star::ucb::IOErrorCode::DIFFERENT_DEVICES.
A name for the involved resource (a <atom>string</atom>) that might be A name for the involved resource (a <atom>string</atom>) that might be
more meaningful to the user than the URI. For example, a more meaningful to the user than the URI. For example, a
(platform-dependent) path notation for file system resources.</DD> (platform-dependent) path notation for file system resources.</DD>
<DT><code>"ResourceType"</code></DT> <DT><code>"ResourceType"</code></DT>
<DD><const scope="com::sun::star::ucb">IOErrorCode::DEVICE_NOT_READY</const> <DD>com::sun::star::ucb::IOErrorCode::DEVICE_NOT_READY
and and
<const scope="com::sun::star::ucb">IOErrorCode::NOT_EXISTING</const> com::sun::star::ucb::IOErrorCode::NOT_EXISTING
only. An identifier for the type of resource involved (a only. An identifier for the type of resource involved (a
<atom>string</atom>). Currently understood values are <atom>string</atom>). Currently understood values are
<code>"volume"</code> (e.g., a file system volume) and <code>"volume"</code> (e.g., a file system volume) and
...@@ -110,17 +110,17 @@ module com { module sun { module star { module task { ...@@ -110,17 +110,17 @@ module com { module sun { module star { module task {
resources).</DD> resources).</DD>
<DT><code>"Removable"</code></DT> <DT><code>"Removable"</code></DT>
<DD><const scope="com::sun::star::ucb">IOErrorCode::NOT_EXISTING</const> <DD>com::sun::star::ucb::IOErrorCode::NOT_EXISTING
only. A flag indicating whether the resource resides on a storage only. A flag indicating whether the resource resides on a storage
medium that can be removed by the user (a <atom>boolean</atom>).</DD> medium that can be removed by the user (a <atom>boolean</atom>).</DD>
<DT><code>"Folder"</code></DT> <DT><code>"Folder"</code></DT>
<DD><const scope="com::sun::star::ucb">IOErrorCode::CANT_CREATE</const> <DD>com::sun::star::ucb::IOErrorCode::CANT_CREATE
only. The name of the folder in which a resource cannot be created (a only. The name of the folder in which a resource cannot be created (a
<atom>string</atom>).</DD> <atom>string</atom>).</DD>
<DT><code>"Volume"</code> and <code>"OtherVolume"</code></DT> <DT><code>"Volume"</code> and <code>"OtherVolume"</code></DT>
<DD><const scope="com::sun::star::ucb">IOErrorCode::DIFFERENT_DEVICES</const> <DD>com::sun::star::ucb::IOErrorCode::DIFFERENT_DEVICES
only. The names of the two volumes involved (two only. The names of the two volumes involved (two
<atom>string</atom>s).</DD> <atom>string</atom>s).</DD>
</DL></P> </DL></P>
......
...@@ -63,18 +63,18 @@ published service NumberingLevel ...@@ -63,18 +63,18 @@ published service NumberingLevel
/** the ID of the symbol in the given font. This is only valid if the /** the ID of the symbol in the given font. This is only valid if the
numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>. numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
@deprecated @deprecated
*/ */
[optional, property] short BulletId; [optional, property] short BulletId;
/** contains the symbol in the given font. This is only valid if the /** contains the symbol in the given font. This is only valid if the
numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>. numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/ */
[property] string BulletChar; [property] string BulletChar;
/** the name of the font for the symbol. This is only valid if the /** the name of the font for the symbol. This is only valid if the
numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>. numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/ */
[property] string BulletFontName; [property] string BulletFontName;
...@@ -87,7 +87,7 @@ published service NumberingLevel ...@@ -87,7 +87,7 @@ published service NumberingLevel
/** the URL of the graphic file that is used as the numbering symbol. /** the URL of the graphic file that is used as the numbering symbol.
<p> This is only valid if the numbering type is <p> This is only valid if the numbering type is
<const scope="com::sun::star::style">NumberingType::BITMAP</const>.</p> com::sun::star::style::NumberingType::BITMAP.</p>
*/ */
[property] string GraphicURL; [property] string GraphicURL;
...@@ -111,8 +111,8 @@ published service NumberingLevel ...@@ -111,8 +111,8 @@ published service NumberingLevel
/** specifies the start value for the numbering. /** specifies the start value for the numbering.
<p>This property is only valid if the numbering type is not <p>This property is only valid if the numbering type is not
<const scope="com::sun::star::style">NumberingType::BITMAP</const> or com::sun::star::style::NumberingType::BITMAP or
<const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.</p> com::sun::star::style::NumberingType::CHAR_SPECIAL.</p>
*/ */
[optional, property] short StartWith; [optional, property] short StartWith;
...@@ -153,12 +153,12 @@ published service NumberingLevel ...@@ -153,12 +153,12 @@ published service NumberingLevel
[optional, property] string ParagraphStyleName; [optional, property] string ParagraphStyleName;
/** contains the color for the symbol. This is only valid if the /** contains the color for the symbol. This is only valid if the
numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>. numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/ */
[optional, property] com::sun::star::util::Color BulletColor; [optional, property] com::sun::star::util::Color BulletColor;
/** contains the size of the symbol relative to the high of the paragraph. This is only valid if the /** contains the size of the symbol relative to the high of the paragraph. This is only valid if the
numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>. numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/ */
[optional, property] short BulletRelSize; [optional, property] short BulletRelSize;
......
...@@ -34,7 +34,7 @@ published service PageNumber ...@@ -34,7 +34,7 @@ published service PageNumber
service com::sun::star::text::TextField; service com::sun::star::text::TextField;
/** determines the type of the numbering. /** determines the type of the numbering.
@see <const scope="com::sun::star::style">NumberingType</const> @see com::sun::star::style::NumberingType
*/ */
[property] short NumberingType; [property] short NumberingType;
...@@ -42,11 +42,11 @@ published service PageNumber ...@@ -42,11 +42,11 @@ published service PageNumber
*/ */
[property] short Offset; [property] short Offset;
/** determines which page the field refers to. /** determines which page the field refers to.
@see <const scope="com::sun::star::text">PageNumberType</const> @see com::sun::star::text::PageNumberType
*/ */
[property] PageNumberType SubType; [property] PageNumberType SubType;
/** if the user text string is set then it is displayed when the value /** if the user text string is set then it is displayed when the value
of NumberingType is set to <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const> of NumberingType is set to com::sun::star::style::NumberingType::CHAR_SPECIAL
*/ */
[property] string UserText; [property] string UserText;
......
...@@ -30,7 +30,7 @@ published constants SearchFlags ...@@ -30,7 +30,7 @@ published constants SearchFlags
{ {
/** /**
@deprecated The constant ALL_IGNORE_CASE is never supported - use @deprecated The constant ALL_IGNORE_CASE is never supported - use
<const scope="com::sun::star::i18n">TransliterationModules::IGNORE_CASE</const> com::sun::star::i18n::TransliterationModules::IGNORE_CASE
with with
SearchOptions::transliterateFlags() SearchOptions::transliterateFlags()
instead. instead.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment