Home
last modified time | relevance | path

Searched refs:at (Results 126 – 150 of 7937) sorted by relevance

12345678910>>...318

/aoo42x/main/qadevOOo/tests/java/mod/_svtools/
H A DAccessibleTabBar.java107 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
114 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
115 at.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
116 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PANEL); in createTestEnvironment()
H A DAccessibleBrowseBox.java156 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
160 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
162 at.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
164 … oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PANEL, "", "AccessibleBrowseBox"); in createTestEnvironment()
/aoo42x/main/sw/qa/complex/indeterminateState/
H A DCheckIndeterminateState.java78 AccessibilityTools at = new AccessibilityTools(); in checkToolBoxItem() local
79 XWindow xWindow = at.getCurrentContainerWindow(getFactory(), aModel); in checkToolBoxItem()
80 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkToolBoxItem()
82 oObj = at.getAccessibleObjectForRole(xRoot, in checkToolBoxItem()
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleMenu.java106 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
108 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
110 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
111 XAccessibleContext menubar = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
H A DAccessibleMenuItem.java105 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
112 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
114 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
115 XAccessibleContext MenuBar = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
H A DAccessibleFixedText.java150 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
152 XAccessible xRoot = at.getAccessibleObject(xWinDlg); in createTestEnvironment()
154 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
156 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.LABEL); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessibleSpreadsheet.java116 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
118 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), xModel); in createTestEnvironment()
119 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
121 at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE ); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_sd/
H A DAccessibleOutlineView.java72 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
74 XWindow xWindow = at.getCurrentWindow ( in createTestEnvironment()
76 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
78 at.getAccessibleObjectForRole(xRoot, AccessibleRole.DOCUMENT); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_svx/
H A DAccessiblePresentationGraphicShape.java115 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
117 XWindow xWindow = at.getCurrentWindow ((XMultiServiceFactory)tParam.getMSF(),aModel); in createTestEnvironment()
118 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
122 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.UNKNOWN, "GraphicObject"); in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl9 * with the License. You may obtain a copy of the License at
120at the dispatchers, and be notified whenever the functionality associated with the URL becomes ena…
219 is created and set at the form. After this, the form is reloaded.</td>
282 …<p>A form controller listens for deletion events at the form it is responsible for. If and only if…
283 <type scope="com::sun::star::form">XConfirmDeleteListener</type> is registered at
290 <p>A form controller listens for error events at the form it is responsible for. If and only if no
291 … <type scope="com::sun::star::sdb">XSQLErrorListener</type> is registered at the controller, it
303 …<p>A form controller listens for parameter events at the form it is responsible for. If and only i…
304 …<type scope="com::sun::star::form">XDatabaseParameterListener</type> is registered at the controll…
359 child controller must be a child of the controller at which the method is invoked.
/aoo42x/main/offapi/com/sun/star/sdb/
H A DDataSource.idl9 * with the License. You may obtain a copy of the License at
60 /** is a factory to establish database connections. It should be registered at
116 … <p>If the data source is registered at the database context, then the <code>Name</code> property
161 … and the <member>Info</member> property if you need access to all existent settings at once.</p>
164 service. That is, you can at runtime add arbitrary new properties to the bag.</p>
183 …<p><em>User-defined</em> properties are the ones which are added at runtime by any instance. They …
187 …<member scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</member> attribute at the ti…
/aoo42x/main/udkapi/com/sun/star/io/
H A DMarkableOutputStream.idl9 * with the License. You may obtain a copy of the License at
46 that has been set previously at the <type>XActiveDataSource</type>
51 /** allows to write data at the current position.
59 /** allows to create marks at the current position
/aoo42x/main/offapi/com/sun/star/logging/
H A DLogLevel.idl9 * with the License. You may obtain a copy of the License at
41 /** specifies that no messages are to be logged at all
43 <p>This level can be set at an <type>XLogger</type> to completely prevent
71 <p>This level can be set at an <type>XLogger</type> to enable logging
H A DLogRecord.idl9 * with the License. You may obtain a copy of the License at
45 /// specifies the name of the logger at which the record is logged
65 /// specifies the time at which the event was logged
72 at which they're logged.
/aoo42x/main/qadevOOo/tests/java/mod/_sm/
H A DSmGraphicAccessible.java119 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
121 XWindow xWindow = at.getCurrentWindow( (XMultiServiceFactory) Param.getMSF(), aModel); in createTestEnvironment()
122 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
124 oObj = at.getAccessibleObjectForRole in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XEnhancedMouseClickBroadcaster.java90 AccessibilityTools at = new AccessibilityTools(); in clickOnSheet() local
92 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)tParam.getMSF(), docModel); in clickOnSheet()
94 XAccessible xRoot = at.getAccessibleObject(xWindow); in clickOnSheet()
96 XInterface oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PANEL); in clickOnSheet()
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl9 * with the License. You may obtain a copy of the License at
84 represented by this object at the given index. This method is
90 Index at which to insert the text from the system clipboard into
130 /** Inserts text at the specified position.
132 <p>The specified string is inserted at the given index into the text
139 Index at which to insert the text.
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DXDataDefinitionSupplier.idl9 * with the License. You may obtain a copy of the License at
52 /** returns at least the container of tables related to the given connection.
65 /** returns at least the container of tables related to the given Database URL.
70 normally at least a "user" and "password" property should be included
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwAccessibleDocumentPageView.java127 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
129 XWindow xWindow = at.getCurrentWindow( (XMultiServiceFactory) Param.getMSF(), aModel); in createTestEnvironment()
130 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
132 at.getAccessibleObjectForRole(xRoot, AccessibleRole.DOCUMENT ); in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/text/
H A DReferenceFieldPart.idl9 * with the License. You may obtain a copy of the License at
85 … <p>The contents of the list label of the paragraph, at which the bookmark respectively the
87 … identify the referenced item at the document position of the reference text field, the content
104 … <p>The contents of the list label of the paragraph, at which the bookmark respectively the
114 … <p>The contents of the list label of the paragraph, at which the bookmark respectively the
/aoo42x/main/sw/source/ui/utlui/
H A Dattrdesc.src9 * with the License. You may obtain a copy of the License at
163 Text [ en-US ] = "at top" ;
171 Text [ en-US ] = "at bottom" ;
195 Text [ en-US ] = "at the right" ;
203 Text [ en-US ] = "at the left" ;
/aoo42x/main/offapi/com/sun/star/sdb/application/
H A DXCopyTableListener.idl9 * with the License. You may obtain a copy of the License at
55 <member>CopyTableRowEvent::SourceData</member> is positioned at the row
67 <member>CopyTableRowEvent::SourceData</member> is positioned at the row
76 <member>CopyTableRowEvent::SourceData</member> is positioned at the row
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXMultiFormulaTokens.idl9 * with the License. You may obtain a copy of the License at
51 method. When the client code tries to access formula tokens at index that
59 /** returns the formula at specified index as sequence of tokens.
71 /** sets the formula at specified index as sequence of tokens.
/aoo42x/main/offapi/com/sun/star/frame/
H A DDesktopTask.idl9 * with the License. You may obtain a copy of the License at
67 /** use the same interface at the <type>Frame</type> service */
70 /** use the same interface at the <type>Frame</type> service */
76 /** use the same interface at the <type>Desktop</type> or
/aoo42x/main/offapi/com/sun/star/awt/
H A DUnoControlRoadmap.idl9 * with the License. You may obtain a copy of the License at
58 has been registered at the control.</li>
66 If the property "Interactive" at the com::sun::star::awt::UnoControlRoadmapModel
68 by Mouseclick or pressing space bar at the currently focussed RoadmapItem.

Completed in 76 milliseconds

12345678910>>...318