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

Bin pointless "DocMerge" comment lines

Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
üst bc7202aa
......@@ -23,56 +23,36 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::Alignment
/** The <type>Alignment</type> enumeration is a general way to specify the
alignment of an object or sub-object relative to another object.
*/
published enum Alignment
{
// DOCUMENTATION OMITTED FOR Alignment:: TOP_LEFT,
// DocMerge: empty anyway
TOP_LEFT,
// DOCUMENTATION OMITTED FOR Alignment:: TOP,
// DocMerge: empty anyway
TOP,
// DOCUMENTATION OMITTED FOR Alignment:: TOP_RIGHT,
// DocMerge: empty anyway
TOP_RIGHT,
// DOCUMENTATION OMITTED FOR Alignment:: LEFT,
// DocMerge: empty anyway
LEFT,
// DOCUMENTATION OMITTED FOR Alignment:: CENTER,
// DocMerge: empty anyway
CENTER,
// DOCUMENTATION OMITTED FOR Alignment:: RIGHT,
// DocMerge: empty anyway
RIGHT,
// DOCUMENTATION OMITTED FOR Alignment:: BOTTOM_LEFT,
// DocMerge: empty anyway
BOTTOM_LEFT,
// DOCUMENTATION OMITTED FOR Alignment:: BOTTOM,
// DocMerge: empty anyway
BOTTOM,
// DOCUMENTATION OMITTED FOR Alignment:: BOTTOM_RIGHT
// DocMerge: empty anyway
BOTTOM_RIGHT
};
......
......@@ -23,8 +23,6 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::Arrangement
/** With this enumeration you can arrange the relative position of an object
within the other objects.
......@@ -32,26 +30,18 @@
*/
published enum Arrangement
{
// DocMerge from xml: value com::sun::star::drawing::Arrangement::FRONT
/** Move this object in front of all other objects.
*/
FRONT,
// DocMerge from xml: value com::sun::star::drawing::Arrangement::MORE_FRONT
/** Move this object one object more to the front.
*/
MORE_FRONT,
// DocMerge from xml: value com::sun::star::drawing::Arrangement::MORE_BACK
/** Move this object one object more to the back.
*/
MORE_BACK,
// DocMerge from xml: value com::sun::star::drawing::Arrangement::BACK
/** Move this object behind all other objects.
*/
BACK
......
......@@ -25,8 +25,6 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: struct com::sun::star::drawing::BezierPoint
/** This is a point on a Bezier curve.
<p>The two control points specify how the Bezier curve
......@@ -36,19 +34,14 @@
*/
published struct BezierPoint
{
// DocMerge from xml: field com::sun::star::drawing::BezierPoint::Position
/** This is the position of this point.
*/
com::sun::star::awt::Point Position;
// DocMerge from xml: field com::sun::star::drawing::BezierPoint::ControlPoint1
/** This is the position of the first control point.
*/
com::sun::star::awt::Point ControlPoint1;
// DocMerge from xml: field com::sun::star::drawing::BezierPoint::ControlPoint2
/** This is the position of the second control point.
*/
com::sun::star::awt::Point ControlPoint2;
......
......@@ -23,32 +23,22 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::CircleKind
/** This enumeration defines a circle.
*/
published enum CircleKind
{
// DocMerge from xml: value com::sun::star::drawing::CircleKind::FULL
/** a full circle
*/
FULL,
// DocMerge from xml: value com::sun::star::drawing::CircleKind::SECTION
/** a circle with a cut connected by a line
*/
SECTION,
// DocMerge from xml: value com::sun::star::drawing::CircleKind::CUT
/** a circle with a cut connected by two lines
*/
CUT,
// DocMerge from xml: value com::sun::star::drawing::CircleKind::ARC
/** a circle with an open cut
*/
ARC
......
......@@ -23,34 +23,24 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::ColorMode
/** The <type>ColorMode</type> defines the output style of colors
for a graphic.
*/
published enum ColorMode
{
// DocMerge from xml: value com::sun::star::drawing::ColorMode::STANDARD
/** the graphic is rendered in the default color style of the output
device,
*/
STANDARD,
// DocMerge from xml: value com::sun::star::drawing::ColorMode::GREYS
/** the graphic is rendered in grayscale on the output device,
*/
GREYS,
// DocMerge from xml: value com::sun::star::drawing::ColorMode::MONO
/** the graphic is rendered in black and white only,
*/
MONO,
// DocMerge from xml: value com::sun::star::drawing::ColorMode::WATERMARK
/** the graphic is rendered in a watermark like style,
*/
WATERMARK
......
......@@ -23,45 +23,31 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::ConnectionType
/** the direction where the
connection line leaves the connection point.
*/
published enum ConnectionType
{
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::AUTO
/** the connection point is chosen automatically,
*/
AUTO,
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::LEFT
/** the connection line leaves the connected object to the left,
*/
LEFT,
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::TOP
/** the connection line leaves the connected object from the top,
*/
TOP,
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::RIGHT
/** the connection line leaves the connected object to the right,
*/
RIGHT,
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::BOTTOM
/** the connection line leaves the connected object from the bottom,
*/
BOTTOM,
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::SPECIAL
/** not implemented, yet.
*/
SPECIAL
......
......@@ -23,33 +23,23 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::ConnectorType
/** The <type>ConnectorType</type> specifies the appearance of a connector.
*/
published enum ConnectorType
{
// DocMerge from xml: value com::sun::star::drawing::ConnectorType::STANDARD
/** the connector is drawn with three lines, with the middle line
perpendicular to the other two
*/
STANDARD,
// DocMerge from xml: value com::sun::star::drawing::ConnectorType::CURVE
/** the ConnectorShape is drawn as a curve
*/
CURVE,
// DocMerge from xml: value com::sun::star::drawing::ConnectorType::LINE
/** the ConnectorShape is drawn as a straight line
*/
LINE,
// DocMerge from xml: value com::sun::star::drawing::ConnectorType::LINES
/** the connector is drawn with three lines
*/
LINES
......
......@@ -23,33 +23,23 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::DashStyle
/** This enumeration defines the style of a dash on a line.
*/
published enum DashStyle
{
// DocMerge from xml: value com::sun::star::drawing::DashStyle::RECT
/** the dash is a rectangle
*/
RECT,
// DocMerge from xml: value com::sun::star::drawing::DashStyle::ROUND
/** the dash is a point
*/
ROUND,
// DocMerge from xml: value com::sun::star::drawing::DashStyle::RECTRELATIVE
/** the dash is a rectangle, with the size of the dash given in
relation to the length of the line
*/
RECTRELATIVE,
// DocMerge from xml: value com::sun::star::drawing::DashStyle::ROUNDRELATIVE
/** the dash is a point, with the size of the dash given in relation
to the length of the line
*/
......
......@@ -23,23 +23,16 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: struct com::sun::star::drawing::Direction3D
/** specifies a 3-dimensional vector.
*/
published struct Direction3D
{
// DocMerge: empty anyway
double DirectionX;
// DOCUMENTATION OMITTED FOR Direction3D::DirectionY
// DocMerge: empty anyway
double DirectionY;
// DOCUMENTATION OMITTED FOR Direction3D::DirectionZ
// DocMerge: empty anyway
double DirectionZ;
};
......
......@@ -28,8 +28,6 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: service com::sun::star::drawing::DrawPage
/** This service specifies a page for the actual draw pages to contain
the drawings.
@see GenericDrawPage
......@@ -38,15 +36,11 @@
published service DrawPage
{
// DocMerge from xml: service com::sun::star::drawing::DrawPage: service com::sun::star::drawing::GenericDrawPage
/** This service describes the base functionality that every
draw/master page has.
*/
service com::sun::star::drawing::GenericDrawPage;
// DocMerge from xml: service com::sun::star::drawing::DrawPage: interface com::sun::star::drawing::XMasterPageTarget
/** provides the link to a <type>MasterPage</type>.
*/
interface com::sun::star::drawing::XMasterPageTarget;
......
......@@ -29,8 +29,6 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: service com::sun::star::drawing::DrawPages
/** provides access to a container of <type>DrawPage</type>s
and makes it possible for you to manipulate them.
......
......@@ -23,8 +23,6 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::DrawViewMode
/** This enumeration specifies the view mode of a view in a presentation
document.
......@@ -32,20 +30,14 @@
*/
published enum DrawViewMode
{
// DocMerge from xml: value com::sun::star::drawing::DrawViewMode::DRAW
/** The view shows the drawing pages.
*/
DRAW,
// DocMerge from xml: value com::sun::star::drawing::DrawViewMode::NOTES
/** The view shows the notes pages.
*/
NOTES,
// DocMerge from xml: value com::sun::star::drawing::DrawViewMode::HANDOUT
/** The view shows the handout pages,
*/
HANDOUT
......
......@@ -23,43 +23,31 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: enum com::sun::star::drawing::FillStyle
/** specifies how an area will be filled.
*/
published enum FillStyle
{
// DOCUMENTATION OMITTED FOR FillStyle:: NONE,
// DocMerge from xml: value com::sun::star::drawing::FillStyle::NONE
/** the area is not filled.
*/
NONE,
// DOCUMENTATION OMITTED FOR FillStyle:: SOLID,
// DocMerge from xml: value com::sun::star::drawing::FillStyle::SOLID
/** use a solid color to fill the area.
*/
SOLID,
// DOCUMENTATION OMITTED FOR FillStyle:: GRADIENT,
// DocMerge from xml: value com::sun::star::drawing::FillStyle::GRADIENT
/** use a gradient color to fill the area.
*/
GRADIENT,
// DOCUMENTATION OMITTED FOR FillStyle:: HATCH,
// DocMerge from xml: value com::sun::star::drawing::FillStyle::HATCH
/** use a hatch to fill the area.
*/
HATCH,
// DOCUMENTATION OMITTED FOR FillStyle:: BITMAP
// DocMerge from xml: value com::sun::star::drawing::FillStyle::BITMAP
/** use a bitmap to fill the area.
*/
BITMAP
......
......@@ -38,8 +38,6 @@
module com { module sun { module star { module drawing {
// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage
/** This abstract service is implemented by every page of a
<type>DrawingDocument</type>.
......@@ -62,8 +60,6 @@
published service GenericDrawPage
{
// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::drawing::XShapes
/** manages the <type>Shape</type>s of this page.
<p>It also lets you add new <type>Shape</type>s. The program currently
......@@ -74,86 +70,60 @@ published service GenericDrawPage
*/
interface com::sun::star::drawing::XShapes;
// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::drawing::XShapeGrouper
/** With this interface you can group/ungroup a collection of
<type>Shape</type>s.
*/
interface com::sun::star::drawing::XShapeGrouper;
// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::drawing::XShapeCombiner
/** With this interface you can combine/split a collection of
<type>Shape</type>s.
*/
[optional] interface com::sun::star::drawing::XShapeCombiner;
// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::drawing::XShapeBinder
/** With this interface you can bind/unbind a collection of
<type>Shape</type>s.
*/
[optional] interface com::sun::star::drawing::XShapeBinder;
// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::container::XNamed
/** Gets or sets the name of this page.
<p>Duplicated page names inside a document are not allowed.
*/
[optional] interface com::sun::star::container::XNamed;
// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::beans::XPropertySet
/** gives you access to the properties of this
<type>DrawPage</type>.
*/
[optional] interface com::sun::star::beans::XPropertySet;
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderBottom
/** This is the border at the bottom.
*/
[optional, property] long BorderBottom;
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderLeft
/** This is the border at the left.
*/
[optional, property] long BorderLeft;
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderRight
/** This is the border at the right.
*/
[optional, property] long BorderRight;
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderTop
/** This is the border at the top.
*/
[optional, property] long BorderTop;
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Height
/** This is the height.
*/
[optional, property] long Height;
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Width
/** This is the width.
*/
[optional, property] long Width;
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Number