AccessibleDrawDocumentView.idl (d1766043) | AccessibleDrawDocumentView.idl (96af39f7) |
---|---|
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 --- 51 unchanged lines hidden (view full) --- 60 draw page structure. Internal nodes in this hierarchy are introduced 61 by group shapes, 3D scenes, and OLE objects.</li> 62 <li>The view modes editing view, outline view, slides view, notes view, 63 handout view, and presentation view are not exposed explicitly. 64 However, if there happens to be a view mode change which results in a 65 rearrangement of the visible shapes, the user gets notified of this.</li> 66 </ol></p> 67 | 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 --- 51 unchanged lines hidden (view full) --- 60 draw page structure. Internal nodes in this hierarchy are introduced 61 by group shapes, 3D scenes, and OLE objects.</li> 62 <li>The view modes editing view, outline view, slides view, notes view, 63 handout view, and presentation view are not exposed explicitly. 64 However, if there happens to be a view mode change which results in a 65 rearrangement of the visible shapes, the user gets notified of this.</li> 66 </ol></p> 67 |
68 @since OOo 1.1.2 | 68 @since OpenOffice 1.1.2 |
69*/ 70published service AccessibleDrawDocumentView 71{ 72 /** Base interface for being accessible. It gives access to the 73 <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 74 interface. 75 */ 76 interface ::com::sun::star::accessibility::XAccessible; --- 62 unchanged lines hidden --- | 69*/ 70published service AccessibleDrawDocumentView 71{ 72 /** Base interface for being accessible. It gives access to the 73 <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 74 interface. 75 */ 76 interface ::com::sun::star::accessibility::XAccessible; --- 62 unchanged lines hidden --- |