diff options
Diffstat (limited to 'offapi/com/sun/star/text/AccessiblePageView.idl')
-rw-r--r-- | offapi/com/sun/star/text/AccessiblePageView.idl | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/offapi/com/sun/star/text/AccessiblePageView.idl b/offapi/com/sun/star/text/AccessiblePageView.idl index 20d8854a0..2779c7c37 100644 --- a/offapi/com/sun/star/text/AccessiblePageView.idl +++ b/offapi/com/sun/star/text/AccessiblePageView.idl @@ -27,17 +27,9 @@ #ifndef __com_sun_star_text_AccessibleEndnoteView_idl__ #define __com_sun_star_text_AccessibleEndnoteView_idl__ -#ifndef __com_sun_star_accessibility_XAccessibleContext_idl__ #include <com/sun/star/accessibility/XAccessibleContext.idl> -#endif - -#ifndef __com_sun_star_accessibility_XAccessibleComponent_idl__ #include <com/sun/star/accessibility/XAccessibleComponent.idl> -#endif - -#ifndef __com_sun_star_accessibility_XAccessibleEventBroadcaster_idl__ #include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl> -#endif //============================================================================= @@ -46,7 +38,7 @@ module com { module sun { module star { module text { //============================================================================= -/** The accessible view of pagees. +/** The accessible view of pages. @since OOo 1.1.2 @@ -78,15 +70,15 @@ published service AccessiblePageView <li><type scope="::com::sun::star::text" >AccessibleHeaderFooterView</type>: A child of this kind is returned for every header - and footer that is conatined in the page. + and footer that is contained in the page. <li><type scope="::com::sun::star::text" >AccessibleFootnoteView</type>: A child of this kind is returned for every footnote - that is conatined in the page. + that is contained in the page. <li><type scope="::com::sun::star::text" >AccessibleEndnoteView</type>: A child of this kind is returned for every endnote - that is conatined in the page. + that is contained in the page. <li><type scope="::com::sun::star::text" >AccessibleParagraphView</type>: A child of this kind is returned for every paragraph @@ -102,12 +94,12 @@ published service AccessiblePageView <li><type scope="::com::sun::star::text" >AccessibleTextFrameView</type>: A child of this kind is returned for every text - frame that is conrtained in the page. These objects + frame that is contained in the page. These objects are children of the <type>AccessiblePageView</type> regardless whether they are bound to the page, a - paragarph, a frame, or a character. The only + paragraph, a frame, or a character. The only exception are text frames that are bound as - character. They are childen of the paragraph they + character. They are children of the paragraph they are contained in. <li><type scope="::com::sun::star::text" >AccessibleTextGraphicObject</type>: @@ -117,15 +109,15 @@ published service AccessiblePageView regardless whether they are bound to a page, paragraph, a frame or a character. The only exception are text frames that are bound as character. They are - childen of the paragraph they are contained in. + children of the paragraph they are contained in. <li><type scope="::com::sun::star::text" >AccessibleTextEmbeddedObject</type>: A child of this kind is returned for every embedded - object that is conatained in the page. + object that is contained in the page. These objects are children of the <type>AccessibleTextDocumentView</type> regardless - whether they are bound to a page, a paragarph, a frame, - or a character. They are childen of the paragraph they + whether they are bound to a page, a paragraph, a frame, + or a character. They are children of the paragraph they are contained in. <li><type scope="::com::sun::star::drawing" >AccessibleShape</type>: |