Home
last modified time | relevance | path

Searched refs:at (Results 26 – 50 of 6913) sorted by relevance

12345678910>>...277

/aoo42x/main/qadevOOo/tests/java/mod/_svx/
H A DAccessibleControlShape.java88 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
90 XWindow xWindow = at.getCurrentWindow ((XMultiServiceFactory)tParam.getMSF(),aModel); in createTestEnvironment()
91 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
93 at.getAccessibleObjectForRole(xRoot, AccessibleRole.SHAPE); in createTestEnvironment()
95 at.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
99 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.UNKNOWN, "Button"); in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl9 * with the License. You may obtain a copy of the License at
75 <FALSE/> if <var>Node</var> or at least one of its parent nodes are collapsed,
90 <TRUE/> if <var>Node</var> or at least one of its parent nodes are collapsed,
110 if <var>Node</var>can't be made visible since at least one of the parent nodes are
111 collapsed and expanding failed because at least one of the registered
139 if expanding <var>Node</var> failed because at least one of the registered
154 if collapsing <var>Node</var> failed because at least one of the registered
193 /** Returns the node at the specified location.
200 …the <type>XTreeNode</type> for the node at that location, or 0 if there is no node at the given po…
207 at x, y, use <member>getNodeForLocation()</member>.
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwAccessibleTextEmbeddedObject.java77 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
79 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
80 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
82 at.getAccessibleObjectForRole(xRoot, AccessibleRole.EMBEDDED_OBJECT); in createTestEnvironment()
84 oObj = at.SearchedContext; in createTestEnvironment()
87 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
H A DSwAccessibleTableView.java99 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
101 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
102 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
104 at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE); in createTestEnvironment()
106 oObj = at.SearchedContext; in createTestEnvironment()
109 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
H A DSwAccessibleTextGraphicObject.java100 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
102 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
103 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
105 at.getAccessibleObjectForRole(xRoot, AccessibleRole.GRAPHIC); in createTestEnvironment()
107 oObj = at.SearchedContext; in createTestEnvironment()
110 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
H A DSwAccessibleTextFrameView.java111 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
113 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
114 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
116 at.getAccessibleObjectForRole(xRoot, AccessibleRole.TEXT_FRAME); in createTestEnvironment()
118 oObj = at.SearchedContext; in createTestEnvironment()
121 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleRadioButton.java226 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
233 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
235 XAccessibleContext iconChoiceCtrl = at.getAccessibleObjectForRole( in createTestEnvironment()
250 at.printAccessibleTree(log,xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
252 oObj = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
256 XAccessibleContext anotherButton = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
260 XAccessibleContext closeButton = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
H A DAccessibleListItem.java143 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
148 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
151 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
153 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PUSH_BUTTON, in createTestEnvironment()
160 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.TREE); in createTestEnvironment()
171 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.LIST_ITEM,"Spr"); in createTestEnvironment()
H A DAccessibleComboBox.java107 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
116 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
118 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PUSH_BUTTON, in createTestEnvironment()
123 oObj = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
137 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
138 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PANEL, "", in createTestEnvironment()
H A DAccessibleList.java122 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
127 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
130 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
132 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PUSH_BUTTON, in createTestEnvironment()
139 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.TREE); in createTestEnvironment()
152 XAccessibleContext parent = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl9 * with the License. You may obtain a copy of the License at
138 starting at position
145 value to be extracted; the first byte is at
159 object, starting with the byte at position
190 /** determines the byte position at which the specified byte
201 begins at position
223 object at which
225 begins. The search begins at position
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dwindow2.log4 …ITEM Assertion OK : Test SplitColumn: 2 (Test only applies to maximized Window and at least has 80…
5 …ITEM Assertion OK : Test SplitRow: 2 (Test only applies to maximized Window and at least has 800*6…
8 …ITEM Assertion OK : Test SplitRow: 4 (Test only applies to maximized Window and at least has 800*6…
9 …ITEM Assertion OK : Test SplitColumn: 3 (Test only applies to maximized Window and at least has 80…
27 ITEM Assertion OK : Test panes frozen at center
28 ITEM Assertion OK : Test panes frozen at split
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dwindow2.log4 …ITEM Assertion OK : Test SplitColumn: 2 (Test only applies to maximized Window and at least has 80…
5 …ITEM Assertion OK : Test SplitRow: 2 (Test only applies to maximized Window and at least has 800*6…
8 …ITEM Assertion OK : Test SplitRow: 4 (Test only applies to maximized Window and at least has 800*6…
9 …ITEM Assertion OK : Test SplitColumn: 3 (Test only applies to maximized Window and at least has 80…
27 ITEM Assertion OK : Test panes frozen at center
28 ITEM Assertion OK : Test panes frozen at split
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dwindow2.log4 …ITEM Assertion OK : Test SplitColumn: 2 (Test only applies to maximized Window and at least has 80…
5 …ITEM Assertion FAIL : Test SplitRow: 1 (Test only applies to maximized Window and at least has 800…
8 …ITEM Assertion FAIL : Test SplitRow: 3 (Test only applies to maximized Window and at least has 800…
9 …ITEM Assertion OK : Test SplitColumn: 3 (Test only applies to maximized Window and at least has 80…
27 ITEM Assertion OK : Test panes frozen at center
28 ITEM Assertion OK : Test panes frozen at split
/aoo42x/main/slideshow/test/
H A Dslidetest.cxx166 ASSERT_TRUE( mpTestView->getViewLayers().at(0)->getBounds() == in TEST_F()
173 …ASSERT_TRUE( mpTestShape->getViewLayers().at(0).first == mpTestView ) << "Shape 1 must be on backg… in TEST_F()
174 …ASSERT_TRUE( pShape2->getViewLayers().at(0).first == mpTestView ) << "Shape 2 must be on backgroun… in TEST_F()
176 …ASSERT_TRUE( pShape3->getViewLayers().at(0).first == mpTestView ) << "Shape 3 must be on backgroun… in TEST_F()
177 …ASSERT_TRUE( pShape4->getViewLayers().at(0).first == mpTestView ) << "Shape 4 must be on backgroun… in TEST_F()
184 …ASSERT_TRUE( pShape4->getViewLayers().at(0).first != mpTestView ) << "Shape 4 must not be on backg… in TEST_F()
187 …ASSERT_TRUE( pShape4->getViewLayers().at(0).first == mpTestView ) << "Shape 4 must be on backgroun… in TEST_F()
/aoo42x/main/udkapi/com/sun/star/script/
H A DXEventAttacherManager.idl9 * with the License. You may obtain a copy of the License at
100 used to register events. If this event at this index has
121 <p>If the events at this index have been attached to any
131 /** creates an empty entry at the given position.
140 /** removes the entry at the given position.
142 <p>If any events are registered at this index, they will
143 be revoked, too. So if the events at this index have been
183 which are registered at this object for the given index.
198 <type>ScriptEventDescriptor</type> is registered at and
/aoo42x/main/wizards/source/schedule/
H A Dschedule.src9 * with the License. You may obtain a copy of the License at
24 // Dialog labels start at 1000
53 // Names of states start at 1100
56 // Months start at 1200
59 // Messages start at 1300
65 // Styles start at 1400
69 // Sheet names start at 1410
/aoo42x/main/offapi/com/sun/star/media/
H A DXPlayer.idl9 * with the License. You may obtain a copy of the License at
47 /** stops reading the stream and leave the cursor at its current
81 /** sets the time at which to stop reading the stream.
84 the time at which to stop reading the stream in seconds
88 /** gets the time at which the stream will stop. The result
109 /** sets whether the stream reading should restart at the stream
113 loops if set to <TRUE/>, otherwise stops at the end of the
/aoo42x/main/offapi/com/sun/star/xml/sax/
H A DXFastAttributeList.idl9 * with the License. You may obtain a copy of the License at
52 registered at the <type>XFastParser</type> which created the sax event containing
54 at the <type>XFastParser</type>, else this attribute is also unknown even if
63 registered at the <type>XFastParser</type>.<br>
80 registered at the <type>XFastParser</type>.<br>
102 registered at the <type>XFastParser</type>.<br>
125 registered at the <type>XFastParser</type>.<br>
147 registered at the <type>XFastParser</type>.<br>
/aoo42x/main/offapi/com/sun/star/chart2/
H A DDataSeries.idl9 * with the License. You may obtain a copy of the License at
139 // stored at the DataSeriesGroup now
145 <p>The default values are determined by the properties set at
171 /** This property describes whether the series should be shown at
172 the main value axis or at the secondary value axis. Having
174 series will be scaled at the primary y-axis ( of the
178 scaled at the secondary y-axis. If there is no secondary axis
181 <p>If you want to scale a series at a different x or z axis
/aoo42x/main/basegfx/source/tools/
H A Dkeystoplerp.cxx73 if( maKeyStops.at(mnLastIndex) < fAlpha || in lerp()
74 maKeyStops.at(mnLastIndex+1) >= fAlpha ) in lerp()
90 (fAlpha-maKeyStops.at(mnLastIndex)) / in lerp()
91 (maKeyStops.at(mnLastIndex+1) - maKeyStops.at(mnLastIndex)); in lerp()
/aoo42x/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java248 AccessibilityTools at = new AccessibilityTools(); in checkHelpEntry() local
254 xRoot = at.getAccessibleObject(xWindow); in checkHelpEntry()
264 … XAccessibleContext oPopMenu = at.getAccessibleObjectForRole(xRoot, AccessibleRole.POPUP_MENU); in checkHelpEntry()
316 AccessibilityTools at = new AccessibilityTools(); in openContextMenu() local
318 xWindow = at.getCurrentWindow(xMSF, aModel); in openContextMenu()
320 XAccessible xRoot = at.getAccessibleObject(xWindow); in openContextMenu()
322 XInterface oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PANEL); in openContextMenu()
/aoo42x/main/offapi/com/sun/star/ucb/
H A DContentAction.idl9 * with the License. You may obtain a copy of the License at
79 created at folder F processes its "insert" command, or
81 by the IMAP server that a new message has arrived at that
111 <p>This action must be notified at the listeners of the folder content.
119 <p>This action must be notified at the listeners of the folder content.
126 <p>Events containing this action may be generated at any time. So a
130 <p>This action must be notified at the listeners of the deleted
139 <p>This action must be notified at the listeners of the exchanged
/aoo42x/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx126 …inline iterator at( size_type nX, size_type nY ) { return maData.begin() + mnWidth * nY + nX; } in at() function in oox::Matrix
127 …inline const_iterator at( size_type nX, size_type nY ) const { return maData.begin() + mnWidth * n… in at() function in oox::Matrix
129 inline reference operator()( size_type nX, size_type nY ) { return *this->at( nX, nY ); } in operator ()()
130 …inline const_reference operator()( size_type nX, size_type nY ) const { return *this->at( nX, nY )… in operator ()()
142 inline iterator row_begin( size_type nY ) { return this->at( 0, nY ); } in row_begin()
143 inline const_iterator row_begin( size_type nY ) const { return this->at( 0, nY ); } in row_begin()
144 inline iterator row_end( size_type nY ) { return this->at( mnWidth, nY ); } in row_end()
145 inline const_iterator row_end( size_type nY ) const { return this->at( mnWidth, nY ); } in row_end()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessiblePreviewTable.java177 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
179 … XWindow xWindow = at.getCurrentContainerWindow((XMultiServiceFactory)Param.getMSF(), xModel); in createTestEnvironment()
180 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
182 at.printAccessibleTree(log,xRoot, Param.getBool(PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
184 at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE); in createTestEnvironment()
193 at.getAccessibleObjectForRole(xRoot,AccessibleRole.PUSH_BUTTON, "Zoom In"); in createTestEnvironment()

Completed in 80 milliseconds

12345678910>>...277