xref: /AOO41X/main/offapi/com/sun/star/text/RedlinePortion.idl (revision d1766043198e81d0bcfc626e12893e7b4d7e31ca)
1*d1766043SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*d1766043SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*d1766043SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*d1766043SAndrew Rist * distributed with this work for additional information
6*d1766043SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*d1766043SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*d1766043SAndrew Rist * "License"); you may not use this file except in compliance
9*d1766043SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*d1766043SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*d1766043SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*d1766043SAndrew Rist * software distributed under the License is distributed on an
15*d1766043SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*d1766043SAndrew Rist * KIND, either express or implied.  See the License for the
17*d1766043SAndrew Rist * specific language governing permissions and limitations
18*d1766043SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*d1766043SAndrew Rist *************************************************************/
21*d1766043SAndrew Rist
22*d1766043SAndrew Rist
23cdf0e10cSrcweir#ifndef __com_sun_star_text_RedlinePortion_idl__
24cdf0e10cSrcweir#define __com_sun_star_text_RedlinePortion_idl__
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef __com_sun_star_text_TextPortion_idl__
27cdf0e10cSrcweir#include <com/sun/star/text/TextPortion.idl>
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir#ifndef __com_sun_star_beans_PropertyValues_idl__
30cdf0e10cSrcweir#include <com/sun/star/beans/PropertyValues.idl>
31cdf0e10cSrcweir#endif
32cdf0e10cSrcweir#ifndef __com_sun_star_util_DateTime_idl__
33cdf0e10cSrcweir#include <com/sun/star/util/DateTime.idl>
34cdf0e10cSrcweir#endif
35cdf0e10cSrcweir
36cdf0e10cSrcweir//=============================================================================
37cdf0e10cSrcweir
38cdf0e10cSrcweirmodule com { module sun { module star { module text {
39cdf0e10cSrcweir
40cdf0e10cSrcweir//=============================================================================
41cdf0e10cSrcweir/** A RedlinePortion is a TextPortion that marks a change that has been recorded by
42cdf0e10cSrcweirthe change tracking.
43cdf0e10cSrcweir
44cdf0e10cSrcweir*/
45cdf0e10cSrcweirpublished service RedlinePortion
46cdf0e10cSrcweir{
47cdf0e10cSrcweir    service com::sun::star::text::TextPortion;
48cdf0e10cSrcweir    /** contains the name of the author of the change.*/
49cdf0e10cSrcweir    [readonly, property] string RedlineAuthor;
50cdf0e10cSrcweir    /** contains the date and time of the change.*/
51cdf0e10cSrcweir    [readonly, property] com::sun::star::util::DateTime RedlineDateTime;
52cdf0e10cSrcweir    /** contains a comment for the change.*/
53cdf0e10cSrcweir    [readonly, property] string RedlineComment;
54cdf0e10cSrcweir    /** contains the type of the change
55cdf0e10cSrcweir    <p> Valid type names are:</p>
56cdf0e10cSrcweir	<UL>
57cdf0e10cSrcweir        <LI><P>Insert - marks an insertion</P>
58cdf0e10cSrcweir        <LI><P>Delete - marks an deletion</P>
59cdf0e10cSrcweir        <LI><P>Format - marks an attribute change</P>
60cdf0e10cSrcweir        <LI><P>TextTable - marks a text table</P>
61cdf0e10cSrcweir        <LI><P>Style - marks an applied style</P>
62cdf0e10cSrcweir    </UL>
63cdf0e10cSrcweir     */
64cdf0e10cSrcweir    [readonly, property] string RedlineType;
65cdf0e10cSrcweir    /** contains the data of a second level redline data
66cdf0e10cSrcweir        <p> The elements of the sequence are:</p>
67cdf0e10cSrcweir        <UL>
68cdf0e10cSrcweir            <LI><P>string RedlineAuthor;                              </P>
69cdf0e10cSrcweir            <LI><P>com::sun::star::util::DateTime RedlineDateTime;    </P>
70cdf0e10cSrcweir            <LI><P>string RedlineComment;                             </P>
71cdf0e10cSrcweir            <LI><P>string RedlineType;                                </P>
72cdf0e10cSrcweir        </UL>
73cdf0e10cSrcweir     */
74cdf0e10cSrcweir    [readonly, property] com::sun::star::beans::PropertyValues RedlineSuccessorData;
75cdf0e10cSrcweir    /** contains a unique identifier for the redline.
76cdf0e10cSrcweir     This is necessary for file export filters to able to recognize redline portions
77cdf0e10cSrcweir        that point to the same redline.*/
78cdf0e10cSrcweir    [readonly, property] string RedlineIdentifier;
79cdf0e10cSrcweir    /** determines whether the portion is member of a header or footer text.*/
80cdf0e10cSrcweir    [readonly, property] boolean IsInHeaderFooter;
81cdf0e10cSrcweir    /** provides access to the text of the redline. This interface is only provided
82cdf0e10cSrcweir     if the change is not visible. The visibility depends on the redline display options that
83cdf0e10cSrcweir     are set at the documents property set (RedlineDisplayType).*/
84cdf0e10cSrcweir    [readonly, property] com::sun::star::text::XText RedlineText;
85cdf0e10cSrcweir    /** determines whether the last paragraph of a redline text has to be merged with a
86cdf0e10cSrcweir     possible following text content (i.e. a text table)*/
87cdf0e10cSrcweir    [readonly, property] boolean MergeLastPara;
88cdf0e10cSrcweir};
89cdf0e10cSrcweir
90cdf0e10cSrcweir//=============================================================================
91cdf0e10cSrcweir
92cdf0e10cSrcweir}; }; }; };
93cdf0e10cSrcweir#endif
94cdf0e10cSrcweir
95