XAccessibleEditableText.idl (d1766043) XAccessibleEditableText.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

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

38
39/** Implement this interface to give read and write access to a text
40 representation.
41
42 <p>This interface is typically used in conjunction with the
43 <type>XAccessibleText</type> interface and extents it about the ability
44 to modify the text represented by that interface.</p>
45
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

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

38
39/** Implement this interface to give read and write access to a text
40 representation.
41
42 <p>This interface is typically used in conjunction with the
43 <type>XAccessibleText</type> interface and extents it about the ability
44 to modify the text represented by that interface.</p>
45
46 @since OOo 1.1.2
46 @since OpenOffice 1.1.2
47*/
48published interface XAccessibleEditableText
49 : ::com::sun::star::accessibility::XAccessibleText
50{
51 /** Copies the text range into the clipboard.
52
53 <p>The specified text between and including the two given indices is
54 copied into the system clipboard and is deleted afterwards from the

--- 182 unchanged lines hidden ---
47*/
48published interface XAccessibleEditableText
49 : ::com::sun::star::accessibility::XAccessibleText
50{
51 /** Copies the text range into the clipboard.
52
53 <p>The specified text between and including the two given indices is
54 copied into the system clipboard and is deleted afterwards from the

--- 182 unchanged lines hidden ---