Kaydet (Commit) 20491c66 authored tarafından Michael Stahl's avatar Michael Stahl

offapi: fix some doxygen warnings

Change-Id: I55d5c2729a23bfdf079480f4d3adc41e9d8e03f2
üst 970c0feb
......@@ -69,6 +69,9 @@ interface XPackage
After return of this function no code from the extension may be used
anymore, so that the extension can be safely removed from the hard disk.
@param xAbortChannel
abort channel to asynchronously abort the registration process,
or `NULL`
@param xCmdEnv
command environment for error handling and other interaction.
@param alreadyInstalled
......@@ -76,7 +79,7 @@ interface XPackage
@return
`NULL` - all prerequisites are met. Otherwise, a value from
#Prerequisites indicating what prerequisites are missing.
Prerequisites indicating what prerequisites are missing.
*/
long checkPrerequisites(
[in] com::sun::star::task::XAbortChannel xAbortChannel,
......
......@@ -70,6 +70,12 @@ interface XSlideRenderer
com::sun::star::rendering::XBitmap instead
of com::sun::star::awt::XBitmap.
@see createPreview
@param xSlide
See description in #createPreview.
@param aMaximumPreviewPixelSize
See description in #createPreview.
@param nSuperSampleFactor
See description in #createPreview.
@param xCanvas
This canvas is used create a canvas specific bitmap.
*/
......
......@@ -111,6 +111,19 @@ interface XPaneBorderPainter
/** Paint the border around a pane where the border includes a call out
that is anchored at the given point. Most arguments have the same
meaning as in the paintBorder().
@see paintBorder
@param sPaneBorderStyleName
See description in #paintBorder.
@param xCanvas
See description in #paintBorder.
@param aOuterBorderRectangle
See description in #paintBorder.
@param aRepaintArea
See description in #paintBorder.
@param sTitle
See description in #paintBorder.
@param aCalloutAnchor
The anchor point of the call out. It is usually located outside
the border.
......
......@@ -54,6 +54,12 @@ interface XGraphicTransformer : ::com::sun::star::uno::XInterface
/** changes brightness/contrast
@param In
The input Graphic.
@param brightness
The brightness that shall be applied.
@param contrast
The contrast that shall be applied.
@param mso whether to use MSOffice brightness/contrast formula
@returns
The modified graphic
......
......@@ -43,6 +43,8 @@ published interface XConnection: com::sun::star::uno::XInterface
@return The read number of bytes.
The return value and the length of the
returned sequence must be identical.
@param aReadBytes
The buffer to receive the read bytes.
@param nBytesToRead
The number of bytes to be read from the stream.
......
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