Kaydet (Commit) 3ed31af5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin DOCUMENTATION OMITTED comments

No need to shout. The lack of documentation is obvious anyway to somebody
looking for it.

Change-Id: I4f21661c8bff87170bc4e272da29f060eec0dda6
üst 7bd108e7
...@@ -28,31 +28,14 @@ ...@@ -28,31 +28,14 @@
*/ */
published enum Alignment published enum Alignment
{ {
// DOCUMENTATION OMITTED FOR Alignment:: TOP_LEFT,
TOP_LEFT, TOP_LEFT,
// DOCUMENTATION OMITTED FOR Alignment:: TOP,
TOP, TOP,
// DOCUMENTATION OMITTED FOR Alignment:: TOP_RIGHT,
TOP_RIGHT, TOP_RIGHT,
// DOCUMENTATION OMITTED FOR Alignment:: LEFT,
LEFT, LEFT,
// DOCUMENTATION OMITTED FOR Alignment:: CENTER,
CENTER, CENTER,
// DOCUMENTATION OMITTED FOR Alignment:: RIGHT,
RIGHT, RIGHT,
// DOCUMENTATION OMITTED FOR Alignment:: BOTTOM_LEFT,
BOTTOM_LEFT, BOTTOM_LEFT,
// DOCUMENTATION OMITTED FOR Alignment:: BOTTOM,
BOTTOM, BOTTOM,
// DOCUMENTATION OMITTED FOR Alignment:: BOTTOM_RIGHT
BOTTOM_RIGHT BOTTOM_RIGHT
}; };
......
...@@ -28,11 +28,7 @@ ...@@ -28,11 +28,7 @@
published struct Direction3D published struct Direction3D
{ {
double DirectionX; double DirectionX;
// DOCUMENTATION OMITTED FOR Direction3D::DirectionY
double DirectionY; double DirectionY;
// DOCUMENTATION OMITTED FOR Direction3D::DirectionZ
double DirectionZ; double DirectionZ;
}; };
......
...@@ -29,25 +29,12 @@ ...@@ -29,25 +29,12 @@
*/ */
published enum EscapeDirection published enum EscapeDirection
{ {
// DOCUMENTATION OMITTED FOR EscapeDirection:: SMART,
SMART, SMART,
// DOCUMENTATION OMITTED FOR EscapeDirection:: LEFT,
LEFT, LEFT,
// DOCUMENTATION OMITTED FOR EscapeDirection:: RIGHT,
RIGHT, RIGHT,
// DOCUMENTATION OMITTED FOR EscapeDirection:: UP,
UP, UP,
// DOCUMENTATION OMITTED FOR EscapeDirection:: DOWN
DOWN, DOWN,
// DOCUMENTATION OMITTED FOR EscapeDirection:: HORIZONTAL
HORIZONTAL, HORIZONTAL,
// DOCUMENTATION OMITTED FOR EscapeDirection:: VERTICAL
VERTICAL VERTICAL
}; };
......
...@@ -27,27 +27,18 @@ ...@@ -27,27 +27,18 @@
*/ */
published enum FillStyle published enum FillStyle
{ {
// DOCUMENTATION OMITTED FOR FillStyle:: NONE,
/** the area is not filled. /** the area is not filled.
*/ */
NONE, NONE,
// DOCUMENTATION OMITTED FOR FillStyle:: SOLID,
/** use a solid color to fill the area. /** use a solid color to fill the area.
*/ */
SOLID, SOLID,
// DOCUMENTATION OMITTED FOR FillStyle:: GRADIENT,
/** use a gradient color to fill the area. /** use a gradient color to fill the area.
*/ */
GRADIENT, GRADIENT,
// DOCUMENTATION OMITTED FOR FillStyle:: HATCH,
/** use a hatch to fill the area. /** use a hatch to fill the area.
*/ */
HATCH, HATCH,
// DOCUMENTATION OMITTED FOR FillStyle:: BITMAP
/** use a bitmap to fill the area. /** use a bitmap to fill the area.
*/ */
BITMAP BITMAP
......
...@@ -30,14 +30,8 @@ ...@@ -30,14 +30,8 @@
published struct HomogenMatrix published struct HomogenMatrix
{ {
com::sun::star::drawing::HomogenMatrixLine Line1; com::sun::star::drawing::HomogenMatrixLine Line1;
// DOCUMENTATION OMITTED FOR HomogenMatrix::Line2
com::sun::star::drawing::HomogenMatrixLine Line2; com::sun::star::drawing::HomogenMatrixLine Line2;
// DOCUMENTATION OMITTED FOR HomogenMatrix::Line3
com::sun::star::drawing::HomogenMatrixLine Line3; com::sun::star::drawing::HomogenMatrixLine Line3;
// DOCUMENTATION OMITTED FOR HomogenMatrix::Line4
com::sun::star::drawing::HomogenMatrixLine Line4; com::sun::star::drawing::HomogenMatrixLine Line4;
}; };
......
...@@ -29,13 +29,8 @@ ...@@ -29,13 +29,8 @@
*/ */
published struct HomogenMatrix3 published struct HomogenMatrix3
{ {
// DOCUMENTATION OMITTED FOR HomogenMatrix3::Line1
com::sun::star::drawing::HomogenMatrixLine3 Line1; com::sun::star::drawing::HomogenMatrixLine3 Line1;
// DOCUMENTATION OMITTED FOR HomogenMatrix3::Line2
com::sun::star::drawing::HomogenMatrixLine3 Line2; com::sun::star::drawing::HomogenMatrixLine3 Line2;
// DOCUMENTATION OMITTED FOR HomogenMatrix3::Line3
com::sun::star::drawing::HomogenMatrixLine3 Line3; com::sun::star::drawing::HomogenMatrixLine3 Line3;
}; };
......
...@@ -29,16 +29,9 @@ ...@@ -29,16 +29,9 @@
*/ */
published struct HomogenMatrix4 published struct HomogenMatrix4
{ {
// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line1
com::sun::star::drawing::HomogenMatrixLine4 Line1; com::sun::star::drawing::HomogenMatrixLine4 Line1;
// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line2
com::sun::star::drawing::HomogenMatrixLine4 Line2; com::sun::star::drawing::HomogenMatrixLine4 Line2;
// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line3
com::sun::star::drawing::HomogenMatrixLine4 Line3; com::sun::star::drawing::HomogenMatrixLine4 Line3;
// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line4
com::sun::star::drawing::HomogenMatrixLine4 Line4; com::sun::star::drawing::HomogenMatrixLine4 Line4;
}; };
......
...@@ -28,14 +28,8 @@ ...@@ -28,14 +28,8 @@
published struct HomogenMatrixLine published struct HomogenMatrixLine
{ {
double Column1; double Column1;
// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column2
double Column2; double Column2;
// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column3
double Column3; double Column3;
// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column4
double Column4; double Column4;
}; };
......
...@@ -28,13 +28,8 @@ ...@@ -28,13 +28,8 @@
*/ */
published struct HomogenMatrixLine3 published struct HomogenMatrixLine3
{ {
// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column1
double Column1; double Column1;
// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column2
double Column2; double Column2;
// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column3
double Column3; double Column3;
}; };
......
...@@ -28,16 +28,9 @@ ...@@ -28,16 +28,9 @@
*/ */
published struct HomogenMatrixLine4 published struct HomogenMatrixLine4
{ {
// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column1
double Column1; double Column1;
// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column2
double Column2; double Column2;
// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column3
double Column3; double Column3;
// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column4
double Column4; double Column4;
}; };
......
...@@ -30,27 +30,18 @@ ...@@ -30,27 +30,18 @@
*/ */
published enum LineEndType published enum LineEndType
{ {
// DOCUMENTATION OMITTED FOR LineEndType:: NONE,
/** the line has no special end. /** the line has no special end.
*/ */
NONE, NONE,
// DOCUMENTATION OMITTED FOR LineEndType:: ARROW,
/** the line uses an arrow for the line end. /** the line uses an arrow for the line end.
*/ */
ARROW, ARROW,
// DOCUMENTATION OMITTED FOR LineEndType:: CIRCLE,
/** the line uses a circle for the line end. /** the line uses a circle for the line end.
*/ */
CIRCLE, CIRCLE,
// DOCUMENTATION OMITTED FOR LineEndType:: SQUARE,
/** the line uses a square for the line end. /** the line uses a square for the line end.
*/ */
SQUARE, SQUARE,
// DOCUMENTATION OMITTED FOR LineEndType:: SPECIAL
/** deprecated /** deprecated
*/ */
SPECIAL SPECIAL
......
...@@ -28,17 +28,12 @@ ...@@ -28,17 +28,12 @@
*/ */
published enum LineStyle published enum LineStyle
{ {
// DOCUMENTATION OMITTED FOR LineStyle:: NONE,
/** the line is hidden. /** the line is hidden.
*/ */
NONE, NONE,
// DOCUMENTATION OMITTED FOR LineStyle:: SOLID,
/** the line is solid. /** the line is solid.
*/ */
SOLID, SOLID,
// DOCUMENTATION OMITTED FOR LineStyle:: DASH
/** the line use dashes. /** the line use dashes.
*/ */
DASH DASH
......
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
*/ */
published enum MeasureKind published enum MeasureKind
{ {
// DOCUMENTATION OMITTED FOR MeasureKind:: STANDARD,
/** use the length measurement. /** use the length measurement.
*/ */
STANDARD, STANDARD,
// DOCUMENTATION OMITTED FOR MeasureKind:: RADIUS
/** use the radius measurement. /** use the radius measurement.
This option cannot be used from the GUI Interface. This option cannot be used from the GUI Interface.
*/ */
......
...@@ -28,16 +28,9 @@ ...@@ -28,16 +28,9 @@
*/ */
published enum MeasureTextHorzPos published enum MeasureTextHorzPos
{ {
// DOCUMENTATION OMITTED FOR MeasureTextHorzPos:: AUTO,
AUTO, AUTO,
// DOCUMENTATION OMITTED FOR MeasureTextHorzPos:: LEFTOUTSIDE,
LEFTOUTSIDE, LEFTOUTSIDE,
// DOCUMENTATION OMITTED FOR MeasureTextHorzPos:: INSIDE,
INSIDE, INSIDE,
// DOCUMENTATION OMITTED FOR MeasureTextHorzPos:: RIGHTOUTSIDE
RIGHTOUTSIDE RIGHTOUTSIDE
}; };
......
...@@ -28,19 +28,10 @@ ...@@ -28,19 +28,10 @@
*/ */
published enum MeasureTextVertPos published enum MeasureTextVertPos
{ {
// DOCUMENTATION OMITTED FOR MeasureTextVertPos:: AUTO,
AUTO, AUTO,
// DOCUMENTATION OMITTED FOR MeasureTextVertPos:: EAST,
EAST, EAST,
// DOCUMENTATION OMITTED FOR MeasureTextVertPos:: BREAKEDLINE,
BREAKEDLINE, BREAKEDLINE,
// DOCUMENTATION OMITTED FOR MeasureTextVertPos:: WEST,
WEST, WEST,
// DOCUMENTATION OMITTED FOR MeasureTextVertPos:: CENTERED
CENTERED CENTERED
}; };
......
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
published struct PolyPolygonBezierCoords published struct PolyPolygonBezierCoords
{ {
com::sun::star::drawing::PointSequenceSequence Coordinates; com::sun::star::drawing::PointSequenceSequence Coordinates;
// DOCUMENTATION OMITTED FOR PolyPolygonBezierCoords::Flags
com::sun::star::drawing::FlagSequenceSequence Flags; com::sun::star::drawing::FlagSequenceSequence Flags;
}; };
......
...@@ -30,11 +30,7 @@ ...@@ -30,11 +30,7 @@
published struct PolyPolygonShape3D published struct PolyPolygonShape3D
{ {
com::sun::star::drawing::DoubleSequenceSequence SequenceX; com::sun::star::drawing::DoubleSequenceSequence SequenceX;
// DOCUMENTATION OMITTED FOR PolyPolygonShape3D::SequenceY
com::sun::star::drawing::DoubleSequenceSequence SequenceY; com::sun::star::drawing::DoubleSequenceSequence SequenceY;
// DOCUMENTATION OMITTED FOR PolyPolygonShape3D::SequenceZ
com::sun::star::drawing::DoubleSequenceSequence SequenceZ; com::sun::star::drawing::DoubleSequenceSequence SequenceZ;
}; };
......
...@@ -27,22 +27,15 @@ ...@@ -27,22 +27,15 @@
*/ */
published enum PolygonFlags published enum PolygonFlags
{ {
// DOCUMENTATION OMITTED FOR PolygonFlags:: NORMAL,
/** the point is normal, from the curve discussion view. /** the point is normal, from the curve discussion view.
*/ */
NORMAL, NORMAL,
// DOCUMENTATION OMITTED FOR PolygonFlags:: SMOOTH,
/** the point is smooth, the first derivation from the curve discussion view. /** the point is smooth, the first derivation from the curve discussion view.
*/ */
SMOOTH, SMOOTH,
// DOCUMENTATION OMITTED FOR PolygonFlags:: CONTROL,
/** the point is a control point, to control the curve from the user interface. /** the point is a control point, to control the curve from the user interface.
*/ */
CONTROL, CONTROL,
// DOCUMENTATION OMITTED FOR PolygonFlags:: SYMMETRIC
/** the point is symmetric, the second derivation from the curve discussion view. /** the point is symmetric, the second derivation from the curve discussion view.
*/ */
SYMMETRIC SYMMETRIC
......
...@@ -30,13 +30,9 @@ published struct Position3D ...@@ -30,13 +30,9 @@ published struct Position3D
/** the position on the X-Axis in the 3D room in 100th of millimeters /** the position on the X-Axis in the 3D room in 100th of millimeters
*/ */
double PositionX; double PositionX;
// DOCUMENTATION OMITTED FOR Position3D::PositionY
/** the position on the Y-Axis in the 3D room in 100th of millimeters /** the position on the Y-Axis in the 3D room in 100th of millimeters
*/ */
double PositionY; double PositionY;
// DOCUMENTATION OMITTED FOR Position3D::PositionZ
/** the position on the Z-Axis in the 3D room in 100th of millimeters /** the position on the Z-Axis in the 3D room in 100th of millimeters
*/ */
double PositionZ; double PositionZ;
......
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
*/ */
published enum ProjectionMode published enum ProjectionMode
{ {
// DOCUMENTATION OMITTED FOR ProjectionMode:: PARALLEL,
/** the 3D objects are drawn in the parallel projection. /** the 3D objects are drawn in the parallel projection.
*/ */
PARALLEL, PARALLEL,
// DOCUMENTATION OMITTED FOR ProjectionMode:: PERSPECTIVE
/** the 3D objects are drawn in the perspective projection. /** the 3D objects are drawn in the perspective projection.
*/ */
PERSPECTIVE PERSPECTIVE
......
...@@ -27,47 +27,30 @@ ...@@ -27,47 +27,30 @@
*/ */
published enum RectanglePoint published enum RectanglePoint
{ {
// DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_TOP,
/** specify to the point on the left side from the top of the rectangle. /** specify to the point on the left side from the top of the rectangle.
*/ */
LEFT_TOP, LEFT_TOP,
// DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_TOP,
/** specify to the point on the middle of the top from the rectangle. /** specify to the point on the middle of the top from the rectangle.
*/ */
MIDDLE_TOP, MIDDLE_TOP,
// DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_TOP,
/** specify to the point on the right side from the top of the rectangle. /** specify to the point on the right side from the top of the rectangle.
*/ */
RIGHT_TOP, RIGHT_TOP,
// DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_MIDDLE,
/** specify to the point on the middle of the left side from the rectangle. /** specify to the point on the middle of the left side from the rectangle.
*/ */
LEFT_MIDDLE, LEFT_MIDDLE,
// DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_MIDDLE,
/** specify to the point on the center from the rectangle. /** specify to the point on the center from the rectangle.
*/ */
MIDDLE_MIDDLE, MIDDLE_MIDDLE,
// DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_MIDDLE,
/** specify to the point on the middle of the right side from the rectangle. /** specify to the point on the middle of the right side from the rectangle.
*/ */
RIGHT_MIDDLE, RIGHT_MIDDLE,
// DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_BOTTOM,
/** specify to the point on the bottom of the left side from the rectangle. /** specify to the point on the bottom of the left side from the rectangle.
*/ */
LEFT_BOTTOM, LEFT_BOTTOM,
// DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_BOTTOM,
/** specify to the point on the middle of the bottom from the rectangle. /** specify to the point on the middle of the bottom from the rectangle.
*/ */
MIDDLE_BOTTOM, MIDDLE_BOTTOM,
// DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_BOTTOM
/** specify to the point on the bottom of the right side from the rectangle. /** specify to the point on the bottom of the right side from the rectangle.
*/ */
RIGHT_BOTTOM RIGHT_BOTTOM
......
...@@ -27,13 +27,8 @@ ...@@ -27,13 +27,8 @@
*/ */
published enum SnapObjectType published enum SnapObjectType
{ {
// DOCUMENTATION OMITTED FOR SnapObjectType:: POINT,
POINT, POINT,
// DOCUMENTATION OMITTED FOR SnapObjectType:: VERTICAL,
VERTICAL, VERTICAL,
// DOCUMENTATION OMITTED FOR SnapObjectType:: HORIZONTAL
HORIZONTAL HORIZONTAL
}; };
......
...@@ -27,16 +27,9 @@ ...@@ -27,16 +27,9 @@
*/ */
published enum TextAnimationDirection published enum TextAnimationDirection
{ {
// DOCUMENTATION OMITTED FOR TextAnimationDirection:: LEFT,
LEFT, LEFT,
// DOCUMENTATION OMITTED FOR TextAnimationDirection:: RIGHT,
RIGHT, RIGHT,
// DOCUMENTATION OMITTED FOR TextAnimationDirection:: UP,
UP, UP,
// DOCUMENTATION OMITTED FOR TextAnimationDirection:: DOWN
DOWN DOWN
}; };
......
...@@ -32,12 +32,9 @@ ...@@ -32,12 +32,9 @@
*/ */
published interface XConnectableShape: com::sun::star::uno::XInterface published interface XConnectableShape: com::sun::star::uno::XInterface
{ {
// DOCUMENTATION OMITTED FOR XConnectableShape::canConnect
boolean canConnect( [in] com::sun::star::awt::Point nPos, boolean canConnect( [in] com::sun::star::awt::Point nPos,
[in] boolean bCreateGluePoint, [in] boolean bCreateGluePoint,
[in] long nMaxDist ); [in] long nMaxDist );
// DOCUMENTATION OMITTED FOR XConnectableShape::doConnect
boolean doConnect( [in] com::sun::star::awt::Point nPos, boolean doConnect( [in] com::sun::star::awt::Point nPos,
[in] boolean bCreateGluePoint, [in] boolean bCreateGluePoint,
[in] long nMaxDist ); [in] long nMaxDist );
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
*/ */
published interface XUniversalShapeDescriptor: com::sun::star::drawing::XShapeDescriptor published interface XUniversalShapeDescriptor: com::sun::star::drawing::XShapeDescriptor
{ {
// DOCUMENTATION OMITTED FOR XUniversalShapeDescriptor::setShapeType
void setShapeType( [in] string aShapeTypeName ); void setShapeType( [in] string aShapeTypeName );
}; };
......
...@@ -28,17 +28,12 @@ ...@@ -28,17 +28,12 @@
*/ */
published enum HorizontalAlignment published enum HorizontalAlignment
{ {
// DOCUMENTATION OMITTED FOR HorizontalAlignment:: LEFT,
/** set the horizontal alignment to the left margin from the container object /** set the horizontal alignment to the left margin from the container object
*/ */
LEFT, LEFT,
// DOCUMENTATION OMITTED FOR HorizontalAlignment:: CENTER,
/** set the horizontal alignment to the center between the margins from the container object /** set the horizontal alignment to the center between the margins from the container object
*/ */
CENTER, CENTER,
// DOCUMENTATION OMITTED FOR HorizontalAlignment:: RIGHT
/** set the horizontal alignment to the right margin from the container object /** set the horizontal alignment to the right margin from the container object
*/ */
RIGHT RIGHT
......
...@@ -31,16 +31,9 @@ ...@@ -31,16 +31,9 @@
*/ */
published constants ModelDependent published constants ModelDependent
{ {
// DOCUMENTATION OMITTED FOR constants::1
const short UNO = 1; const short UNO = 1;
// DOCUMENTATION OMITTED FOR constants::2
const short OLE = 2; const short OLE = 2;
// DOCUMENTATION OMITTED FOR constants::3
const short JAVA = 3; const short JAVA = 3;
// DOCUMENTATION OMITTED FOR constants::4
const short CORBA = 4; const short CORBA = 4;
}; };
......
...@@ -30,10 +30,7 @@ ...@@ -30,10 +30,7 @@
*/ */
published enum RegistryKeyType published enum RegistryKeyType
{ {
// DOCUMENTATION OMITTED FOR RegistryKeyType:: KEY,
KEY, KEY,
// DOCUMENTATION OMITTED FOR RegistryKeyType:: LINK
LINK LINK
}; };
......
...@@ -31,42 +31,27 @@ ...@@ -31,42 +31,27 @@
*/ */
published enum RegistryValueType published enum RegistryValueType
{ {
// DOCUMENTATION OMITTED FOR RegistryValueType:: NOT_DEFINED,
/** the type of the key is not defined. /** the type of the key is not defined.
*/ */
NOT_DEFINED, NOT_DEFINED,
// DOCUMENTATION OMITTED FOR RegistryValueType:: LONG,
/** the type of the key is long. /** the type of the key is long.
*/ */
LONG, LONG,
// DOCUMENTATION OMITTED FOR RegistryValueType:: ASCII,
/** the type of the key is ASCII. /** the type of the key is ASCII.
*/ */
ASCII, ASCII,
// DOCUMENTATION OMITTED FOR RegistryValueType:: STRING,
/** the type of the key is a string. /** the type of the key is a string.
*/ */
STRING, STRING,
// DOCUMENTATION OMITTED FOR RegistryValueType:: BINARY,
/** the type of the key is binary. /** the type of the key is binary.
*/ */
BINARY, BINARY,
// DOCUMENTATION OMITTED FOR RegistryValueType:: LONGLIST,
/** the type of the key is LONGLIST. /** the type of the key is LONGLIST.
*/ */
LONGLIST, LONGLIST,
// DOCUMENTATION OMITTED FOR RegistryValueType:: ASCIILIST,
/** the type of the key is a ASCIILIST. /** the type of the key is a ASCIILIST.
*/ */
ASCIILIST, ASCIILIST,
// DOCUMENTATION OMITTED FOR RegistryValueType:: STRINGLIST
/** the type of the key is a STRINGLIST. /** the type of the key is a STRINGLIST.
*/ */
STRINGLIST STRINGLIST
......
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