TextSegment.idl (d1766043) TextSegment.idl (0d3a54ff)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 38 unchanged lines hidden (view full) ---

47 position.</p>
48
49 <p>The <member>SegmentText</member> member is a copy of the
50 corresponding text segment of the enclosing text. Modifying this
51 structure does not alter the enclosing text.</p>
52
53 @see XAccessibleText
54
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 38 unchanged lines hidden (view full) ---

47 position.</p>
48
49 <p>The <member>SegmentText</member> member is a copy of the
50 corresponding text segment of the enclosing text. Modifying this
51 structure does not alter the enclosing text.</p>
52
53 @see XAccessibleText
54
55 @since OOo 1.1.2
55 @since OpenOffice 1.1.2
56*/
57
58published struct TextSegment
59{
60 /** A copy of the text segment of the enclosing text delimited by the
61 text indices <member>TextSegment::SegmentStart</member> and
62 <member>TextSegment::SegmentEnd</member>. Modifying it does not
63 alter the enclosing text.

--- 18 unchanged lines hidden ---
56*/
57
58published struct TextSegment
59{
60 /** A copy of the text segment of the enclosing text delimited by the
61 text indices <member>TextSegment::SegmentStart</member> and
62 <member>TextSegment::SegmentEnd</member>. Modifying it does not
63 alter the enclosing text.

--- 18 unchanged lines hidden ---