Kaydet (Commit) ad29c1f2 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS os43 (1.8.126); FILE MERGED

2004/11/19 13:31:55 tl 1.8.126.1: #i36687# some IDL doumentation fixed
üst a7912c2a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ChainedTextFrame.idl,v $ * $RCSfile: ChainedTextFrame.idl,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2004-06-03 23:57:52 $ * last change: $Author: hr $ $Date: 2004-11-26 23:09:09 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -76,22 +76,28 @@ ...@@ -76,22 +76,28 @@
//============================================================================= //=============================================================================
// DocMerge from xml: service com::sun::star::text::ChainedTextFrame
/** extends a <type>TextFrame</type> which shares the same <type>Text</type> /** extends a <type>TextFrame</type> which shares the same <type>Text</type>
with other <type>ChainedTextFrame</type> instances that will make the text with other <type>ChainedTextFrame</type> instances that will make the text
flow through the chained frames. flow through the chained frames. The text flows in the next frame if
there is no space left in the current frame.
*/ */
published service ChainedTextFrame published service ChainedTextFrame
{ {
// DocMerge: empty anyway
service com::sun::star::text::TextFrame; service com::sun::star::text::TextFrame;
//-------------------------------------------------------------------------
/** name of the previous frame in the chain
// DocMerge from xml: service com::sun::star::text::ChainedTextFrame: interface com::sun::star::util::XChainable <p>An empty string indicates that there is no previous frame.</p>
/** makes it possible to chain this <type>TextFrame</type> to others.
*/ */
interface com::sun::star::util::XChainable; [property, maybevoid] string ChainNextName;
//-------------------------------------------------------------------------
/** name of the next frame in the chain
<p>An empty string indicates that there is no next frame.</p>
*/
[property, maybevoid] string ChainPrevName;
}; };
//============================================================================= //=============================================================================
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: FootnoteSettings.idl,v $ * $RCSfile: FootnoteSettings.idl,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2004-06-04 00:04:16 $ * last change: $Author: hr $ $Date: 2004-11-26 23:09:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -68,7 +68,6 @@ ...@@ -68,7 +68,6 @@
//============================================================================= //=============================================================================
// DocMerge from xml: service com::sun::star::text::FootnoteSettings
/** provides access to the settings of footnotes or endnotes in a /** provides access to the settings of footnotes or endnotes in a
(text) document. (text) document.
*/ */
...@@ -76,7 +75,6 @@ published service FootnoteSettings ...@@ -76,7 +75,6 @@ published service FootnoteSettings
{ {
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from idl: property com::sun::star::text::FootnoteSettings::CharStyleName
/** contains the name of the character style that is used /** contains the name of the character style that is used
for the label in front of the footnote/endnote text. for the label in front of the footnote/endnote text.
*/ */
...@@ -84,7 +82,6 @@ published service FootnoteSettings ...@@ -84,7 +82,6 @@ published service FootnoteSettings
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::FootnoteSettings::NumberingType
/** contains the numbering type for the numbering of the /** contains the numbering type for the numbering of the
footnotes/endnotes. footnotes/endnotes.
*/ */
...@@ -92,7 +89,6 @@ published service FootnoteSettings ...@@ -92,7 +89,6 @@ published service FootnoteSettings
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from idl: property com::sun::star::text::FootnoteSettings::PageStyleName
/** contains the page style that is used for the page that /** contains the page style that is used for the page that
contains the footnote/endnote texts contains the footnote/endnote texts
*/ */
...@@ -100,7 +96,6 @@ published service FootnoteSettings ...@@ -100,7 +96,6 @@ published service FootnoteSettings
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from idl: property com::sun::star::text::FootnoteSettings::ParaStyleName
/** contains the paragraph style that is used for the /** contains the paragraph style that is used for the
footnote/endnote text. footnote/endnote text.
*/ */
...@@ -108,14 +103,12 @@ published service FootnoteSettings ...@@ -108,14 +103,12 @@ published service FootnoteSettings
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::FootnoteSettings::Prefix
/** contains the prefix for the footnote/endnote symbol. /** contains the prefix for the footnote/endnote symbol.
*/ */
[property] string Prefix; [property] string Prefix;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::FootnoteSettings::StartAt
/** contains the first number of the automatic numbering /** contains the first number of the automatic numbering
of footnotes/endnotes. of footnotes/endnotes.
*/ */
...@@ -123,59 +116,54 @@ published service FootnoteSettings ...@@ -123,59 +116,54 @@ published service FootnoteSettings
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::FootnoteSettings::Suffix
/** contains the suffix for the footnote/endnote symbol. /** contains the suffix for the footnote/endnote symbol.
*/ */
[property] string Suffix; [property] string Suffix;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::FootnoteSettings::BeginNotice
/** contains the string at the restart of the footnote /** contains the string at the restart of the footnote
text after a break. text after a break.
<p>For footnotes only.</p> <p>For footnotes only.</p>
*/ */
[optional, property] string BeginNotice; [optional, property] string BeginNotice;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::FootnoteSettings::EndNotice
/** contains the string at the end of a footnote part in /** contains the string at the end of a footnote part in
front of a break. front of a break.
<p>For footnotes only.</p> <p>For footnotes only.</p>
*/ */
[optional, property] string EndNotice; [optional, property] string EndNotice;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::FootnoteSettings::FootnoteCounting
/** contains the type of the counting of the footnote numbers. /** contains the type of the counting of the footnote numbers.
<p>For footnotes only.</p>
@see FootnoteNumbering
<p>For footnotes only.
</p>@see FootnoteNumbering
*/ */
[optional, property] short FootnoteCounting; [optional, property] short FootnoteCounting;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::FootnoteSettings::PositionEndOfDoc
/** If <TRUE/>, the footnote text is shown at the end of the document. /** If <TRUE/>, the footnote text is shown at the end of the document.
<p>For footnotes only.</p> <p>For footnotes only.</p>
*/ */
[optional, property] boolean PositionEndOfDoc; [optional, property] boolean PositionEndOfDoc;
//-------------------------------------------------------------------------
/** contains the name of the character style that is used
for footnote/endnote anchor in the text.
@since OOo 2.0.0
*/
[optional, property] string AnchorCharStyleName;
}; };
//============================================================================= //=============================================================================
......
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