Kaydet (Commit) 1a8e3318 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Tomaž Vajngerl

make it readable by adding/removing whitespace, no change

Change-Id: Ice60d52c65f2e9071bb37f14a30f2eacbb9a159a
Reviewed-on: https://gerrit.libreoffice.org/49891Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 0add6dba
...@@ -38,326 +38,422 @@ ...@@ -38,326 +38,422 @@
*/ */
published service PageProperties published service PageProperties
{ {
/** contains the background color of the page. /** contains the background color of the page.
*/ */
[property] com::sun::star::util::Color BackColor; [property] com::sun::star::util::Color BackColor;
/**
/**
*/ */
//[property] BackGraphic; //[property] BackGraphic;
/** contains the URL of the background graphic.
/** contains the URL of the background graphic.
*/ */
[property] string BackGraphicURL; [property] string BackGraphicURL;
/** contains the filter name of the background graphic.
/** contains the filter name of the background graphic.
*/ */
[property] string BackGraphicFilter; [property] string BackGraphicFilter;
/** determines the location of the background graphic.
/** determines the location of the background graphic.
*/ */
[property] com::sun::star::style::GraphicLocation BackGraphicLocation; [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
/** determines if the background color is transparent.
/** determines if the background color is transparent.
<p>If this property is set to `TRUE`, <p>If this property is set to `TRUE`,
PageStyle::BackColor will not be used.</p> PageStyle::BackColor will not be used.</p>
*/ */
[property] boolean BackTransparent; [property] boolean BackTransparent;
/** determines the left margin of the page.
/** determines the left margin of the page.
*/ */
[property] long LeftMargin; [property] long LeftMargin;
/** determines the right margin of the page.
/** determines the right margin of the page.
*/ */
[property] long RightMargin; [property] long RightMargin;
/** determines the top margin of the page.
/** determines the top margin of the page.
*/ */
[property] long TopMargin; [property] long TopMargin;
/** determines the bottom margin of the page.
/** determines the bottom margin of the page.
*/ */
[property] long BottomMargin; [property] long BottomMargin;
/** determines the style of the left border line of the page.
/** determines the style of the left border line of the page.
*/ */
[property] com::sun::star::table::BorderLine LeftBorder; [property] com::sun::star::table::BorderLine LeftBorder;
/** determines the style of the right border line of the page.
/** determines the style of the right border line of the page.
*/ */
[property] com::sun::star::table::BorderLine RightBorder; [property] com::sun::star::table::BorderLine RightBorder;
/** determines the style of the top border line of the page.
/** determines the style of the top border line of the page.
*/ */
[property] com::sun::star::table::BorderLine TopBorder; [property] com::sun::star::table::BorderLine TopBorder;
/** determines the style of the bottom border line of the page.
/** determines the style of the bottom border line of the page.
*/ */
[property] com::sun::star::table::BorderLine BottomBorder; [property] com::sun::star::table::BorderLine BottomBorder;
/** determines the left border distance of the page.
/** determines the left border distance of the page.
*/ */
[property] long LeftBorderDistance; [property] long LeftBorderDistance;
/** determines the right border distance of the page.
/** determines the right border distance of the page.
*/ */
[property] long RightBorderDistance; [property] long RightBorderDistance;
/** determines the top border distance of the page.
/** determines the top border distance of the page.
*/ */
[property] long TopBorderDistance; [property] long TopBorderDistance;
/** determines the bottom border distance of the page.
/** determines the bottom border distance of the page.
*/ */
[property] long BottomBorderDistance; [property] long BottomBorderDistance;
/** determines the shadow of the page.
/** determines the shadow of the page.
*/ */
[property] com::sun::star::table::ShadowFormat ShadowFormat; [property] com::sun::star::table::ShadowFormat ShadowFormat;
/** determines if the page format is landscape.
/** determines if the page format is landscape.
*/ */
[property] boolean IsLandscape; [property] boolean IsLandscape;
/** determines the default numbering type for this page.
/** determines the default numbering type for this page.
*/ */
[property] short NumberingType; [property] short NumberingType;
/** determines the layout of the page.
/** determines the layout of the page.
*/ */
[property] com::sun::star::style::PageStyleLayout PageStyleLayout; [property] com::sun::star::style::PageStyleLayout PageStyleLayout;
/** contains the name of a paper tray of the selected printer.
/** contains the name of a paper tray of the selected printer.
*/ */
[property] string PrinterPaperTray; [property] string PrinterPaperTray;
/** determines if the register mode is active on that page.
/** determines if the register mode is active on that page.
*/ */
[optional, property] boolean RegisterModeActive; [optional, property] boolean RegisterModeActive;
/** contains the name of the paragraph style that is used as reference of the register mode.
/** contains the name of the paragraph style that is used as reference of the register mode.
*/ */
[optional, property] string RegisterParagraphStyle; [optional, property] string RegisterParagraphStyle;
/** contains the paper size of the page.
/** contains the paper size of the page.
*/ */
[property] com::sun::star::awt::Size Size; [property] com::sun::star::awt::Size Size;
/** contains the width of the page.
/** contains the width of the page.
*/ */
[property] long Width; [property] long Width;
/** contains the height of the page.
/** contains the height of the page.
*/ */
[property] long Height; [property] long Height;
/** contains the column settings of the page.
/** contains the column settings of the page.
*/ */
[optional , property] com::sun::star::text::XTextColumns TextColumns; [optional , property] com::sun::star::text::XTextColumns TextColumns;
/** contains user defined attributes.
/** contains user defined attributes.
<p>This com::sun::star::container::XNameContainer <p>This com::sun::star::container::XNameContainer
supports the service supports the service
com::sun::star::xml::AttributeContainer.</p> com::sun::star::xml::AttributeContainer.</p>
*/ */
[property] com::sun::star::container::XNameContainer UserDefinedAttributes; [property] com::sun::star::container::XNameContainer UserDefinedAttributes;
/** contains the color of the background of the header. /** contains the color of the background of the header.
*/ */
[property, maybevoid] com::sun::star::util::Color HeaderBackColor; [property, maybevoid] com::sun::star::util::Color HeaderBackColor;
/**
/**
*/ */
//[property, maybevoid] HeaderBackGraphic; //[property, maybevoid] HeaderBackGraphic;
/** contains the URL of the background graphic of the header.
/** contains the URL of the background graphic of the header.
*/ */
[property, maybevoid] string HeaderBackGraphicURL; [property, maybevoid] string HeaderBackGraphicURL;
/** contains the filter name of the background graphic of the header.
/** contains the filter name of the background graphic of the header.
*/ */
[property, maybevoid] string HeaderBackGraphicFilter; [property, maybevoid] string HeaderBackGraphicFilter;
/** determines the location of the background graphic of the header.
/** determines the location of the background graphic of the header.
*/ */
[property, maybevoid] com::sun::star::style::GraphicLocation HeaderBackGraphicLocation; [property, maybevoid] com::sun::star::style::GraphicLocation HeaderBackGraphicLocation;
/** contains the left margin of the header.
/** contains the left margin of the header.
*/ */
[property, maybevoid] long HeaderLeftMargin; [property, maybevoid] long HeaderLeftMargin;
/** contains the right margin of the header.
/** contains the right margin of the header.
*/ */
[property, maybevoid] long HeaderRightMargin; [property, maybevoid] long HeaderRightMargin;
/** determines if the background color of the header is transparent.
/** determines if the background color of the header is transparent.
<p>If this property is set to `TRUE`, <p>If this property is set to `TRUE`,
PageStyle::HeaderBackColor will not be used.</p> PageStyle::HeaderBackColor will not be used.</p>
*/ */
[property, maybevoid] boolean HeaderBackTransparent; [property, maybevoid] boolean HeaderBackTransparent;
/** determines the style of the left border line of the header.
/** determines the style of the left border line of the header.
*/ */
[property, maybevoid] com::sun::star::table::BorderLine HeaderLeftBorder; [property, maybevoid] com::sun::star::table::BorderLine HeaderLeftBorder;
/** determines the style of the right border line of the header.
/** determines the style of the right border line of the header.
*/ */
[property, maybevoid] com::sun::star::table::BorderLine HeaderRightBorder; [property, maybevoid] com::sun::star::table::BorderLine HeaderRightBorder;
/** determines the style of the top border line of the header.
/** determines the style of the top border line of the header.
*/ */
[property, maybevoid] com::sun::star::table::BorderLine HeaderTopBorder; [property, maybevoid] com::sun::star::table::BorderLine HeaderTopBorder;
/** determines the style of the bottom border line of the header.
/** determines the style of the bottom border line of the header.
*/ */
[property, maybevoid] com::sun::star::table::BorderLine HeaderBottomBorder; [property, maybevoid] com::sun::star::table::BorderLine HeaderBottomBorder;
/** determines the left border distance of the header. /** determines the left border distance of the header.
*/ */
[property, maybevoid] long HeaderLeftBorderDistance; [property, maybevoid] long HeaderLeftBorderDistance;
/** determines the right border distance of the header.
/** determines the right border distance of the header.
*/ */
[property, maybevoid] long HeaderRightBorderDistance; [property, maybevoid] long HeaderRightBorderDistance;
/** determines the top border distance of the header.
/** determines the top border distance of the header.
*/ */
[property, maybevoid] long HeaderTopBorderDistance; [property, maybevoid] long HeaderTopBorderDistance;
/** determines the bottom border distance of the header.
/** determines the bottom border distance of the header.
*/ */
[property, maybevoid] long HeaderBottomBorderDistance; [property, maybevoid] long HeaderBottomBorderDistance;
/** determines the shadow of the header.
/** determines the shadow of the header.
*/ */
[property, maybevoid] com::sun::star::table::ShadowFormat HeaderShadowFormat; [property, maybevoid] com::sun::star::table::ShadowFormat HeaderShadowFormat;
/** determines the distance between the header and the body text area.
/** determines the distance between the header and the body text area.
*/ */
[property, maybevoid] long HeaderBodyDistance; [property, maybevoid] long HeaderBodyDistance;
/** determines if the header content on left and right pages is the same.
/** determines if the header content on left and right pages is the same.
*/ */
[property, maybevoid] boolean HeaderIsShared; [property, maybevoid] boolean HeaderIsShared;
/** determines if the header/footer content on the first page and remaining pages is the same.
/** determines if the header/footer content on the first page and remaining pages is the same.
@since LibreOffice 4.0 @since LibreOffice 4.0
*/ */
[optional, property, maybevoid] boolean FirstIsShared; [optional, property, maybevoid] boolean FirstIsShared;
/** contains the height of the header.
/** contains the height of the header.
*/ */
[property, maybevoid] long HeaderHeight; [property, maybevoid] long HeaderHeight;
/** determines if the height of the header depends on the content.
/** determines if the height of the header depends on the content.
*/ */
[property, maybevoid] boolean HeaderIsDynamicHeight; [property, maybevoid] boolean HeaderIsDynamicHeight;
/** determines if a header is used on the page.
/** determines if a header is used on the page.
*/ */
[property] boolean HeaderIsOn; [property] boolean HeaderIsOn;
/** contains the interface to the text of the header. /** contains the interface to the text of the header.
*/ */
[optional, property, maybevoid] com::sun::star::text::XText HeaderText; [optional, property, maybevoid] com::sun::star::text::XText HeaderText;
/** contains the interface to the text of the header of left pages.
/** contains the interface to the text of the header of left pages.
*/ */
[optional, property, maybevoid] com::sun::star::text::XText HeaderTextLeft; [optional, property, maybevoid] com::sun::star::text::XText HeaderTextLeft;
/** contains the interface to the text of the header of right pages.
/** contains the interface to the text of the header of right pages.
*/ */
[optional, property, maybevoid] com::sun::star::text::XText HeaderTextRight; [optional, property, maybevoid] com::sun::star::text::XText HeaderTextRight;
/** contains the color of the background of the footer. /** contains the color of the background of the footer.
*/ */
[property, maybevoid] com::sun::star::util::Color FooterBackColor; [property, maybevoid] com::sun::star::util::Color FooterBackColor;
/** contains the URL of the background graphic in the footer.
/** contains the URL of the background graphic in the footer.
*/ */
[property, maybevoid] string FooterBackGraphicURL; [property, maybevoid] string FooterBackGraphicURL;
/** contains the filter name of the background graphic in the footer.
/** contains the filter name of the background graphic in the footer.
*/ */
[property, maybevoid] string FooterBackGraphicFilter; [property, maybevoid] string FooterBackGraphicFilter;
/** determines the location of the background graphic in the footer.
/** determines the location of the background graphic in the footer.
*/ */
[property, maybevoid] com::sun::star::style::GraphicLocation FooterBackGraphicLocation; [property, maybevoid] com::sun::star::style::GraphicLocation FooterBackGraphicLocation;
/** determines the left margin of the footer.
/** determines the left margin of the footer.
*/ */
[property, maybevoid] long FooterLeftMargin; [property, maybevoid] long FooterLeftMargin;
/** determines the right margin of the footer.
/** determines the right margin of the footer.
*/ */
[property, maybevoid] long FooterRightMargin; [property, maybevoid] long FooterRightMargin;
/** determines if the background of the footer is transparent.
/** determines if the background of the footer is transparent.
*/ */
[property, maybevoid] boolean FooterBackTransparent; [property, maybevoid] boolean FooterBackTransparent;
/** contains the style of the left border line of the footer.
/** contains the style of the left border line of the footer.
*/ */
[property, maybevoid] com::sun::star::table::BorderLine FooterLeftBorder; [property, maybevoid] com::sun::star::table::BorderLine FooterLeftBorder;
/** contains the style of the right border line of the footer.
/** contains the style of the right border line of the footer.
*/ */
[property, maybevoid] com::sun::star::table::BorderLine FooterRightBorder; [property, maybevoid] com::sun::star::table::BorderLine FooterRightBorder;
/** contains the style of the top border line of the footer.
/** contains the style of the top border line of the footer.
*/ */
[property, maybevoid] com::sun::star::table::BorderLine FooterTopBorder; [property, maybevoid] com::sun::star::table::BorderLine FooterTopBorder;
/** contains the style of the bottom border line of the footer.
/** contains the style of the bottom border line of the footer.
*/ */
[property, maybevoid] com::sun::star::table::BorderLine FooterBottomBorder; [property, maybevoid] com::sun::star::table::BorderLine FooterBottomBorder;
/** contains the left border distance of the footer.
/** contains the left border distance of the footer.
*/ */
[property, maybevoid] long FooterLeftBorderDistance; [property, maybevoid] long FooterLeftBorderDistance;
/** contains the right border distance of the footer.
/** contains the right border distance of the footer.
*/ */
[property, maybevoid] long FooterRightBorderDistance; [property, maybevoid] long FooterRightBorderDistance;
/** contains the top border distance of the footer.
/** contains the top border distance of the footer.
*/ */
[property, maybevoid] long FooterTopBorderDistance; [property, maybevoid] long FooterTopBorderDistance;
/** contains the bottom border distance of the footer.
/** contains the bottom border distance of the footer.
*/ */
[property, maybevoid] long FooterBottomBorderDistance; [property, maybevoid] long FooterBottomBorderDistance;
/** determines the shadow of the footer.
/** determines the shadow of the footer.
*/ */
[property, maybevoid] com::sun::star::table::ShadowFormat FooterShadowFormat; [property, maybevoid] com::sun::star::table::ShadowFormat FooterShadowFormat;
/** determines the distance between the footer and the body text area.
/** determines the distance between the footer and the body text area.
*/ */
[property, maybevoid] long FooterBodyDistance; [property, maybevoid] long FooterBodyDistance;
/** determines if the height of the footer depends on the content.
/** determines if the height of the footer depends on the content.
*/ */
[property, maybevoid] boolean FooterIsDynamicHeight; [property, maybevoid] boolean FooterIsDynamicHeight;
/** determines if the footer content on left and right pages is the same.
/** determines if the footer content on left and right pages is the same.
*/ */
[property, maybevoid] boolean FooterIsShared; [property, maybevoid] boolean FooterIsShared;
/** determines the height of the footer.
/** determines the height of the footer.
*/ */
[property, maybevoid] long FooterHeight; [property, maybevoid] long FooterHeight;
/** determines if a footer is used on the page.
/** determines if a footer is used on the page.
*/ */
[property] boolean FooterIsOn; [property] boolean FooterIsOn;
/** contains the interface to the text of the footer.
/** contains the interface to the text of the footer.
*/ */
[optional, property, maybevoid] com::sun::star::text::XText FooterText; [optional, property, maybevoid] com::sun::star::text::XText FooterText;
/** contains the interface to the text of the footer of a left page.
/** contains the interface to the text of the footer of a left page.
*/ */
[optional, property, maybevoid] com::sun::star::text::XText FooterTextLeft; [optional, property, maybevoid] com::sun::star::text::XText FooterTextLeft;
/** contains the interface to the text of the footer of a right page.
/** contains the interface to the text of the footer of a right page.
*/ */
[optional, property, maybevoid] com::sun::star::text::XText FooterTextRight; [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. /** 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; [optional,property] long FootnoteHeight;
/** contains the weight of the separator line between the text and the footnote area.
/** contains the weight of the separator line between the text and the footnote area.
*/ */
[optional,property] short FootnoteLineWeight; [optional,property] short FootnoteLineWeight;
/** contains the style of the separator line between the text and the footnote area.
/** contains the style of the separator line between the text and the footnote area.
@see com::sun::star::style::FootnoteLineStyle @see com::sun::star::style::FootnoteLineStyle
for the possible values. for the possible values.
*/ */
[optional,property] short FootnoteLineStyle; [optional,property] short FootnoteLineStyle;
/** contains the color of the separator line between the text and the footnote area.
/** contains the color of the separator line between the text and the footnote area.
*/ */
[optional,property] com::sun::star::util::Color FootnoteLineColor; [optional,property] com::sun::star::util::Color FootnoteLineColor;
/** contains the relative width of the separator line between the text and the footnote area.
/** contains the relative width of the separator line between the text and the footnote area.
*/ */
[optional,property] byte FootnoteLineRelativeWidth; [optional,property] byte FootnoteLineRelativeWidth;
/** contains the adjustment of the separator line between the text and the footnote area.
/** contains the adjustment of the separator line between the text and the footnote area.
<p>com::sun::star::text::HorizontalAdjusts.</p> <p>com::sun::star::text::HorizontalAdjusts.</p>
*/ */
[optional,property] short FootnoteLineAdjust; [optional,property] short FootnoteLineAdjust;
/** contains the distance between the text and the separator line between the
/** contains the distance between the text and the separator line between the
text and the footnote area. text and the footnote area.
*/ */
[optional,property] long FootnoteLineTextDistance; [optional,property] long FootnoteLineTextDistance;
/** contains the distance between the footnote area and the separator line between
/** contains the distance between the footnote area and the separator line between
the text and the footnote area. the text and the footnote area.
*/ */
[optional,property] long FootnoteLineDistance; [optional,property] long FootnoteLineDistance;
/** contains the writing direction, as represented by the
/** contains the writing direction, as represented by the
com::sun::star::text::WritingMode2 constants */ com::sun::star::text::WritingMode2 constants */
[optional,property] short WritingMode; [optional,property] short WritingMode;
/** contains the mode of the text grid (none, lines, ...), as
/** contains the mode of the text grid (none, lines, ...), as
represented by com::sun::star::text::TextGridMode represented by com::sun::star::text::TextGridMode
constants */ constants */
[optional, property] short GridMode; [optional, property] short GridMode;
/** contains the display color of the text grid */
[optional, property] com::sun::star::util::Color GridColor; /** contains the display color of the text grid */
/** contains the number of lines in the text grid */ [optional, property] com::sun::star::util::Color GridColor;
[optional, property] short GridLines;
/** contains the height of the base text line inside the text grid */ /** contains the number of lines in the text grid */
[optional, property] long GridBaseHeight; [optional, property] short GridLines;
/** contains the height of the ruby text line inside the text grid */
[optional, property] long GridRubyHeight; /** contains the height of the base text line inside the text grid */
/** determines whether the text grid's ruby line is located below or [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 */ above the base line */
[optional, property] boolean GridRubyBelow; [optional, property] boolean GridRubyBelow;
/** determines whether the text grid lines are printed */
[optional, property] boolean GridPrint; /** determines whether the text grid lines are printed */
/** determines whether the text grid lines are visible or not */ [optional, property] boolean GridPrint;
[optional, property] boolean GridDisplay;
/** determines whether to use dynamic spacing in header or not. */ /** determines whether the text grid lines are visible or not */
[optional, property, maybevoid] boolean HeaderDynamicSpacing; [optional, property] boolean GridDisplay;
/** determines whether to use dynamic spacing in footer or not. */
[optional, property, maybevoid] boolean FooterDynamicSpacing; /** determines whether to use dynamic spacing in header or not. */
/** determines the distance of all borders of the page. */ [optional, property, maybevoid] boolean HeaderDynamicSpacing;
[property] long BorderDistance;
/** contains the distance of all borders of the footer. */ /** determines whether to use dynamic spacing in footer or not. */
[property, maybevoid] long FooterBorderDistance; [optional, property, maybevoid] boolean FooterDynamicSpacing;
/** determines the distance of all borders of the header. */
[property, maybevoid] long HeaderBorderDistance; /** 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;
}; };
}; }; }; }; }; }; }; };
......
...@@ -22,10 +22,7 @@ ...@@ -22,10 +22,7 @@
#include <com/sun/star/container/XIndexReplace.idl> #include <com/sun/star/container/XIndexReplace.idl>
#include <com/sun/star/beans/XPropertySet.idl> #include <com/sun/star/beans/XPropertySet.idl>
module com { module sun { module star { module text {
module com { module sun { module star { module text {
/** provides access to the numbering rules. /** provides access to the numbering rules.
<p> Numbering rules may be set at a Paragraph object. The numbering rules are <p> Numbering rules may be set at a Paragraph object. The numbering rules are
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment