Kaydet (Commit) 41eabf7b authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

Eliminate some doxygen warnings in offapi doc

Change-Id: Ibe9be186f49554deb3774e0c70de0e55c19b2f34
üst 03a61352
......@@ -162,7 +162,7 @@ interface XSlideShowController
/** pauses the slide show and blanks the screen in the given color.
<p>Change attribute #Pause to false to unpause
<p>Change attribute Pause to false to unpause
the slide show.
*/
void blankScreen( [in] long Color );
......
......@@ -50,7 +50,7 @@ interface XImageControl
/** defines how to scale the image
<p>If this property is present, it supersedes the #ScaleImage property.</p>
<p>If this property is present, it supersedes the ScaleImage property.</p>
<p>The value of this property is one of the com::sun::star::awt::ImageScaleMode constants.</p>
......
......@@ -100,7 +100,7 @@ interface XReportComponent
/** specifies the color of the border, if present
<p>Not every border style (see #Border) may support coloring.
<p>Not every border style (see Border) may support coloring.
For instance, usually a border with 3D effect will ignore the BorderColor setting.</p>
*/
[attribute,bound] long ControlBorderColor
......
......@@ -199,7 +199,7 @@ interface XReportDefinition
are specified, a RowSet can be created with this information. If the results provided by the
row set are to be additionally filtered, the Filter property can be used.</p>
<p>Note that the Filter property does not make sense if a #ResultSet has been specified
<p>Note that the Filter property does not make sense if a ResultSet has been specified
in the DataAccessDescriptor.</p>
@see com::sun::star::sdb::RowSet
......
......@@ -47,7 +47,7 @@ interface XInteractionRequestStringResolver : com::sun::star::uno::XInterface
be obtained.
@returns the message string or an empty
::com::sun::star::beans::Optional.
com::sun::star::beans::Optional.
*/
com::sun::star::beans::Optional< string >
getStringFromInformationalRequest(
......
......@@ -63,7 +63,7 @@ published service ODMAContentProvider
URL of the OCP Root Folder )</span></p>
<p STYLE="font-weight: medium"><b>vnd.sun.star.odma:/</b> a document
id given by the DMS</p>
<p><b>vnd.sun.star.odma:/</b>`::ODMA\DMS_ID\DM_SPECIFIC_INFO`</p>
<p><b>vnd.sun.star.odma:/</b>`ODMA\DMS_ID\DM_SPECIFIC_INFO`</p>
</p>
*/
......
......@@ -71,7 +71,7 @@ interface XUIElementSettings : com::sun::star::uno::XInterface
User interface elements cannot be changed directly. The changed structure
data has to be set again. This speeds up the configuration process if many
changes have to be made on the structure. The persistence of changes are
controlled by the boolean property #Persistent.
controlled by the boolean property Persistent.
</p>
......
......@@ -54,14 +54,14 @@ published service PrinterDescriptor
is a user-defined size.
<p>Setting this property may change the value of
#PrinterDescriptor::PaperSize.</p>
PrinterDescriptor::PaperSize.</p>
*/
[property] com::sun::star::view::PaperFormat PaperFormat;
/** specifies the size of the paper in 100th mm.
<p>Setting this property may change the value of
#PrinterDescriptor::PaperFormat.</p>
PrinterDescriptor::PaperFormat.</p>
*/
[property] com::sun::star::awt::Size PaperSize;
......
......@@ -42,7 +42,7 @@ published service RenderOptions
<p>Hyperlinks, notes, and outlines cannot be exported on a per
page base. They have to be exported once *before* the first page
is exported. Therefore the IsFirstPage property has been introduced.
It is evaluated in the ::render function and indicates that the
It is evaluated in the render function and indicates that the
current page is the first page to be exported.
</p>
......@@ -54,7 +54,7 @@ published service RenderOptions
<p>Hyperlinks from the EditEngine have to be exported once *after*
the last page has been processed. Therefore the IsLastPage property
has been introduced. It is evaluated in the ::render function and
has been introduced. It is evaluated in the render function and
indicates that the current page is the last page to be exported.
</p>
......@@ -65,7 +65,7 @@ published service RenderOptions
/** specifies if empty pages should be skipped.
<p>Tells the PDF export to skip empty pages. This flag also has
to be passed to the ::render function, in order to calculate to
to be passed to the render function, in order to calculate to
correct page numbers during the export of hyperlinks, notes, and
outlines.
</p>
......@@ -77,7 +77,7 @@ published service RenderOptions
/** specifies the page ranges to be rendered.
<p>Tells the PDF export to skip empty pages. This flag also has
to be passed to the ::render function, in order to calculate to
to be passed to the render function, in order to calculate to
correct page numbers during the export of hyperlinks, notes,
and outlines.
</p>
......
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