summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/style
parent602f956d3231a093c9853d88fe5d5de2465f7112 (diff)
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/BreakType.idl10
-rw-r--r--offapi/com/sun/star/style/CaseMap.idl8
-rw-r--r--offapi/com/sun/star/style/CellStyle.idl4
-rw-r--r--offapi/com/sun/star/style/CharacterProperties.idl54
-rw-r--r--offapi/com/sun/star/style/CharacterPropertiesAsian.idl11
-rw-r--r--offapi/com/sun/star/style/CharacterPropertiesComplex.idl11
-rw-r--r--offapi/com/sun/star/style/CharacterStyle.idl5
-rw-r--r--offapi/com/sun/star/style/DropCapFormat.idl5
-rw-r--r--offapi/com/sun/star/style/GraphicLocation.idl15
-rw-r--r--offapi/com/sun/star/style/HorizontalAlignment.idl6
-rw-r--r--offapi/com/sun/star/style/LineNumberPosition.idl7
-rw-r--r--offapi/com/sun/star/style/LineSpacing.idl4
-rw-r--r--offapi/com/sun/star/style/LineSpacingMode.idl7
-rw-r--r--offapi/com/sun/star/style/NumberingAlignment.idl7
-rw-r--r--offapi/com/sun/star/style/NumberingLevel.idl12
-rw-r--r--offapi/com/sun/star/style/NumberingRule.idl3
-rw-r--r--offapi/com/sun/star/style/NumberingType.idl59
-rw-r--r--offapi/com/sun/star/style/PageProperties.idl107
-rw-r--r--offapi/com/sun/star/style/PageStyle.idl5
-rw-r--r--offapi/com/sun/star/style/PageStyleLayout.idl7
-rw-r--r--offapi/com/sun/star/style/ParagraphAdjust.idl8
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl59
-rw-r--r--offapi/com/sun/star/style/ParagraphPropertiesAsian.idl7
-rw-r--r--offapi/com/sun/star/style/ParagraphPropertiesComplex.idl4
-rw-r--r--offapi/com/sun/star/style/ParagraphStyle.idl17
-rw-r--r--offapi/com/sun/star/style/ParagraphStyleCategory.idl9
-rw-r--r--offapi/com/sun/star/style/Style.idl11
-rw-r--r--offapi/com/sun/star/style/StyleFamilies.idl3
-rw-r--r--offapi/com/sun/star/style/StyleFamily.idl3
-rw-r--r--offapi/com/sun/star/style/TabAlign.idl8
-rw-r--r--offapi/com/sun/star/style/TabStop.idl6
-rw-r--r--offapi/com/sun/star/style/VerticalAlignment.idl6
-rw-r--r--offapi/com/sun/star/style/XAutoStyle.idl3
-rw-r--r--offapi/com/sun/star/style/XAutoStyleFamily.idl3
-rw-r--r--offapi/com/sun/star/style/XAutoStyles.idl3
-rw-r--r--offapi/com/sun/star/style/XAutoStylesSupplier.idl4
-rw-r--r--offapi/com/sun/star/style/XDefaultsSupplier.idl4
-rw-r--r--offapi/com/sun/star/style/XStyle.idl7
-rw-r--r--offapi/com/sun/star/style/XStyleCondition.idl5
-rw-r--r--offapi/com/sun/star/style/XStyleFamiliesSupplier.idl4
-rw-r--r--offapi/com/sun/star/style/XStyleLoader.idl5
41 files changed, 0 insertions, 526 deletions
diff --git a/offapi/com/sun/star/style/BreakType.idl b/offapi/com/sun/star/style/BreakType.idl
index 6f5a08af297c..38602693adfb 100644
--- a/offapi/com/sun/star/style/BreakType.idl
+++ b/offapi/com/sun/star/style/BreakType.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_BreakType_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::style::BreakType
/** These enumeration values are used to specify if and how a page or
@@ -32,14 +30,12 @@
*/
published enum BreakType
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::BreakType::NONE
/** No column or page break is applied.
*/
NONE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_BEFORE
/** A column break is applied before the object to which it belongs.
@@ -51,7 +47,6 @@ published enum BreakType
*/
COLUMN_BEFORE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_AFTER
/** A column break is applied after the object to which it belongs.
@@ -63,7 +58,6 @@ published enum BreakType
*/
COLUMN_AFTER,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_BOTH
/** A column break is applied before and after the object to which
@@ -75,7 +69,6 @@ published enum BreakType
*/
COLUMN_BOTH,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::BreakType::PAGE_BEFORE
/** A page break is applied before the object to which it belongs.
@@ -87,7 +80,6 @@ published enum BreakType
*/
PAGE_BEFORE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::BreakType::PAGE_AFTER
/** A page break is applied after the object to which it belongs.
@@ -99,7 +91,6 @@ published enum BreakType
*/
PAGE_AFTER,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::BreakType::PAGE_BOTH
/** A page break is applied before and after the object to which
@@ -113,7 +104,6 @@ published enum BreakType
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/CaseMap.idl b/offapi/com/sun/star/style/CaseMap.idl
index 6c10a71b0884..18fef81e8e65 100644
--- a/offapi/com/sun/star/style/CaseMap.idl
+++ b/offapi/com/sun/star/style/CaseMap.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_CaseMap_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::style::CaseMap
/** These constants are used to specify a case-related mapping for
@@ -32,35 +30,30 @@
*/
published constants CaseMap
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::CaseMap::NONE
/** The case of the characters is unchanged.
*/
const short NONE = 0;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::CaseMap::UPPERCASE
/** All characters are put in upper case.
*/
const short UPPERCASE = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::CaseMap::LOWERCASE
/** All characters are put in lower case.
*/
const short LOWERCASE = 2;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::CaseMap::TITLE
/** The first character of each word is put in upper case.
*/
const short TITLE = 3;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::CaseMap::SMALLCAPS
/** All characters are put in upper case, but with a smaller font height.
@@ -69,7 +62,6 @@ published constants CaseMap
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/CellStyle.idl b/offapi/com/sun/star/style/CellStyle.idl
index 12fe83b1ef13..9849f0274226 100644
--- a/offapi/com/sun/star/style/CellStyle.idl
+++ b/offapi/com/sun/star/style/CellStyle.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/style/Style.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** is a common service for table cell styles.
@@ -34,7 +32,6 @@ module com { module sun { module star { module style {
*/
published service CellStyle
{
- //-------------------------------------------------------------------------
/** provides common functionality for styles.
*/
@@ -42,7 +39,6 @@ published service CellStyle
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl
index 89a1c05897b5..2e161127ee38 100644
--- a/offapi/com/sun/star/style/CharacterProperties.idl
+++ b/offapi/com/sun/star/style/CharacterProperties.idl
@@ -34,17 +34,14 @@
#include <com/sun/star/container/XNameContainer.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This is a set of properties to describe the style of characters.@see ParagraphProperties
*/
published service CharacterProperties
{
- //-------------------------------------------------------------------------
/** This property specifies the name of the font style.
@@ -52,7 +49,6 @@ published service CharacterProperties
*/
[property] string CharFontName;
- //-------------------------------------------------------------------------
/** This property contains the name of the font style.
@@ -60,34 +56,29 @@ published service CharacterProperties
*/
[property] string CharFontStyleName;
- //-------------------------------------------------------------------------
/** This property contains font family.
@see com::sun::star::awt::FontFamily
*/
[property] short CharFontFamily;
- //-------------------------------------------------------------------------
/** This property contains the text encoding of the font.
@see com::sun::star::awt::CharSet
*/
[property] short CharFontCharSet;
- //-------------------------------------------------------------------------
/** This property contains the font pitch.
@see com::sun::star::awt::FontPitch
*/
[property] short CharFontPitch;
- //-------------------------------------------------------------------------
/** This property contains the value of the text color.
*/
[property] com::sun::star::util::Color CharColor;
- //-------------------------------------------------------------------------
/** specifies the percentage by which to raise/lower superscript/subscript
characters.
@@ -98,34 +89,29 @@ published service CharacterProperties
*/
[optional, property] short CharEscapement;
- //-------------------------------------------------------------------------
/** This value contains the height of the characters in point.
*/
[property] float CharHeight;
- //-------------------------------------------------------------------------
/** This property contains the value for the character underline.
@see com::sun::star::awt::FontUnderline
*/
[property] short CharUnderline;
- //-------------------------------------------------------------------------
/** This property contains the value of the font weight.
@see com::sun::star::awt::FontWeight
*/
[property] float CharWeight;
- //-------------------------------------------------------------------------
/** This property contains the value of the posture of the document.
@see com::sun::star::awt::FontSlant
*/
[property] com::sun::star::awt::FontSlant CharPosture;
- //-------------------------------------------------------------------------
/** This optional property determines whether the kerning tables from the
current font are used.
@@ -135,20 +121,17 @@ published service CharacterProperties
*/
[optional, property] boolean CharAutoKerning;
- //-------------------------------------------------------------------------
/** This optional property contains the text background color.
*/
[optional, property] com::sun::star::util::Color CharBackColor;
- //-------------------------------------------------------------------------
/** This property determines if the text background color is set to
transparent.
*/
[optional, property] boolean CharBackTransparent;
- //-------------------------------------------------------------------------
/** This optional property contains the value of the case-mapping of the
text for formatting and displaying.
@@ -157,46 +140,39 @@ published service CharacterProperties
*/
[optional, property] short CharCaseMap;
- //-------------------------------------------------------------------------
/** This property is <TRUE/> if the characters are crossed out.
*/
[optional, property] boolean CharCrossedOut;
- //-------------------------------------------------------------------------
/** If this optional property is <TRUE/>, then the characters are flashing.
*/
[optional, property] boolean CharFlash;
- //-------------------------------------------------------------------------
/** This property determines the type of the strike out of the character.
@see com::sun::star::awt::FontStrikeout
*/
[optional, property] short CharStrikeout;
- //-------------------------------------------------------------------------
/** If this property is <TRUE/>, the underline and strike-through
properties are not applied to white spaces.
*/
[optional, property] boolean CharWordMode;
- //-------------------------------------------------------------------------
/** This optional property contains the value of the kerning of the
characters.
*/
[optional, property] short CharKerning;
- //-------------------------------------------------------------------------
/** This property contains the value of the locale.
*/
[property] com::sun::star::lang::Locale CharLocale;
- //-------------------------------------------------------------------------
/** This optional property marks a range of characters to prevent it from
being broken into two lines.
@@ -206,7 +182,6 @@ published service CharacterProperties
*/
[optional, property] boolean CharKeepTogether;
- //-------------------------------------------------------------------------
/** This optional property marks a range of characters to ignore a line
break in this area.
@@ -217,34 +192,29 @@ published service CharacterProperties
*/
[optional, property] boolean CharNoLineBreak;
- //-------------------------------------------------------------------------
/** This optional property specifies if the characters are formatted and
displayed with a shadow effect.
*/
[optional, property] boolean CharShadowed;
- //-------------------------------------------------------------------------
/** This optional property specifies the fundamental technology of the font.
@see com::sun::star::awt::FontType
*/
[optional, property] short CharFontType;
- //-------------------------------------------------------------------------
/** This optional property specifies the name of the style of the font.
*/
[optional, property] string CharStyleName;
- //-------------------------------------------------------------------------
/** This optional property specifies if the characters are formatted and
displayed with a contour effect.
*/
[optional, property] boolean CharContoured;
- //-------------------------------------------------------------------------
/** This optional property determines whether text is formatted in two lines.
@@ -252,7 +222,6 @@ published service CharacterProperties
*/
[optional, property] boolean CharCombineIsOn;
- //-------------------------------------------------------------------------
/** This optional property contains the prefix (usually parenthesis) before
text that is formatted in two lines.
@@ -261,7 +230,6 @@ published service CharacterProperties
*/
[optional, property] string CharCombinePrefix;
- //-------------------------------------------------------------------------
/** This optional property contains the suffix (usually parenthesis) after
text that is formatted in two lines.
@@ -270,48 +238,41 @@ published service CharacterProperties
*/
[optional, property] string CharCombineSuffix;
- //-------------------------------------------------------------------------
/** This optional property contains the font emphasis value.
@see com::sun::star::text::FontEmphasis
*/
[optional, property] short CharEmphasis;
- //-------------------------------------------------------------------------
/** This optional property contains the relief style of the characters.
@see com::sun::star::text::FontRelief
*/
[optional, property] short CharRelief;
- //-------------------------------------------------------------------------
/** This optional property contains the text that is set as ruby.
*/
[optional, property] string RubyText;
- //-------------------------------------------------------------------------
/** This optional property determines the adjustment of the ruby .
@see com::sun::star::text::RubyAdjust
*/
[optional, property] short RubyAdjust;
- //-------------------------------------------------------------------------
/** This optional property contains the name of the character style that is
applied to RubyText.
*/
[optional, property] string RubyCharStyleName;
- //-------------------------------------------------------------------------
/** This optional property determines whether the ruby text is printed
above/left or below/right of the text.
*/
[optional, property] boolean RubyIsAbove;
- //-------------------------------------------------------------------------
/** This optional property determines the rotation of a character in tenths
of a degree.
@@ -320,14 +281,12 @@ published service CharacterProperties
*/
[optional, property] short CharRotation;
- //-------------------------------------------------------------------------
/** This optional property determines whether the text formatting tries to
fit rotated text into the surrounded line height.
*/
[optional, property] boolean CharRotationIsFitToLine;
- //-------------------------------------------------------------------------
/** This optional property determines the percentage value for scaling the
width of characters.
@@ -337,39 +296,33 @@ published service CharacterProperties
*/
[optional, property] short CharScaleWidth;
- //-------------------------------------------------------------------------
/** This optional property contains the URL of a hyperlink.
*/
[optional, property] string HyperLinkURL;
- //-------------------------------------------------------------------------
/** This optional property contains the name of the target for a hyperlink.
*/
[optional, property] string HyperLinkTarget;
- //-------------------------------------------------------------------------
/** This optional property contains the name of the hyperlink.
*/
[optional, property] string HyperLinkName;
- //-------------------------------------------------------------------------
/** This optional property contains the character style name for visited
hyperlinks.
*/
[optional, property] string VisitedCharStyleName;
- //-------------------------------------------------------------------------
/** This optional property contains the character style name for unvisited
hyperlinks.
*/
[optional, property] string UnvisitedCharStyleName;
- //-------------------------------------------------------------------------
/** This is the relative height used for subscript or superscript
characters in units of percent.
@@ -380,21 +333,18 @@ published service CharacterProperties
*/
[optional, property] byte CharEscapementHeight;
- //-------------------------------------------------------------------------
/** This optional property determines if the word can be hyphenated at the
character.
*/
[optional, property] boolean CharNoHyphenation;
- //-------------------------------------------------------------------------
/** This property contains the color of the underline for the characters.
@see CharUnderlineHasColor
*/
[property] com::sun::star::util::Color CharUnderlineColor;
- //-------------------------------------------------------------------------
/** This property specifies if the property CharUnderlineColor is used for
an underline.
@@ -402,7 +352,6 @@ published service CharacterProperties
*/
[property] boolean CharUnderlineHasColor;
- //-------------------------------------------------------------------------
/** This optional property specifies the names of the all styles applied to
the font.
@@ -414,7 +363,6 @@ published service CharacterProperties
*/
[optional, property] sequence<string> CharStyleNames;
- //-------------------------------------------------------------------------
/** If this optional property is <TRUE/>, then the characters are invisible.
@@ -422,7 +370,6 @@ published service CharacterProperties
*/
[optional, property] boolean CharHidden;
- //-------------------------------------------------------------------------
/** This property stores XML attributes. They will be saved to and restored
from automatic styles inside XML files.
@@ -433,7 +380,6 @@ published service CharacterProperties
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/style/CharacterPropertiesAsian.idl b/offapi/com/sun/star/style/CharacterPropertiesAsian.idl
index 2aa72f045144..3ac7f015f762 100644
--- a/offapi/com/sun/star/style/CharacterPropertiesAsian.idl
+++ b/offapi/com/sun/star/style/CharacterPropertiesAsian.idl
@@ -23,53 +23,42 @@
#include <com/sun/star/awt/FontSlant.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This is a set of properties to describe the style of characters in Asian texts.
*/
published service CharacterPropertiesAsian
{
- //-------------------------------------------------------------------------
/** This value contains the height of the characters in point.
*/
[property] float CharHeightAsian;
- //-------------------------------------------------------------------------
/** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
*/
[property] float CharWeightAsian;
- //-------------------------------------------------------------------------
/** This property specifies the name of the font style.
<p>It may contain more than one name separated by comma.</p>
*/
[property] string CharFontNameAsian;
- //-------------------------------------------------------------------------
/** This property contains the name of the font style.
<p>This property may be empty.</p>
*/
[property] string CharFontStyleNameAsian;
- //-------------------------------------------------------------------------
/** This property contains font family as specified in
com.sun.star.awt.FontFamily .
*/
[property] short CharFontFamilyAsian;
- //-------------------------------------------------------------------------
/** This property contains the text encoding of the font as specified in
com.sun.star.awt.CharSet.
*/
[property] short CharFontCharSetAsian;
- //-------------------------------------------------------------------------
/** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
*/
[property] short CharFontPitchAsian;
- //-------------------------------------------------------------------------
/** This property contains the value of the posture of the document.@see com::sun::star::awt::FontSlant
*/
[property] com::sun::star::awt::FontSlant CharPostureAsian;
- //-------------------------------------------------------------------------
/** contains the value of the locale.
*/
[property] com::sun::star::lang::Locale CharLocaleAsian;
diff --git a/offapi/com/sun/star/style/CharacterPropertiesComplex.idl b/offapi/com/sun/star/style/CharacterPropertiesComplex.idl
index fb3f7daeedec..2f0d304a9600 100644
--- a/offapi/com/sun/star/style/CharacterPropertiesComplex.idl
+++ b/offapi/com/sun/star/style/CharacterPropertiesComplex.idl
@@ -22,54 +22,43 @@
#include <com/sun/star/lang/Locale.idl>
#include <com/sun/star/awt/FontSlant.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This is a set of properties to describe the style of characters in complex texts.
*/
published service CharacterPropertiesComplex
{
- //-------------------------------------------------------------------------
/** This value contains the height of the characters in point.
*/
[property] float CharHeightComplex;
- //-------------------------------------------------------------------------
/** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
*/
[property] float CharWeightComplex;
- //-------------------------------------------------------------------------
/** This property specifies the name of the font style.
<p>It may contain more than one name separated by comma.</p>
*/
[property] string CharFontNameComplex;
- //-------------------------------------------------------------------------
/** This property contains the name of the font style.
<p>This property may be empty.</p>
*/
[property] string CharFontStyleNameComplex;
- //-------------------------------------------------------------------------
/** This property contains font family as specified in
com.sun.star.awt.FontFamily .
*/
[property] short CharFontFamilyComplex;
- //-------------------------------------------------------------------------
/** This property contains the text encoding of the font as specified in
com.sun.star.awt.CharSet.
*/
[property] short CharFontCharSetComplex;
- //-------------------------------------------------------------------------
/** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
*/
[property] short CharFontPitchComplex;
- //-------------------------------------------------------------------------
/** This property contains the value of the posture of the document.@see com::sun::star::awt::FontSlant
*/
[property] com::sun::star::awt::FontSlant CharPostureComplex;
- //-------------------------------------------------------------------------
/** contains the value of the locale.
*/
[property] com::sun::star::lang::Locale CharLocaleComplex;
diff --git a/offapi/com/sun/star/style/CharacterStyle.idl b/offapi/com/sun/star/style/CharacterStyle.idl
index d7949ff31916..7364e8539143 100644
--- a/offapi/com/sun/star/style/CharacterStyle.idl
+++ b/offapi/com/sun/star/style/CharacterStyle.idl
@@ -22,22 +22,18 @@
#include <com/sun/star/style/CharacterProperties.idl>
#include <com/sun/star/style/Style.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** specifies a style sheet for characters within a
<type scope="com::sun::star::text">Text</type>.
*/
published service CharacterStyle
{
- //-------------------------------------------------------------------------
/// specifies administrative properties.
service Style;
- //-------------------------------------------------------------------------
/// specifies the style properties.
service CharacterProperties;
/** This value contains the character height as difference in point to the height of
@@ -66,7 +62,6 @@ published service CharacterStyle
[property] short CharPropHeightComplex;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/DropCapFormat.idl b/offapi/com/sun/star/style/DropCapFormat.idl
index cdc8b3024496..113e3d1acb68 100644
--- a/offapi/com/sun/star/style/DropCapFormat.idl
+++ b/offapi/com/sun/star/style/DropCapFormat.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_DropCapFormat_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::style::DropCapFormat
/** This struct describes drop caps at a paragraph object.
@@ -36,14 +34,12 @@ published struct DropCapFormat
*/
byte Lines;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::DropCapFormat::Count
/** This is the number of characters in the drop cap.
*/
byte Count;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::DropCapFormat::Distance
/** This is the distance between the drop cap in the following text.
@@ -52,7 +48,6 @@ published struct DropCapFormat
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/GraphicLocation.idl b/offapi/com/sun/star/style/GraphicLocation.idl
index 745e94945b80..4e49d276a80a 100644
--- a/offapi/com/sun/star/style/GraphicLocation.idl
+++ b/offapi/com/sun/star/style/GraphicLocation.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_GraphicLocation_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::style::GraphicLocation
/** These enumeration values are used to specify the location of a
@@ -32,84 +30,72 @@
*/
published enum GraphicLocation
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::NONE
/** This value specifies that a location is not yet assigned.
*/
NONE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_TOP
/** The graphic is located in the top left corner.
*/
LEFT_TOP,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::MIDDLE_TOP
/** The graphic is located in the middle of the top edge.
*/
MIDDLE_TOP,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_TOP
/** The graphic is located in the top right corner.
*/
RIGHT_TOP,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_MIDDLE
/** The graphic is located in the middle of the left edge.
*/
LEFT_MIDDLE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::MIDDLE_MIDDLE
/** The graphic is located at the center of the surrounding object.
*/
MIDDLE_MIDDLE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_MIDDLE
/** The graphic is located in the middle of the right edge.
*/
RIGHT_MIDDLE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_BOTTOM
/** The graphic is located in the bottom left corner.
*/
LEFT_BOTTOM,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::MIDDLE_BOTTOM
/** The graphic is located in the middle of the bottom edge.
*/
MIDDLE_BOTTOM,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_BOTTOM
/** The graphic is located in the bottom right corner.
*/
RIGHT_BOTTOM,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::AREA
/** The graphic is scaled to fill the whole surrounding area.
*/
AREA,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::GraphicLocation::TILED
/** The graphic is repeatedly spread over the surrounding object
@@ -119,7 +105,6 @@ published enum GraphicLocation
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/HorizontalAlignment.idl b/offapi/com/sun/star/style/HorizontalAlignment.idl
index 4c6c52a06ad3..707007ae83f8 100644
--- a/offapi/com/sun/star/style/HorizontalAlignment.idl
+++ b/offapi/com/sun/star/style/HorizontalAlignment.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_HorizontalAlignment_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::style::HorizontalAlignment
/** values specify the horizontal alignment of
@@ -32,7 +30,6 @@
*/
published enum HorizontalAlignment
{
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR HorizontalAlignment:: LEFT,
// DocMerge from xml: value com::sun::star::style::HorizontalAlignment::LEFT
@@ -40,7 +37,6 @@ published enum HorizontalAlignment
*/
LEFT,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR HorizontalAlignment:: CENTER,
// DocMerge from xml: value com::sun::star::style::HorizontalAlignment::CENTER
@@ -48,7 +44,6 @@ published enum HorizontalAlignment
*/
CENTER,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR HorizontalAlignment:: RIGHT
// DocMerge from xml: value com::sun::star::style::HorizontalAlignment::RIGHT
@@ -58,7 +53,6 @@ published enum HorizontalAlignment
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/LineNumberPosition.idl b/offapi/com/sun/star/style/LineNumberPosition.idl
index 6b2e2b94fe2a..d8c48fa19446 100644
--- a/offapi/com/sun/star/style/LineNumberPosition.idl
+++ b/offapi/com/sun/star/style/LineNumberPosition.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_LineNumberPosition_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::style::LineNumberPosition
/** These constants are used to specify the position of the numbering
@@ -32,28 +30,24 @@
*/
published constants LineNumberPosition
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::LineNumberPosition::LEFT
/** the number occurs on the left side of the pages.
*/
const short LEFT = 0;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::LineNumberPosition::RIGHT
/** the number occurs on the right side of the pages.
*/
const short RIGHT = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::LineNumberPosition::INSIDE
/** the number occurs alternating on the inner side of the pages.
*/
const short INSIDE = 2;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::LineNumberPosition::OUTSIDE
/** the number occurs alternating on the outside side of the pages.
@@ -62,7 +56,6 @@ published constants LineNumberPosition
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/LineSpacing.idl b/offapi/com/sun/star/style/LineSpacing.idl
index 4623c15747ea..5011af6c80e7 100644
--- a/offapi/com/sun/star/style/LineSpacing.idl
+++ b/offapi/com/sun/star/style/LineSpacing.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_LineSpacing_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::style::LineSpacing
/** This structure is used to specify the height of a text line.@see LineSpacingMode
@@ -36,7 +34,6 @@ published struct LineSpacing
*/
short Mode;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::LineSpacing::Height
/** This value specifies the height in regard to <var>Mode</var>.
@@ -45,7 +42,6 @@ published struct LineSpacing
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/LineSpacingMode.idl b/offapi/com/sun/star/style/LineSpacingMode.idl
index 3e3d0e2e42cf..9404adf3857a 100644
--- a/offapi/com/sun/star/style/LineSpacingMode.idl
+++ b/offapi/com/sun/star/style/LineSpacingMode.idl
@@ -20,39 +20,33 @@
#define __com_sun_star_style_LineSpacingMode_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::style::LineSpacingMode
/** These constants specify the interpretation of LineHeight.
*/
published constants LineSpacingMode
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::LineSpacingMode::PROP
/** This constant specifies the height value as a proportional value.
*/
const short PROP = 0;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::LineSpacingMode::MINIMUM
/** This constant specifies the height as the minimum line height.
*/
const short MINIMUM = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::LineSpacingMode::LEADING
/** This constant specifies the height value as the distance to the previous line.
*/
const short LEADING = 2;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::LineSpacingMode::FIX
/** This constant specifies the height value as a fixed line height.
@@ -61,7 +55,6 @@ published constants LineSpacingMode
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/NumberingAlignment.idl b/offapi/com/sun/star/style/NumberingAlignment.idl
index 050e9d14709c..0ec037fb1086 100644
--- a/offapi/com/sun/star/style/NumberingAlignment.idl
+++ b/offapi/com/sun/star/style/NumberingAlignment.idl
@@ -22,39 +22,33 @@
#include <com/sun/star/style/HorizontalAlignment.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: service com::sun::star::style::NumberingAlignment
/** specify the alignment of a numbering level.
*/
published service NumberingAlignment
{
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingAlignment::Alignment
/** set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum to change the alignment.
*/
[property] com::sun::star::style::HorizontalAlignment Alignment;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingAlignment::TextMarginDistance
/** the minimum distance between the numbering symbol and the following text.
*/
[property] short TextMarginDistance;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingAlignment::TextNumberingDistance
/** the distance between left margin and the numbering symbol.
*/
[property] short TextNumberingDistance;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingAlignment::Insertion
/** the distance between the numbering symbol and text.
@@ -63,7 +57,6 @@ published service NumberingAlignment
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/NumberingLevel.idl b/offapi/com/sun/star/style/NumberingLevel.idl
index 277da74805b7..d2309f18b189 100644
--- a/offapi/com/sun/star/style/NumberingLevel.idl
+++ b/offapi/com/sun/star/style/NumberingLevel.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_NumberingLevel_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: service com::sun::star::style::NumberingLevel
/** These properties describe the numbering of a paragraph.
@@ -37,14 +35,12 @@
*/
published service NumberingLevel
{
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::NumberingType
/** specifies the type of numbering.@see NumberingType
*/
[property] short NumberingType;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::ParentNumbering
/** specifies the number of higher numbering levels that
@@ -52,49 +48,42 @@ published service NumberingLevel
*/
[property] short ParentNumbering;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::Prefix
/** This prefix is inserted in front of the numbering symbol(s).
*/
[property] string Prefix;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::Suffix
/** This suffix is inserted after the numbering symbol(s).
*/
[property] string Suffix;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::CharStyleName
/** This is the name of the character style that is used for the symbol(s).
*/
[property] string CharStyleName;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::BulletId
/** The bullet symbol with this code in the assigned font is used.
*/
[property] short BulletId;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::BulletFontName
/** This is the name of the font that is used for the bullet.
*/
[property] string BulletFontName;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::GraphicURL
/** This is the URL of a graphic file to use as a symbol.
*/
[property] string GraphicURL;
- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::style::NumberingLevel::StartWith
/** This specifies the start value for the numbering.
@@ -103,7 +92,6 @@ published service NumberingLevel
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/NumberingRule.idl b/offapi/com/sun/star/style/NumberingRule.idl
index b846af89c31b..242ebdefa096 100644
--- a/offapi/com/sun/star/style/NumberingRule.idl
+++ b/offapi/com/sun/star/style/NumberingRule.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/style/NumberingLevel.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: service com::sun::star::style::NumberingRule
/** specifies a rule to format numberings.
@@ -46,7 +44,6 @@ published service NumberingRule
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl
index 8b9f3b8aaf11..375a7706f000 100644
--- a/offapi/com/sun/star/style/NumberingType.idl
+++ b/offapi/com/sun/star/style/NumberingType.idl
@@ -29,187 +29,153 @@
#define __com_sun_star_style_NumberingType_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** These constants are used to specify which numbering style is used.
*/
published constants NumberingType
{
- //-------------------------------------------------------------------------
/** Numbering is put in upper case letters as "A, B, C, D, ...".
*/
const short CHARS_UPPER_LETTER = 0;
- //-------------------------------------------------------------------------
/** Numbering is in lower case letters as "a, b, c, e,...".
*/
const short CHARS_LOWER_LETTER = 1;
- //-------------------------------------------------------------------------
/** Numbering is in Roman numbers with upper case letters
as "I, II, III, IV, ...".
*/
const short ROMAN_UPPER = 2;
- //-------------------------------------------------------------------------
/** Numbering is in Roman numbers with lower case letters
as "i, ii, iii, iv, ...".
*/
const short ROMAN_LOWER = 3;
- //-------------------------------------------------------------------------
/** Numbering is in Arabic numbers as "1, 2, 3, 4, ...".
*/
const short ARABIC = 4;
- //-------------------------------------------------------------------------
/** Numbering is invisible.
*/
const short NUMBER_NONE = 5;
- //-------------------------------------------------------------------------
/** Use a character from a specified font.
*/
const short CHAR_SPECIAL = 6;
- //-------------------------------------------------------------------------
/** Numbering is specified in the page style.
*/
const short PAGE_DESCRIPTOR = 7;
- //-------------------------------------------------------------------------
/** Numbering is displayed as a bitmap graphic.
*/
const short BITMAP = 8;
- //-------------------------------------------------------------------------
/** Numbering is put in upper case letters as "A, B, ..., Y, Z,
AA, BB, CC, ... AAA, ...".
*/
const short CHARS_UPPER_LETTER_N = 9;
- //-------------------------------------------------------------------------
/** Numbering is put in lower case letters as "a, b, ..., y, z,
aa, bb, cc, ... aaa, ...".
*/
const short CHARS_LOWER_LETTER_N =10;
- //-------------------------------------------------------------------------
/** A transliteration module will be used to produce numbers in
Chinese, Japanese, etc.
*/
const short TRANSLITERATION = 11;
- //-------------------------------------------------------------------------
/** The NativeNumberSupplier service will be called to produce numbers in
native languages.
*/
const short NATIVE_NUMBERING = 12;
- //-------------------------------------------------------------------------
/** Numbering for fullwidth Arabic number
*/
const short FULLWIDTH_ARABIC = 13;
- //-------------------------------------------------------------------------
/** Bullet for Circle Number
*/
const short CIRCLE_NUMBER = 14;
- //-------------------------------------------------------------------------
/** Numbering for Chinese lower case number
as "一,二,三..."
*/
const short NUMBER_LOWER_ZH = 15;
- //-------------------------------------------------------------------------
/** Numbering for Chinese upper case number
*/
const short NUMBER_UPPER_ZH = 16;
- //-------------------------------------------------------------------------
/** Numbering for Traditional Chinese upper case number
*/
const short NUMBER_UPPER_ZH_TW = 17;
- //-------------------------------------------------------------------------
/** Bullet for Chinese Tian Gan
as "甲,乙,丙..."
*/
const short TIAN_GAN_ZH = 18;
- //-------------------------------------------------------------------------
/** Bullet for Chinese Di Zi
as "子,丑,寅..."
*/
const short DI_ZI_ZH = 19;
- //-------------------------------------------------------------------------
/** Numbering for Japanese traditional number
*/
const short NUMBER_TRADITIONAL_JA = 20;
- //-------------------------------------------------------------------------
/** Bullet for Japanese AIU fullwidth
*/
const short AIU_FULLWIDTH_JA = 21;
- //-------------------------------------------------------------------------
/** Bullet for Japanese AIU halfwidth
*/
const short AIU_HALFWIDTH_JA = 22;
- //-------------------------------------------------------------------------
/** Bullet for Japanese IROHA fullwidth
*/
const short IROHA_FULLWIDTH_JA = 23;
- //-------------------------------------------------------------------------
/** Bullet for Japanese IROHA halfwidth
*/
const short IROHA_HALFWIDTH_JA = 24;
- //-------------------------------------------------------------------------
/** Numbering for Korean upper case number
as "壹,貳,參..."
*/
const short NUMBER_UPPER_KO = 25;
- //-------------------------------------------------------------------------
/** Numbering for Korean Hangul number
as "일,이,삼..."
*/
const short NUMBER_HANGUL_KO = 26;
- //-------------------------------------------------------------------------
/** Bullet for Korean Hangul Jamo
as "ㄱ,ㄴ,ㄷ..."
*/
const short HANGUL_JAMO_KO = 27;
- //-------------------------------------------------------------------------
/** Bullet for Korean Hangul Syllable
as "가,나,다..."
*/
const short HANGUL_SYLLABLE_KO = 28;
- //-------------------------------------------------------------------------
/** Bullet for Korean Hangul Circled Jamo
as "㉠,㉡,㉢..."
*/
const short HANGUL_CIRCLED_JAMO_KO = 29;
- //-------------------------------------------------------------------------
/** Bullet for Korean Hangul Circled Syllable
as "㉮,㉯,㉰..."
*/
const short HANGUL_CIRCLED_SYLLABLE_KO = 30;
- //-------------------------------------------------------------------------
/** Numbering in Arabic alphabet letters
as "أ,ب,ت..."
@@ -217,48 +183,41 @@ published constants NumberingType
*/
const short CHARS_ARABIC = 31;
- //-------------------------------------------------------------------------
/** Numbering in Thai alphabet letters
@since OOo 1.1.2
*/
const short CHARS_THAI = 32;
- //-------------------------------------------------------------------------
/** Numbering in Hebrew alphabet letters
@since OOo 2.0
*/
const short CHARS_HEBREW = 33;
- //-------------------------------------------------------------------------
/** Numbering in Nepali alphabet letters
@since OOo 2.0.1
*/
const short CHARS_NEPALI = 34;
- //-------------------------------------------------------------------------
/** Numbering in Khmer alphabet letters
@since OOo 2.0.1
*/
const short CHARS_KHMER = 35;
- //-------------------------------------------------------------------------
/** Numbering in Lao alphabet letters
@since OOo 2.0.1
*/
const short CHARS_LAO = 36;
- //-------------------------------------------------------------------------
/** Numbering in Tibetan/Dzongkha alphabet letters
@since OOo 2.0.3
*/
const short CHARS_TIBETAN = 37;
- //-------------------------------------------------------------------------
/** Numbering in Cyrillic alphabet upper case letters as
"&#1040;, &#1041;, &#1042;, &#1043;, ..., &#1070;, &#1071;, &#1040;&#1074;, &#1040;&#1072;, &#1040;&#1074;, ... &#1040;&#1072;&#1072;, &#1040;&#1072;&#1073;".
@@ -280,7 +239,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_UPPER_LETTER_BG = 38;
- //-------------------------------------------------------------------------
/** Numbering in Cyrillic alphabet lower case letters as
"&#1072;, &#1073;, &#1074;, &#1075;, ..., &#1102;, &#1103;, &#1072; &#1072;, &#1072;&#1073;, &#1072;&#1074;, ... &#1072; &#1072; &#1072;, &#1072; &#1072;&#1073;".
@@ -298,7 +256,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_LOWER_LETTER_BG = 39;
- //-------------------------------------------------------------------------
/** Numbering in Cyrillic alphabet upper case letters as
"&#1040;, &#1041;, ..., &#1070;, &#1071;, &#1040;&#1072;, &#1041;&#1073;, &#1042;&#1074;, ... &#1040;&#1072;&#1072;, ...".
@@ -314,7 +271,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_UPPER_LETTER_N_BG = 40;
- //-------------------------------------------------------------------------
/** Numbering in Cyrillic alphabet upper case letters as
"&#1072;, &#1073;, ..., &#1102;, &#1103;, &#1072;&#1072;, &#1073;&#1073;, &#1074;&#1074;, ... &#1072;&#1072;&#1072;, ...".
@@ -330,7 +286,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_LOWER_LETTER_N_BG = 41;
- //-------------------------------------------------------------------------
/** Numbering in Russian Cyrillic alphabet upper case letters as
"&#1040;, &#1041;, &#1042;, &#1043;, ..., &#1070;, &#1071;, &#1040;&#1072;, &#1040;&#1073;, &#1040;&#1074;, ... &#1040;&#1072;&#1072;, &#1040;&#1072;&#1073;".
@@ -348,7 +303,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_UPPER_LETTER_RU = 42;
- //-------------------------------------------------------------------------
/** Numbering in Russian Cyrillic alphabet lower case letters as
"&#1072;, &#1073;, &#1074;, &#1075;, ..., &#1102;, &#1103;, &#1072;&#1072;, &#1072;&#1073;, &#1072;&#1074;, ... &#1072;&#1072;&#1072;, &#1072;&#1072;&#1073;".
@@ -366,7 +320,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_LOWER_LETTER_RU = 43;
- //-------------------------------------------------------------------------
/** Numbering in Russian Cyrillic alphabet upper case letters as
"&#1040;, &#1041;, ..., &#1070;, &#1071;, &#1040;&#1072;, &#1041;&#1073;, &#1042;&#1074;, ... &#1040;&#1072;&#1072;, ...".
@@ -382,7 +335,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_UPPER_LETTER_N_RU = 44;
- //-------------------------------------------------------------------------
/** Numbering in Russian Cyrillic alphabet upper case letters as
"&#1072;, &#1073;, ..., &#1102;, &#1103;, &#1072;&#1072;, &#1073;&#1073;, &#1074;&#1074;, ... &#1072;&#1072;&#1072;, ...".
@@ -398,21 +350,18 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_LOWER_LETTER_N_RU = 45;
- //-------------------------------------------------------------------------
/** Numbering in Persian alphabet letters (aa, be, pe, te, ...)
@since OOo 2.4
*/
const short CHARS_PERSIAN = 46;
- //-------------------------------------------------------------------------
/** Numbering in Myanmar alphabet letters
@since OOo 3.1
*/
const short CHARS_MYANMAR = 47;
- //-------------------------------------------------------------------------
/** Numbering in Serbian Cyrillic alphabet upper case letters
@since OOo 3.1
@@ -428,7 +377,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_UPPER_LETTER_SR = 48;
- //-------------------------------------------------------------------------
/** Numbering in Russian Serbian alphabet lower case letters
@since OOo 3.1
@@ -444,7 +392,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_LOWER_LETTER_SR = 49;
- //-------------------------------------------------------------------------
/** Numbering in Serbian Cyrillic alphabet upper case letters
@since OOo 3.1
@@ -458,7 +405,6 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_UPPER_LETTER_N_SR = 50;
- //-------------------------------------------------------------------------
/** Numbering in Serbian Cyrillic alphabet upper case letters
@since OOo 3.1
@@ -472,14 +418,12 @@ published constants NumberingType
*/
const short CHARS_CYRILLIC_LOWER_LETTER_N_SR = 51;
- //-------------------------------------------------------------------------
/** Numbering in Greek alphabet upper case letters
@since LibreOffice 3.3
*/
const short CHARS_GREEK_UPPER_LETTER = 52;
- //-------------------------------------------------------------------------
/** Numbering in Greek alphabet lower case letters
@since LibreOffice 3.3
@@ -487,14 +431,12 @@ published constants NumberingType
const short CHARS_GREEK_LOWER_LETTER = 53;
- //-------------------------------------------------------------------------
/** Numbering in Arabic alphabet using abjad sequence
@since LibreOffice 3.5
*/
const short CHARS_ARABIC_ABJAD = 54;
- //-------------------------------------------------------------------------
/** Numbering in Persian words
@since LibreOffice 3.5
@@ -503,7 +445,6 @@ published constants NumberingType
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl
index 86f399ad0f93..ad174841ca2b 100644
--- a/offapi/com/sun/star/style/PageProperties.idl
+++ b/offapi/com/sun/star/style/PageProperties.idl
@@ -39,136 +39,104 @@
#include <com/sun/star/container/XNameContainer.idl>
#include <com/sun/star/text/WritingMode2.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** describes the style of pages.
*/
published service PageProperties
{
-//-----------------------------------------------------------------------------
/** contains the background color of the page.
*/
[property] com::sun::star::util::Color BackColor;
-//-----------------------------------------------------------------------------
/**
*/
//[property] BackGraphic;
-//-----------------------------------------------------------------------------
/** contains the URL of the background graphic.
*/
[property] string BackGraphicURL;
-//-----------------------------------------------------------------------------
/** contains the filter name of the background graphic.
*/
[property] string BackGraphicFilter;
-//-----------------------------------------------------------------------------
/** determines the location of the background graphic.
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
-//-----------------------------------------------------------------------------
/** determines if the background color is transparent.
<p>If this property is set to <TRUE/>,
<member>PageStyle::BackColor</member> will not be used.</p>
*/
[property] boolean BackTransparent;
-//-----------------------------------------------------------------------------
/** determines the left margin of the page.
*/
[property] long LeftMargin;
-//-----------------------------------------------------------------------------
/** determines the right margin of the page.
*/
[property] long RightMargin;
-//-----------------------------------------------------------------------------
/** determines the top margin of the page.
*/
[property] long TopMargin;
-//-----------------------------------------------------------------------------
/** determines the bottom margin of the page.
*/
[property] long BottomMargin;
-//-----------------------------------------------------------------------------
/** determines the style of the left border line of the page.
*/
[property] com::sun::star::table::BorderLine LeftBorder;
-//-----------------------------------------------------------------------------
/** determines the style of the right border line of the page.
*/
[property] com::sun::star::table::BorderLine RightBorder;
-//-----------------------------------------------------------------------------
/** determines the style of the top border line of the page.
*/
[property] com::sun::star::table::BorderLine TopBorder;
-//-----------------------------------------------------------------------------
/** determines the style of the bottom border line of the page.
*/
[property] com::sun::star::table::BorderLine BottomBorder;
-//-----------------------------------------------------------------------------
/** determines the left border distance of the page.
*/
[property] long LeftBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the right border distance of the page.
*/
[property] long RightBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the top border distance of the page.
*/
[property] long TopBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the bottom border distance of the page.
*/
[property] long BottomBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the shadow of the page.
*/
[property] com::sun::star::table::ShadowFormat ShadowFormat;
-//-----------------------------------------------------------------------------
/** determines if the page format is landscape.
*/
[property] boolean IsLandscape;
-//-----------------------------------------------------------------------------
/** determines the default numbering type for this page.
*/
[property] short NumberingType;
-//-----------------------------------------------------------------------------
/** determines the layout of the page.
*/
[property] com::sun::star::style::PageStyleLayout PageStyleLayout;
-//-----------------------------------------------------------------------------
/** contains the name of a paper tray of the selected printer.
*/
[property] string PrinterPaperTray;
-//-----------------------------------------------------------------------------
/** determines if the register mode is active on that page.
*/
[optional, property] boolean RegisterModeActive;
-//-----------------------------------------------------------------------------
/** contains the name of the paragraph style that is used as reference of the register mode.
*/
[optional, property] string RegisterParagraphStyle;
-//-----------------------------------------------------------------------------
/** contains the paper size of the page.
*/
[property] com::sun::star::awt::Size Size;
-//-----------------------------------------------------------------------------
/** contains the width of the page.
*/
[property] long Width;
-//-----------------------------------------------------------------------------
/** contains the height of the page.
*/
[property] long Height;
-//-----------------------------------------------------------------------------
/** contains the column settings of the page.
*/
[optional , property] com::sun::star::text::XTextColumns TextColumns;
-//-----------------------------------------------------------------------------
/** contains user defined attributes.
<p>This <type scope="com::sun::star::container">XNameContainer</type>
@@ -177,309 +145,234 @@ published service PageProperties
*/
[property] com::sun::star::container::XNameContainer UserDefinedAttributes;
-//-----------------------------------------------------------------------------
/** contains the color of the background of the header.
*/
[property, maybevoid] com::sun::star::util::Color HeaderBackColor;
-//-----------------------------------------------------------------------------
/**
*/
//[property, maybevoid] HeaderBackGraphic;
-//-----------------------------------------------------------------------------
/** contains the URL of the background graphic of the header.
*/
[property, maybevoid] string HeaderBackGraphicURL;
-//-----------------------------------------------------------------------------
/** contains the filter name of the background graphic of the header.
*/
[property, maybevoid] string HeaderBackGraphicFilter;
-//-----------------------------------------------------------------------------
/** determines the location of the background graphic of the header.
*/
[property, maybevoid] com::sun::star::style::GraphicLocation HeaderBackGraphicLocation;
-//-----------------------------------------------------------------------------
/** contains the left margin of the header.
*/
[property, maybevoid] long HeaderLeftMargin;
-//-----------------------------------------------------------------------------
/** contains the right margin of the header.
*/
[property, maybevoid] long HeaderRightMargin;
-//-----------------------------------------------------------------------------
/** determines if the background color of the header is transparent.
<p>If this property is set to <TRUE/>,
<member>PageStyle::HeaderBackColor</member> will not be used.</p>
*/
[property, maybevoid] boolean HeaderBackTransparent;
-//-----------------------------------------------------------------------------
/** determines the style of the left border line of the header.
*/
[property, maybevoid] com::sun::star::table::BorderLine HeaderLeftBorder;
-//-----------------------------------------------------------------------------
/** determines the style of the right border line of the header.
*/
[property, maybevoid] com::sun::star::table::BorderLine HeaderRightBorder;
-//-----------------------------------------------------------------------------
/** determines the style of the top border line of the header.
*/
[property, maybevoid] com::sun::star::table::BorderLine HeaderTopBorder;
-//-----------------------------------------------------------------------------
/** determines the style of the bottom border line of the header.
*/
[property, maybevoid] com::sun::star::table::BorderLine HeaderBottomBorder;
-//-----------------------------------------------------------------------------
/** determines the left border distance of the header.
*/
[property, maybevoid] long HeaderLeftBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the right border distance of the header.
*/
[property, maybevoid] long HeaderRightBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the top border distance of the header.
*/
[property, maybevoid] long HeaderTopBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the bottom border distance of the header.
*/
[property, maybevoid] long HeaderBottomBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the shadow of the header.
*/
[property, maybevoid] com::sun::star::table::ShadowFormat HeaderShadowFormat;
-//-----------------------------------------------------------------------------
/** determines the distance between the header and the body text area.
*/
[property, maybevoid] long HeaderBodyDistance;
-//-----------------------------------------------------------------------------
/** determines if the header content on left and right pages is the same.
*/
[property, maybevoid] boolean HeaderIsShared;
-//-----------------------------------------------------------------------------
/** determines if the header/footer content on the first page and remaining pages is the same.
@since LibreOffice 3.7
*/
[optional, property, maybevoid] boolean FirstIsShared;
-//-----------------------------------------------------------------------------
/** contains the height of the header.
*/
[property, maybevoid] long HeaderHeight;
-//-----------------------------------------------------------------------------
/** determines if the height of the header depends on the content.
*/
[property, maybevoid] boolean HeaderIsDynamicHeight;
-//-----------------------------------------------------------------------------
/** determines if a header is used on the page.
*/
[property] boolean HeaderIsOn;
-//-----------------------------------------------------------------------------
/** contains the interface to the text of the header.
*/
[optional, property, maybevoid] com::sun::star::text::XText HeaderText;
-//-----------------------------------------------------------------------------
/** contains the interface to the text of the header of left pages.
*/
[optional, property, maybevoid] com::sun::star::text::XText HeaderTextLeft;
-//-----------------------------------------------------------------------------
/** contains the interface to the text of the header of right pages.
*/
[optional, property, maybevoid] com::sun::star::text::XText HeaderTextRight;
-//-----------------------------------------------------------------------------
/** contains the color of the background of the footer.
*/
[property, maybevoid] com::sun::star::util::Color FooterBackColor;
-//-----------------------------------------------------------------------------
/**
*/
//[property, maybevoid] FooterBackGraphic;
-//-----------------------------------------------------------------------------
/** contains the URL of the background graphic in the footer.
*/
[property, maybevoid] string FooterBackGraphicURL;
-//-----------------------------------------------------------------------------
/** contains the filter name of the background graphic in the footer.
*/
[property, maybevoid] string FooterBackGraphicFilter;
-//-----------------------------------------------------------------------------
/** determines the location of the background graphic in the footer.
*/
[property, maybevoid] com::sun::star::style::GraphicLocation FooterBackGraphicLocation;
-//-----------------------------------------------------------------------------
/** determines the left margin of the footer.
*/
[property, maybevoid] long FooterLeftMargin;
-//-----------------------------------------------------------------------------
/** determines the right margin of the footer.
*/
[property, maybevoid] long FooterRightMargin;
-//-----------------------------------------------------------------------------
/** determines if the background of the footer is transparent.
*/
[property, maybevoid] boolean FooterBackTransparent;
-//-----------------------------------------------------------------------------
/** contains the style of the left border line of the footer.
*/
[property, maybevoid] com::sun::star::table::BorderLine FooterLeftBorder;
-//-----------------------------------------------------------------------------
/** contains the style of the right border line of the footer.
*/
[property, maybevoid] com::sun::star::table::BorderLine FooterRightBorder;
-//-----------------------------------------------------------------------------
/** contains the style of the top border line of the footer.
*/
[property, maybevoid] com::sun::star::table::BorderLine FooterTopBorder;
-//-----------------------------------------------------------------------------
/** contains the style of the bottom border line of the footer.
*/
[property, maybevoid] com::sun::star::table::BorderLine FooterBottomBorder;
-//-----------------------------------------------------------------------------
/** contains the left border distance of the footer.
*/
[property, maybevoid] long FooterLeftBorderDistance;
-//-----------------------------------------------------------------------------
/** contains the right border distance of the footer.
*/
[property, maybevoid] long FooterRightBorderDistance;
-//-----------------------------------------------------------------------------
/** contains the top border distance of the footer.
*/
[property, maybevoid] long FooterTopBorderDistance;
-//-----------------------------------------------------------------------------
/** contains the bottom border distance of the footer.
*/
[property, maybevoid] long FooterBottomBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the shadow of the footer.
*/
[property, maybevoid] com::sun::star::table::ShadowFormat FooterShadowFormat;
-//-----------------------------------------------------------------------------
/** determines the distance between the footer and the body text area.
*/
[property, maybevoid] long FooterBodyDistance;
-//-----------------------------------------------------------------------------
/** determines if the height of the footer depends on the content.
*/
[property, maybevoid] boolean FooterIsDynamicHeight;
-//-----------------------------------------------------------------------------
/** determines if the footer content on left and right pages is the same.
*/
[property, maybevoid] boolean FooterIsShared;
-//-----------------------------------------------------------------------------
/** determines the height of the footer.
*/
[property, maybevoid] long FooterHeight;
-//-----------------------------------------------------------------------------
/** determines if a footer is used on the page.
*/
[property] boolean FooterIsOn;
-//-----------------------------------------------------------------------------
/** contains the interface to the text of the footer.
*/
[optional, property, maybevoid] com::sun::star::text::XText FooterText;
-//-----------------------------------------------------------------------------
/** contains the interface to the text of the footer of a left page.
*/
[optional, property, maybevoid] com::sun::star::text::XText FooterTextLeft;
-//-----------------------------------------------------------------------------
/** contains the interface to the text of the footer of a right page.
*/
-//-----------------------------------------------------------------------------
/** contains .
*/
[optional, property, maybevoid] com::sun::star::text::XText FooterTextRight;
-//-----------------------------------------------------------------------------
/** contains the maximum height of the footnote area. If set to zero then the height
of the current page is used as limit.
*/
[optional,property] long FootnoteHeight;
-//-----------------------------------------------------------------------------
/** contains the weight of the separator line between the text and the footnote area.
*/
[optional,property] short FootnoteLineWeight;
-//-----------------------------------------------------------------------------
/** contains the style of the separator line between the text and the footnote area.
@see com::sun::star::style::FootnoteLineStyle
for the possible values.
*/
[optional,property] short FootnoteLineStyle;
-//-----------------------------------------------------------------------------
/** contains the color of the separator line between the text and the footnote area..
*/
[optional,property] com::sun::star::util::Color FootnoteLineColor;
-//-----------------------------------------------------------------------------
/** contains the relative width of the separator line between the text and the footnote area.
*/
[optional,property] byte FootnoteLineRelativeWidth;
-//-----------------------------------------------------------------------------
/** contains the adjustment of the separator line between the text and the footnote area.
<p><type scope="com::sun::star::text">HorizontalAdjust</type>s.</p>
*/
[optional,property] short FootnoteLineAdjust;
-//-----------------------------------------------------------------------------
/** contains the distance between the text and the separator line between the
text and the footnote area.
*/
[optional,property] long FootnoteLineTextDistance;
-//-----------------------------------------------------------------------------
/** contains the distance between the footnote area and the separator line between
the text and the footnote area.
*/
[optional,property] long FootnoteLineDistance;
-//-----------------------------------------------------------------------------
/** contains the writing direction, as represented by the <type
scope="com::sun::star::text">WritingMode2</type> constants */
[optional,property] short WritingMode;
-//-----------------------------------------------------------------------------
/** contains the mode of the text grid (none, lines, ...), as
represented by <type scope="com::sun::star::text">TextGridMode</type>
constants */
[optional, property] short GridMode;
-//-----------------------------------------------------------------------------
/** contains the display color of the text grid */
[optional, property] com::sun::star::util::Color GridColor;
-//-----------------------------------------------------------------------------
/** contains the number of lines in the text grid */
[optional, property] short GridLines;
-//-----------------------------------------------------------------------------
/** contains the height of the base text line inside the text grid */
[optional, property] long GridBaseHeight;
-//-----------------------------------------------------------------------------
/** contains the height of the ruby text line inside the text grid */
[optional, property] long GridRubyHeight;
-//-----------------------------------------------------------------------------
/** determines whether the text grid's ruby line is located below or
above the base line */
[optional, property] boolean GridRubyBelow;
-//-----------------------------------------------------------------------------
/** determines whether the text grid lines are printed */
[optional, property] boolean GridPrint;
-//-----------------------------------------------------------------------------
/** determines whether the text grid lines are visible or not */
[optional, property] boolean GridDisplay;
-//-----------------------------------------------------------------------------
/** determines whether to use dynamic spacing in header or not. */
[optional, property, maybevoid] boolean HeaderDynamicSpacing;
-//-----------------------------------------------------------------------------
/** determines whether to use dynamic spacing in footer or not. */
[optional, property, maybevoid] boolean FooterDynamicSpacing;
-//-----------------------------------------------------------------------------
/** determines the distance of all borders of the page. */
[property] long BorderDistance;
-//-----------------------------------------------------------------------------
/** contains the distance of all borders of the footer. */
[property, maybevoid] long FooterBorderDistance;
-//-----------------------------------------------------------------------------
/** determines the distance of all borders of the header. */
[property, maybevoid] long HeaderBorderDistance;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/PageStyle.idl b/offapi/com/sun/star/style/PageStyle.idl
index 334ade410ff6..7a0a17487225 100644
--- a/offapi/com/sun/star/style/PageStyle.idl
+++ b/offapi/com/sun/star/style/PageStyle.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/style/PageProperties.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** contributes common properties of page styles.
@@ -37,19 +35,16 @@ module com { module sun { module star { module style {
*/
published service PageStyle
{
- //-------------------------------------------------------------------------
/** provides common functionality for styles.
*/
service com::sun::star::style::Style;
- //-------------------------------------------------------------------------
/** gives access to the pages properties.
*/
service com::sun::star::style::PageProperties;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/PageStyleLayout.idl b/offapi/com/sun/star/style/PageStyleLayout.idl
index 83d2e40e39d0..6e0f6dadeec5 100644
--- a/offapi/com/sun/star/style/PageStyleLayout.idl
+++ b/offapi/com/sun/star/style/PageStyleLayout.idl
@@ -20,35 +20,29 @@
#ifndef __com_sun_star_style_PageStyleLayout_idl__
#define __com_sun_star_style_PageStyleLayout_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** specifies the pages for which a page layout is valid.
*/
published enum PageStyleLayout
{
- //-------------------------------------------------------------------------
/** The page style is identically used for left and right pages.
*/
ALL,
- //-------------------------------------------------------------------------
/** The page style is only used for left pages.
*/
LEFT,
- //-------------------------------------------------------------------------
/** The page style is only used for right pages.
*/
RIGHT,
- //-------------------------------------------------------------------------
/** The page style is used unchanged for left pages and mirrored for
right pages.
@@ -57,7 +51,6 @@ published enum PageStyleLayout
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/ParagraphAdjust.idl b/offapi/com/sun/star/style/ParagraphAdjust.idl
index 4ec6e48e6587..6a1d7cc6137f 100644
--- a/offapi/com/sun/star/style/ParagraphAdjust.idl
+++ b/offapi/com/sun/star/style/ParagraphAdjust.idl
@@ -20,46 +20,39 @@
#define __com_sun_star_style_ParagraphAdjust_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::style::ParagraphAdjust
/** These enumeration values describe the formatting of a text paragraph.
*/
published enum ParagraphAdjust
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::LEFT
/** adjusted to the left border
*/
LEFT,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::RIGHT
/** adjusted to the right border
*/
RIGHT,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::BLOCK
/** adjusted to both borders / stretched, except for last line
*/
BLOCK,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::CENTER
/** adjusted to the center
*/
CENTER,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::STRETCH
/** adjusted to both borders / stretched, including last line
@@ -68,7 +61,6 @@ published enum ParagraphAdjust
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index 885f320e6c7b..4c35be5fbdab 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -40,54 +40,45 @@
#include <com/sun/star/style/BreakType.idl>
#include <com/sun/star/container/XNameContainer.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** describes the style of paragraphs.
*/
published service ParagraphProperties
{
- //-------------------------------------------------------------------------
/** determines the adjustment of a paragraph.
*/
[property] com::sun::star::style::ParagraphAdjust ParaAdjust;
- //-------------------------------------------------------------------------
/** contains the type of the line spacing of a paragraph.
*/
[optional, property] com::sun::star::style::LineSpacing ParaLineSpacing;
- //-------------------------------------------------------------------------
/** contains the paragraph background color.
*/
[optional, property] com::sun::star::util::Color ParaBackColor;
- //-------------------------------------------------------------------------
/** This value is <TRUE/> if the paragraph background color
is set to transparent.
*/
[optional, property] boolean ParaBackTransparent;
- //-------------------------------------------------------------------------
/** contains the value of a link for the background graphic of a paragraph.
*/
[optional, property] string ParaBackGraphicURL;
- //-------------------------------------------------------------------------
/** contains the name of the graphic filter for the background graphic of a paragraph.
*/
[optional, property] string ParaBackGraphicFilter;
- //-------------------------------------------------------------------------
/** contains the value for the position of a background graphic.
@@ -95,7 +86,6 @@ published service ParagraphProperties
*/
[optional, property] com::sun::star::style::GraphicLocation ParaBackGraphicLocation;
- //-------------------------------------------------------------------------
/** determines the adjustment of the last line.
<p>It is only valid if <member>ParagraphProperties::ParaAdjust</member>
@@ -103,7 +93,6 @@ published service ParagraphProperties
*/
[property] short ParaLastLineAdjust;
- //-------------------------------------------------------------------------
/** determines if single words are stretched.
@@ -112,19 +101,16 @@ published service ParagraphProperties
*/
[optional, property] boolean ParaExpandSingleWord;
- //-------------------------------------------------------------------------
/** determines the left margin of the paragraph in 100th mm.
*/
[property] long ParaLeftMargin;
- //-------------------------------------------------------------------------
/** determines the right margin of the paragraph in 100th mm.
*/
[property] long ParaRightMargin;
- //-------------------------------------------------------------------------
/** determines the top margin of the paragraph in 100th mm.
@@ -137,7 +123,6 @@ published service ParagraphProperties
*/
[property] long ParaTopMargin;
- //-------------------------------------------------------------------------
/** determines the bottom margin of the paragraph in 100th mm.
@@ -161,20 +146,17 @@ published service ParagraphProperties
*/
[optional, property] boolean ParaContextMargin;
- //-------------------------------------------------------------------------
/** determines if the paragraph is included in the
line numbering.
*/
[optional, property] boolean ParaLineNumberCount;
- //-------------------------------------------------------------------------
/** contains the start value for the line numbering.
*/
[optional, property] long ParaLineNumberStartValue;
- //-------------------------------------------------------------------------
/** If this property is set, it creates a page break before the
paragraph it belongs to and assigns the value as the name
@@ -182,13 +164,11 @@ published service ParagraphProperties
*/
[optional, property] string PageDescName;
- //-------------------------------------------------------------------------
/** If a page break property is set at a paragraph, this property contains the new value for the page number.
*/
[optional, property] short PageNumberOffset;
- //-------------------------------------------------------------------------
/** determines if the register mode is applied to a
paragraph.
@@ -200,26 +180,22 @@ published service ParagraphProperties
*/
[optional, property] boolean ParaRegisterModeActive;
- //-------------------------------------------------------------------------
/** specifies the positions and kinds of the tab stops within this
paragraph.
*/
[optional, property] sequence<com::sun::star::style::TabStop> ParaTabStops;
- //-------------------------------------------------------------------------
/** contains the name of the current paragraph style.
*/
[optional, property] string ParaStyleName;
- //-------------------------------------------------------------------------
/** contains the name of the current page style.
*/
[optional, property, maybevoid, readonly] string PageStyleName;
- //-------------------------------------------------------------------------
/** specifies whether the first characters of the
paragraph are displayed in capital letters and how they are
@@ -227,14 +203,12 @@ published service ParagraphProperties
*/
[optional, property] com::sun::star::style::DropCapFormat DropCapFormat;
- //-------------------------------------------------------------------------
/** specifies if the property <var>DropCapFormat</var>
is applied to the whole first word.
*/
[optional, property] boolean DropCapWholeWord;
- //-------------------------------------------------------------------------
/** Setting this property to <TRUE/> prevents page or column
breaks between this and the following paragraph.
@@ -245,35 +219,29 @@ published service ParagraphProperties
*/
[optional, property] boolean ParaKeepTogether;
- //-------------------------------------------------------------------------
/** Setting this property to <FALSE/> prevents the paragraph from
getting split into two pages or columns.
*/
[optional, property] boolean ParaSplit;
- //-------------------------------------------------------------------------
/** specifies the numbering level of the paragraph.
*/
[optional, property] short NumberingLevel;
- //-------------------------------------------------------------------------
/** contains the numbering rules applied to this paragraph.
*/
[optional, property] com::sun::star::container::XIndexReplace NumberingRules;
- //-------------------------------------------------------------------------
/** specifies the start value for numbering if a new numbering starts at this paragraph.
*/
[optional, property] short NumberingStartValue;
- //-------------------------------------------------------------------------
/** determines if the numbering rules restart, counting at the current paragraph.
*/
[optional, property] boolean ParaIsNumberingRestart;
- //-------------------------------------------------------------------------
/** specifies the name of the style for the numbering.
@@ -282,121 +250,99 @@ published service ParagraphProperties
<type>XStyleFamiliesSupplier</type>.</p>
*/
[optional, property] string NumberingStyleName;
- //-------------------------------------------------------------------------
/** specifies the minimum number of lines of the paragraph that have
to be at bottom of a page if the paragraph is spread over more than
one page.
*/
[optional, property] byte ParaOrphans;
- //-------------------------------------------------------------------------
/** specifies the minimum number of lines of the paragraph that have
to be at top of a page if the paragraph is spread over more than
one page.
*/
[optional, property] byte ParaWidows;
- //-------------------------------------------------------------------------
/** determines the type, color, and size of the shadow.
@see com.sun.star.table.ShadowFormat
*/
[optional, property] com::sun::star::table::ShadowFormat ParaShadowFormat;
- //-------------------------------------------------------------------------
/** contains the left border of the object.
*/
[property, optional] com::sun::star::table::BorderLine LeftBorder;
- //-------------------------------------------------------------------------
/** contains the right border of the object.
*/
[property, optional] com::sun::star::table::BorderLine RightBorder;
- //-------------------------------------------------------------------------
/** contains the top border of the object.
*/
[property, optional] com::sun::star::table::BorderLine TopBorder;
- //-------------------------------------------------------------------------
/** contains the bottom border of the object.
*/
[property, optional] com::sun::star::table::BorderLine BottomBorder;
- //-------------------------------------------------------------------------
/** contains the distance from the border to the object.
*/
[property, optional] long BorderDistance;
- //-------------------------------------------------------------------------
/** contains the distance from the left border to the object.
*/
[property, optional] long LeftBorderDistance;
- //-------------------------------------------------------------------------
/** contains the distance from the right border to the object.
*/
[property, optional] long RightBorderDistance;
- //-------------------------------------------------------------------------
/** contains the distance from the top border to the object.
*/
[property, optional] long TopBorderDistance;
- //-------------------------------------------------------------------------
/** contains the distance from the bottom border to the object.
*/
[property, optional] long BottomBorderDistance;
- //-------------------------------------------------------------------------
/** determines the type of break that is applied at the beginning of the table.
@see com.sun.star.style.BreakType
*/
[optional, property] com::sun::star::style::BreakType BreakType;
- //-------------------------------------------------------------------------
/** specifies the character style name for drop caps.
*/
[optional, property] string DropCapCharStyleName;
- //-------------------------------------------------------------------------
/** specifies the indent for the first line.
*/
[optional, property] long ParaFirstLineIndent;
- //-------------------------------------------------------------------------
/** determines if the first line should be indented automatically.
*/
[optional, property] boolean ParaIsAutoFirstLineIndent;
- //-------------------------------------------------------------------------
/** specifies if automatic hyphenation is applied.
*/
[property] boolean ParaIsHyphenation;
- //-------------------------------------------------------------------------
/** specifies the maximum number of consecutive hyphens.
*/
[optional, property] short ParaHyphenationMaxHyphens;
- //-------------------------------------------------------------------------
/** specifies the maximum number of characters to remain before the
hyphen character (when hyphenation is applied).
*/
[optional, property] short ParaHyphenationMaxLeadingChars;
- //-------------------------------------------------------------------------
/** specifies the maximum number of characters to remain after the
hyphen character (when hyphenation is applied).
*/
[optional, property] short ParaHyphenationMaxTrailingChars;
- //-------------------------------------------------------------------------
/** specifies the vertical alignment of a paragraph.
@see com::sun::star::text::ParagraphVertAlign
*/
[optional, property] short ParaVertAlignment;
- //-------------------------------------------------------------------------
/** this property stores xml attributes.
They will be saved to and restored from automatic styles inside xml files.
@@ -404,7 +350,6 @@ published service ParagraphProperties
*/
[optional, property] com::sun::star::container::XNameContainer ParaUserDefinedAttributes;
- //-------------------------------------------------------------------------
/** returns <FALSE/> if the paragraph is part of a numbering, but has no
numbering label.
@@ -414,20 +359,17 @@ published service ParagraphProperties
*/
[optional, property, maybevoid] boolean NumberingIsNumber;
- //-------------------------------------------------------------------------
/** the property determines if borders set at a paragraph are merged with the
next paragraph.
<p>Borders are only merged if they are identical.</p>
*/
[optional, property, maybevoid] boolean ParaIsConnectBorder;
- //-------------------------------------------------------------------------
/** specifies the id of the list to which the paragraph belongs
*/
[optional, property] string ListId;
- //-------------------------------------------------------------------------
/** specifies the outline level to which the paragraph belongs
@since OOo 3.1
@@ -438,7 +380,6 @@ published service ParagraphProperties
[optional, property] short OutlineLevel;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/ParagraphPropertiesAsian.idl b/offapi/com/sun/star/style/ParagraphPropertiesAsian.idl
index 330d0baea8c4..37f68e6850c5 100644
--- a/offapi/com/sun/star/style/ParagraphPropertiesAsian.idl
+++ b/offapi/com/sun/star/style/ParagraphPropertiesAsian.idl
@@ -21,34 +21,27 @@
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** contains settings for the style of paragraphs with complex text layout.
*/
published service ParagraphPropertiesAsian
{
- //-------------------------------------------------------------------------
/** determines if hanging punctuation is allowed.
*/
[property] boolean ParaIsHangingPunctuation;
- //-------------------------------------------------------------------------
/** determines if a distance between Asian text, western text or complex text is set.
*/
[property] boolean ParaIsCharacterDistance;
- //-------------------------------------------------------------------------
/** determines if the rules for forbidden characters at the start or end
of text lines are considered.
*/
[property] boolean ParaIsForbiddenRules;
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl b/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl
index 0f4699197a44..1049166e8933 100644
--- a/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl
+++ b/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl
@@ -21,24 +21,20 @@
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** contains settings for the style of paragraphs with complex text layout.
*/
published service ParagraphPropertiesComplex
{
- //-----------------------------------------------------------------------------
/** contains the writing direction, as represented by the
<type scope="com::sun::star::text">WritingMode2</type> constants
*/
[property] short WritingMode;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/ParagraphStyle.idl b/offapi/com/sun/star/style/ParagraphStyle.idl
index 09eb46ea5478..e28bff659c91 100644
--- a/offapi/com/sun/star/style/ParagraphStyle.idl
+++ b/offapi/com/sun/star/style/ParagraphStyle.idl
@@ -23,29 +23,24 @@
#include <com/sun/star/style/Style.idl>
#include <com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** specifies a style sheet for paragraphs within a
<type scope="com::sun::star::text">Text</type>.
*/
published service ParagraphStyle
{
- //-------------------------------------------------------------------------
/// specifies administrative properties.
service Style;
- //-------------------------------------------------------------------------
/** contains user defined attributes for paragraphs.
@see <type scope="com::sun::star::xml">ParaUserDefinedAttributesSupplier</type>
*/
[optional] service com::sun::star::xml::ParaUserDefinedAttributesSupplier;
- //-------------------------------------------------------------------------
/// specifies the style properties.
service ParagraphProperties;
@@ -57,7 +52,6 @@ published service ParagraphStyle
*/
[property] long ParaLeftMarginRelative;
- //-------------------------------------------------------------------------
/** determines the right margin of the paragraph relative to the ParaRightMargin
of the parent style.
@@ -67,7 +61,6 @@ published service ParagraphStyle
*/
[property] long ParaRightMarginRelative;
- //-------------------------------------------------------------------------
/** determines the top margin of the paragraph relative to the ParaTopMargin
of the parent style.
@@ -77,7 +70,6 @@ published service ParagraphStyle
*/
[property] long ParaTopMarginRelative;
- //-------------------------------------------------------------------------
/** determines the Bottom margin of the paragraph relative to the ParaBottomMargin
of the parent style.
@@ -86,45 +78,37 @@ published service ParagraphStyle
ParaBottomMargin value is used. </p>
*/
[property] long ParaBottomMarginRelative;
- //-------------------------------------------------------------------------
/** determines the category of a paragraph style.@see com.sun.star.style.ParagraphStyleCategory
*/
[property] short Category;
- //-------------------------------------------------------------------------
[property] float CharDiffHeight;
- //-------------------------------------------------------------------------
/** This value contains the character height as percentage value relative to the height of
the character in the parent style.
*/
[property] short CharPropHeight;
- //-------------------------------------------------------------------------
/** This value contains the character height as difference in point to the height of
the character in the parent style in Asian text.
*/
[property] float CharDiffHeightAsian;
- //-------------------------------------------------------------------------
/** This value contains the character height as percentage value relative to the height of
the character in the parent style in Asian text.
*/
[property] short CharPropHeightAsian;
- //-------------------------------------------------------------------------
/** This value contains the character height as difference in point to the height of
the character in the parent style in complex text.
*/
[property] float CharDiffHeightComplex;
- //-------------------------------------------------------------------------
/** This value contains the character height as percentage value relative to the height of
the character in the parent style in complex text.
*/
[property] short CharPropHeightComplex;
- //-------------------------------------------------------------------------
/** returns the name of the page style in use
@@ -136,7 +120,6 @@ published service ParagraphStyle
[optional, readonly, property] string PageStyleName;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/ParagraphStyleCategory.idl b/offapi/com/sun/star/style/ParagraphStyleCategory.idl
index 86b3dc8de2bf..d8d4ea46641b 100644
--- a/offapi/com/sun/star/style/ParagraphStyleCategory.idl
+++ b/offapi/com/sun/star/style/ParagraphStyleCategory.idl
@@ -20,47 +20,39 @@
#ifndef __com_sun_star_style_ParagraphStyleCategory_idl__
#define __com_sun_star_style_ParagraphStyleCategory_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::style::ParagraphStyleCategory
/** These constants are used to specify the category of paragraph styles in text documents.
*/
published constants ParagraphStyleCategory
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::TEXT
/** is applied to styles that are used for common text.
*/
const short TEXT = 0;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::CHAPTER
/** is applied to styles that are used as headings.
*/
const short CHAPTER = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::LIST
/** is applied to styles that used in numberings and lists.
*/
const short LIST = 2;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::INDEX
/** is applied to styles that are used in indexes.
*/
const short INDEX = 3;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::EXTRA
/** is applied to styles that are used in special regions like headers, footers, and footnote text.
*/
const short EXTRA = 4;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::HTML
/** is applied to styles that are used to support HTML.
@@ -68,7 +60,6 @@ published constants ParagraphStyleCategory
const short HTML = 5;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/Style.idl b/offapi/com/sun/star/style/Style.idl
index c31c6b141670..c26c18352c17 100644
--- a/offapi/com/sun/star/style/Style.idl
+++ b/offapi/com/sun/star/style/Style.idl
@@ -36,24 +36,20 @@
#include <com/sun/star/xml/UserDefinedAttributesSupplier.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This service specifies a single style sheet.
*/
published service Style
{
- //-------------------------------------------------------------------------
/** contains user defined attributes.
@see <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type>
*/
[optional] service com::sun::star::xml::UserDefinedAttributesSupplier;
- //-------------------------------------------------------------------------
interface com::sun::star::style::XStyle;
@@ -63,11 +59,9 @@ published service Style
/* This optional interface is available as an optimization, allowing users
to use "setAllPropertiesToDefault", for example. */
- //-------------------------------------------------------------------------
[optional] interface com::sun::star::beans::XMultiPropertyStates;
- //-------------------------------------------------------------------------
/** determines if a style is physically created.
@@ -77,14 +71,12 @@ published service Style
</p>
*/
[optional, readonly, property] boolean IsPhysical;
- //-------------------------------------------------------------------------
/** contains the name of the style that is applied to the next paragraph.
<p> This property is usually available at paragraph styles only. </p>
*/
[optional, property] string FollowStyle;
- //-------------------------------------------------------------------------
/** contains the name of the style as it is displayed in the user interface.
@@ -92,7 +84,6 @@ published service Style
names are localized.</p>
*/
[optional, readonly, property] string DisplayName;
- //-------------------------------------------------------------------------
/** determines if a style is automatically updated, if the properties of an object
that the style is applied to are changed.
@@ -101,7 +92,6 @@ published service Style
are changed then the style will be updated accordingly.</p>
*/
[optional, property] string IsAutoUpdate;
- //-------------------------------------------------------------------------
/** defines the context and styles for conditional paragraphs.
@@ -156,7 +146,6 @@ published service Style
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/style/StyleFamilies.idl b/offapi/com/sun/star/style/StyleFamilies.idl
index 18729c7b7c57..e239affcfd0a 100644
--- a/offapi/com/sun/star/style/StyleFamilies.idl
+++ b/offapi/com/sun/star/style/StyleFamilies.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XIndexAccess.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: service com::sun::star::style::StyleFamilies
/** This service contains the collection of style families within the
@@ -97,7 +95,6 @@ published service StyleFamilies
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/StyleFamily.idl b/offapi/com/sun/star/style/StyleFamily.idl
index 5f3b24781a9c..4ff5a292272b 100644
--- a/offapi/com/sun/star/style/StyleFamily.idl
+++ b/offapi/com/sun/star/style/StyleFamily.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XIndexAccess.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: service com::sun::star::style::StyleFamily
/** This service is a container of style sheets of the same style family.@see StyleFamilies
@@ -67,7 +65,6 @@ published service StyleFamily
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/TabAlign.idl b/offapi/com/sun/star/style/TabAlign.idl
index 7669462dd031..60e3a0e6a230 100644
--- a/offapi/com/sun/star/style/TabAlign.idl
+++ b/offapi/com/sun/star/style/TabAlign.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_TabAlign_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::style::TabAlign
/** These enumeration values are used to specify the alignment of
@@ -32,7 +30,6 @@
*/
published enum TabAlign
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::TabAlign::LEFT
/** The text range is left-aligned between the previous tabulator
@@ -40,7 +37,6 @@ published enum TabAlign
*/
LEFT,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::TabAlign::CENTER
/** The text range is centered between the previous tabulator
@@ -48,7 +44,6 @@ published enum TabAlign
*/
CENTER,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::TabAlign::RIGHT
/** The text range is right-aligned between the previous tabulator
@@ -56,7 +51,6 @@ published enum TabAlign
*/
RIGHT,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::TabAlign::DECIMAL
/** The decimal point of the text range to the left of this
@@ -64,7 +58,6 @@ published enum TabAlign
*/
DECIMAL,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::style::TabAlign::DEFAULT
/** The default alignment for tabulators is applied.
@@ -73,7 +66,6 @@ published enum TabAlign
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/TabStop.idl b/offapi/com/sun/star/style/TabStop.idl
index cb9dedb7c58d..6671202f89e7 100644
--- a/offapi/com/sun/star/style/TabStop.idl
+++ b/offapi/com/sun/star/style/TabStop.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/style/TabAlign.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::style::TabStop
/** This structure is used to specify a single tabulator stop.
@@ -39,7 +37,6 @@ published struct TabStop
*/
long Position;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::TabStop::Alignment
/** This field specifies the alignment of the text range before the
@@ -47,14 +44,12 @@ published struct TabStop
*/
com::sun::star::style::TabAlign Alignment;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::TabStop::DecimalChar
/** This field specifies which delimiter is used for the decimal.
*/
char DecimalChar;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::TabStop::FillChar
/** This field specifies the character that is used to fill up the
@@ -64,7 +59,6 @@ published struct TabStop
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/VerticalAlignment.idl b/offapi/com/sun/star/style/VerticalAlignment.idl
index a99a6849cc3b..32aa14bfd3c5 100644
--- a/offapi/com/sun/star/style/VerticalAlignment.idl
+++ b/offapi/com/sun/star/style/VerticalAlignment.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_VerticalAlignment_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::style::VerticalAlignment
/** specify the horizontal alignment of
@@ -32,7 +30,6 @@
*/
published enum VerticalAlignment
{
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTING FOR VerticalAlignment:: TOP,
// DocMerge from xml: value com::sun::star::style::VerticalAlignment::TOP
@@ -40,7 +37,6 @@ published enum VerticalAlignment
*/
TOP,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTING FOR VerticalAlignment:: MIDDLE,
// DocMerge from xml: value com::sun::star::style::VerticalAlignment::MIDDLE
@@ -48,7 +44,6 @@ published enum VerticalAlignment
*/
MIDDLE,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTING FOR VerticalAlignment:: BOTTOM
// DocMerge from xml: value com::sun::star::style::VerticalAlignment::BOTTOM
@@ -58,7 +53,6 @@ published enum VerticalAlignment
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/XAutoStyle.idl b/offapi/com/sun/star/style/XAutoStyle.idl
index 7b7d18de5c0d..9d1d4f6f553e 100644
--- a/offapi/com/sun/star/style/XAutoStyle.idl
+++ b/offapi/com/sun/star/style/XAutoStyle.idl
@@ -28,11 +28,9 @@
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This interface allows access to a single automatic style.
*/
@@ -47,7 +45,6 @@ interface XAutoStyle
com::sun::star::beans::PropertyValues getProperties();
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/style/XAutoStyleFamily.idl b/offapi/com/sun/star/style/XAutoStyleFamily.idl
index 73f9e8831cc7..8d30235d0e94 100644
--- a/offapi/com/sun/star/style/XAutoStyleFamily.idl
+++ b/offapi/com/sun/star/style/XAutoStyleFamily.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/beans/PropertyValues.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: service com::sun::star::style::StyleFamilies
/** This service contains the collection of automatic style families within the
@@ -41,7 +39,6 @@ interface XAutoStyleFamily
com::sun::star::style::XAutoStyle insertStyle( [in] com::sun::star::beans::PropertyValues Values);
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/XAutoStyles.idl b/offapi/com/sun/star/style/XAutoStyles.idl
index b0b4267b6b09..fd7a4bbd28bf 100644
--- a/offapi/com/sun/star/style/XAutoStyles.idl
+++ b/offapi/com/sun/star/style/XAutoStyles.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XIndexAccess.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This service contains the collection of automatic style families within the
@@ -42,7 +40,6 @@ interface XAutoStyles
interface com::sun::star::container::XIndexAccess;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/XAutoStylesSupplier.idl b/offapi/com/sun/star/style/XAutoStylesSupplier.idl
index b3eed6b2b29d..04c4b8df4a3e 100644
--- a/offapi/com/sun/star/style/XAutoStylesSupplier.idl
+++ b/offapi/com/sun/star/style/XAutoStylesSupplier.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/style/XAutoStyles.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::style::XStyleFamiliesSupplier
/** This interface provides access to the style families within the
@@ -34,7 +32,6 @@
*/
interface XAutoStylesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** This method returns the collection of automatic style families available
in the container document.@see AutoStyles
@@ -43,7 +40,6 @@ interface XAutoStylesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/XDefaultsSupplier.idl b/offapi/com/sun/star/style/XDefaultsSupplier.idl
index 512f01739d15..666cd9c3eafa 100644
--- a/offapi/com/sun/star/style/XDefaultsSupplier.idl
+++ b/offapi/com/sun/star/style/XDefaultsSupplier.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This interface provides access to an XPropertySet of defaults. This can
either be the parent of an XPropertySet or the global property defaults
@@ -36,14 +34,12 @@
*/
published interface XDefaultsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** This method returns an XPropertySet of defaults.
*/
com::sun::star::beans::XPropertySet getDefaults();
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/XStyle.idl b/offapi/com/sun/star/style/XStyle.idl
index 92280ec71668..29932e4f7564 100644
--- a/offapi/com/sun/star/style/XStyle.idl
+++ b/offapi/com/sun/star/style/XStyle.idl
@@ -24,37 +24,31 @@
#include <com/sun/star/container/NoSuchElementException.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** specifies a template for a style (aka style sheet).
*/
published interface XStyle: com::sun::star::container::XNamed
{
- //-------------------------------------------------------------------------
/** identifies a style as defined by the user.
*/
boolean isUserDefined();
- //-------------------------------------------------------------------------
/** @returns
<TRUE/> if this type is used in the document.
*/
boolean isInUse();
- //-------------------------------------------------------------------------
/** @returns
the name of the parent style, probably empty.
*/
string getParentStyle();
- //-------------------------------------------------------------------------
/** sets the name of the parent style.
*/
@@ -63,7 +57,6 @@ published interface XStyle: com::sun::star::container::XNamed
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/XStyleCondition.idl b/offapi/com/sun/star/style/XStyleCondition.idl
index 462aa9df25b3..59058b4f5049 100644
--- a/offapi/com/sun/star/style/XStyleCondition.idl
+++ b/offapi/com/sun/star/style/XStyleCondition.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This interface makes it possible to access conditional styles of the object.
@@ -34,14 +32,12 @@
*/
published interface XStyleCondition: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
the style condition for the specified type.
*/
string getStyleConditionByType( [in] short TextType );
- //-------------------------------------------------------------------------
/** sets the style condition for the specified type.
*/
@@ -50,7 +46,6 @@ published interface XStyleCondition: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl b/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
index da64689a7053..766678a01d96 100644
--- a/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
+++ b/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XNameAccess.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::style::XStyleFamiliesSupplier
/** This interface provides access to the style families within the
@@ -36,7 +34,6 @@
*/
published interface XStyleFamiliesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::style::XStyleFamiliesSupplier::getStyleFamilies
/** This method returns the collection of style families available
@@ -46,7 +43,6 @@ published interface XStyleFamiliesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/style/XStyleLoader.idl b/offapi/com/sun/star/style/XStyleLoader.idl
index c539dfc723c6..4e1e273ef272 100644
--- a/offapi/com/sun/star/style/XStyleLoader.idl
+++ b/offapi/com/sun/star/style/XStyleLoader.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/io/IOException.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::style::XStyleLoader
/** enables the object to import styles from documents.
*/
published interface XStyleLoader: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::style::XStyleLoader::loadStylesFromURL
/** loads styles from a document at the given URL.
@@ -62,7 +59,6 @@ published interface XStyleLoader: com::sun::star::uno::XInterface
[in] sequence<com::sun::star::beans::PropertyValue> aOptions )
raises( com::sun::star::io::IOException );
- //-------------------------------------------------------------------------
/** @returns
a sequence of the supported properties as declared in <member>XStyleLoader::loadStylesFromURL</member>
with their current values.
@@ -71,7 +67,6 @@ published interface XStyleLoader: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };