/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkfactory.cxx | 87 AtkObject *accessible; in atk_noop_object_wrapper_new() local 89 accessible = (AtkObject *) g_object_new (atk_noop_object_wrapper_get_type(), NULL); in atk_noop_object_wrapper_new() 90 g_return_val_if_fail (accessible != NULL, NULL); in atk_noop_object_wrapper_new() 92 accessible->role = ATK_ROLE_INVALID; in atk_noop_object_wrapper_new() 93 accessible->layer = ATK_LAYER_INVALID; in atk_noop_object_wrapper_new() 95 return accessible; in atk_noop_object_wrapper_new() 135 AtkObject *accessible = ooo_wrapper_registry_get( xAccessible ); in wrapper_factory_create_accessible() local 137 if( accessible ) in wrapper_factory_create_accessible() 138 g_object_ref( G_OBJECT(accessible) ); in wrapper_factory_create_accessible() 140 … accessible = atk_object_wrapper_new( xAccessible, gtk_widget_get_accessible(parent_widget) ); in wrapper_factory_create_accessible() [all …]
|
H A D | atkwindow.cxx | 46 init_from_window( AtkObject *accessible, Window *pWindow ) in init_from_window() argument 103 …accessible->name = g_strdup( rtl::OUStringToOString( pChild->GetText(), RTL_TEXTENCODING_UTF8 ).ge… in init_from_window() 113 …accessible->name = g_strdup( rtl::OUStringToOString( pChild->GetText(), RTL_TEXTENCODING_UTF8 ).ge… in init_from_window() 121 accessible->role = role; in init_from_window()
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | AccessibleShape.idl | 44 <p>The content of a draw page is modelled as tree of accessible shapes 45 and accessible text paragraphs. The root of this (sub-)tree is the 46 accessible draw document view. An accessible shape implements either 71 /** Base interface for being accessible. It gives access to the 80 accessible: 89 <li>Children: The children of a shape are either other accessible 90 shapes or accessible text paragraphs. Only group shapes, 3D scene 100 service description of the object that has accessible shapes as 105 >AccessibleStateType::DEFUNC</const> is set if an accessible 109 reason for this is that either the owner of the accessible [all …]
|
H A D | AccessibleOLEShape.idl | 47 accessible OLE shape is the only indicator of the OLE objects' 50 under the accessible document view and not under the OLE object. This 74 activation of the accessible OLE object. This, however, is not 76 accessible OLE objects.
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleTable.idl | 131 Row index of the accessible for which to return the column 135 Column index of the accessible for which to return the column 156 Row index of the accessible for which to return the column 160 Column index of the accessible for which to return the column 302 /** Returns a boolean value indicating whether the accessible at the 306 Row index of the cell for which to determine if the accessible 311 accessible object that spans that cell is selected. 315 and the specified accessible object is selected. Otherwise 321 /** Returns the child index of the accessible object that spans the 326 that accessible object.</p> [all …]
|
H A D | AccessibleEventId.idl | 44 of an accessible object. The 52 of an accessible object. The 59 /** The change of the number or attributes of actions of an accessible 91 accessible object with respect only to its size or relative 97 (relative) bounding box of an accessible object has changed. It is 154 of an accessible object. This includes for example most of the 223 old and new accessible label. 239 old and new accessible parent window objects. 315 old and new accessible objects representing the table caption. 360 old and new accessible objects representing the table summary.
|
H A D | XAccessible.idl | 36 accessible. 45 class that is made accessible and the actual accessibility code into two 48 that returns the accessible context. This one-way link has to be 67 functions that make a class accessible from the implementation of
|
H A D | AccessibleContext.idl | 36 kinds of information: A tree structure in which all accessible objects 52 /** is implemented by accessible contexts that supports broadcasting of 53 accessible events.
|
H A D | XAccessibleContext.idl | 54 to the tree structure in which all accessible objects are 68 <p>Returns the number of accessible children of the object.</p> 100 node, of the accessible tree.</p> 109 /** Returns the index of this object in its accessible parent.
|
H A D | XAccessibleAction.idl | 39 for accessible objects. 41 <p>Every accessible object that can be manipulated beyond its methods 50 /** Returns the number of accessible actions available in this object.
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccTable.cpp | 47 STDMETHODIMP CAccTable::get_accessibleAt(long row, long column, IUnknown * * accessible) in get_accessibleAt() argument 55 if(accessible == NULL) in get_accessibleAt() 65 *accessible = NULL; in get_accessibleAt() 74 *accessible = (IAccessible2 *)pRet; in get_accessibleAt() 87 *accessible = (IAccessible2 *)pRet; in get_accessibleAt() 554 STDMETHODIMP CAccTable::get_summary(IUnknown * * accessible) in get_summary() argument 562 if(accessible == NULL) in get_summary() 577 *accessible = (IAccessible2 *)pRet; in get_summary()
|
H A D | AccTable.h | 75 STDMETHOD(get_accessibleAt)(long row, long column, IUnknown * * accessible); 78 STDMETHOD(get_caption)(IUnknown * * accessible); 117 STDMETHOD(get_summary)(IUnknown * * accessible);
|
/trunk/main/forms/qa/integration/forms/ |
H A D | CellBinding.java | 542 XAccessible accessible = (XAccessible)UnoRuntime.queryInterface( in simulateUserRadioCheck() local 546 XAccessibleValue.class, accessible.getAccessibleContext() ); in simulateUserRadioCheck() 557 XAccessible accessible = (XAccessible)UnoRuntime.queryInterface( in simulateUserCheckBoxCheck() local 561 XAccessibleValue.class, accessible.getAccessibleContext() ); in simulateUserCheckBoxCheck() 581 XAccessible accessible = (XAccessible)UnoRuntime.queryInterface( in simulateUserTextInput() local 584 XAccessibleContext context = accessible.getAccessibleContext(); in simulateUserTextInput() 586 accessible.getAccessibleContext() ); in simulateUserTextInput() 589 XAccessibleEditableText.class, accessible.getAccessibleContext() ); in simulateUserTextInput()
|
/trunk/main/udkapi/com/sun/star/reflection/ |
H A D | TypeDescriptionManager.idl | 58 component context, there is a singleton accessible via key 74 <li>Sequence types are accessible via 77 <li>Instantiated polymorphic struct types are accessible via 82 <li>Members of interface types are accessible via
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | AccessibleTextEmbeddedObject.idl | 50 /** The accessible view of an inactive embedded object. If an embedded 51 object gets active, the active document gets an accessible object 66 accessible view of a paragraph if the embedded object is 67 bound as character, and the accessible view of the document
|
H A D | AccessibleEndnoteView.idl | 45 /** The accessible view of endnotes. 58 is either the accessible view of a text document, 59 a page of the accessible page preview of a text document, 60 or the accessible page preview of a spreadsheet document.
|
H A D | AccessibleFootnoteView.idl | 45 /** The accessible view of footnotes. 59 is either the accessible view of a text document, 60 a page of the accessible page preview of a text document, 61 or the accessible page preview of a spreadsheet document.
|
H A D | AccessibleHeaderFooterView.idl | 45 /** The accessible view of headers and footers. 60 is either the accessible view of a text document, 61 a page of the accessible page preview of a text document, 62 or the accessible page preview of a spreadsheet document.
|
H A D | AccessibleTextGraphicObject.idl | 49 /** The accessible view of graphics. 61 accessible view of a paragraph if the graphic is bound as 62 character, and the accessible view of the document (or of a
|
/trunk/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 557 for accessible objects. 1567 IAccessible2 enabled accessible object. 1949 IAccessible2 enabled accessible object. 1979 @param [out] accessible 1986 [out] IUnknown **accessible, 3808 @param [out] accessible 3824 @param [out] accessible 4106 @param [out] accessible 4357 @param [out] accessible 4502 @param [out] accessible [all …]
|
/trunk/main/udkapi/com/sun/star/script/ |
H A D | XInvocation2.idl | 42 about the methods and properties that are accessible via 48 /** returns the names of all methods and properties accessible via XInvocation. 52 /** returns information items for all methods and properties accessible via XInvocation.
|
/trunk/main/offapi/com/sun/star/table/ |
H A D | AccessibleCellView.idl | 57 /** The accessible view of a cell in a text document or in the page preview 66 accessible spreadsheet page preview or accessible text document view. 70 is the accessible table view.</li>
|
H A D | AccessibleTableView.idl | 53 /** The accessible view of a table in a text document or in the page preview 69 is the accessible text document view, a page of the accessible 70 text documenent page preview, or the accessible spreadsheet
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | Table.java | 392 public void setAccessibleCaption(javax.accessibility.Accessible accessible) { in setAccessibleCaption() argument 397 … public void setAccessibleColumnDescription(int param, javax.accessibility.Accessible accessible) { in setAccessibleColumnDescription() argument 407 … public void setAccessibleRowDescription(int param, javax.accessibility.Accessible accessible) { in setAccessibleRowDescription() argument 417 public void setAccessibleSummary(javax.accessibility.Accessible accessible) { in setAccessibleSummary() argument
|
H A D | Tree.java | 402 public void setAccessibleCaption(javax.accessibility.Accessible accessible) { in setAccessibleCaption() argument 407 … public void setAccessibleColumnDescription(int param, javax.accessibility.Accessible accessible) { in setAccessibleColumnDescription() argument 417 … public void setAccessibleRowDescription(int param, javax.accessibility.Accessible accessible) { in setAccessibleRowDescription() argument 427 public void setAccessibleSummary(javax.accessibility.Accessible accessible) { in setAccessibleSummary() argument
|