Home
last modified time | relevance | path

Searched refs:at (Results 101 – 125 of 7681) sorted by relevance

12345678910>>...308

/aoo42x/main/udkapi/com/sun/star/lang/
H A DXConnectionPointContainer.idl9 * with the License. You may obtain a copy of the License at
44 Look at the language binding for a superclass or something else. </p>
84 <p>Use this method instead of the advise method at the
98 advise at the container or at the suitable connection point.
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleTabPage.java226 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
233 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
235 XAccessibleContext closeButton = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
242 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PAGE_TAB); in createTestEnvironment()
258 … XInterface xEventInt = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PAGE_TAB, "Variables"); in createTestEnvironment()
H A DAccessibleDropDownComboBox.java82 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
84 XWindow xWindow = at.getCurrentContainerWindow( in createTestEnvironment()
88 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
90 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.COMBO_BOX, in createTestEnvironment()
H A DAccessibleMenuBar.java84 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
89 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
92 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
93 XInterface oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.MENU_BAR); in createTestEnvironment()
H A DAccessibleScrollBar.java149 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
151 XWindow xWindow = at.getCurrentWindow( in createTestEnvironment()
155 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
157 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.SCROLL_BAR); in createTestEnvironment()
H A DAccessibleMenuSeparator.java84 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
89 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
91 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
92 XAccessibleContext MenuBar = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
/aoo42x/main/cli_ure/
H A Dreadme.txt9 # with the License. You may obtain a copy of the License at
25 of the assemblies at the time of the release. Please refer to the document at
82 assembly in the GAC then leave it at that.
123 have a look at
128 adjusted AFTER an office was released. The version.txt must then contain the versions at the
130 this has already be done for the next release. Please look at the document mentioned further
172 Please refer to the document at
241 at least the XYZ_NEW_VERSION, XYZ_OLD_VERSION and XYZ_POLICY_VERSION. In case of an incompatible
/aoo42x/main/writerfilter/documentation/
H A DtablesInDoc.txt9 # with the License. You may obtain a copy of the License at
27 paragraph at nesting depth 1:
34 paragraphs at nesting depth > 1;
57 // insert cell starting at start and ending at end into the
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessibleDocumentPagePreview.java166 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
168 … XWindow xWindow = at.getCurrentContainerWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
169 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
170 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
172 oObj = at.getAccessibleObjectForRole in createTestEnvironment()
H A DScAccessiblePageHeader.java153 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
155 XWindow xWindow = at.getCurrentWindow( (XMultiServiceFactory) Param.getMSF(), aModel); in createTestEnvironment()
156 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
158 oObj = at.getAccessibleObjectForRole in createTestEnvironment()
162 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
H A DScAccessiblePreviewHeaderCell.java251 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
253 XWindow xWindow = at.getCurrentWindow( (XMultiServiceFactory) Param.getMSF(), xModel); in createTestEnvironment()
254 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
256 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE, "A"); in createTestEnvironment()
260 oObj = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/i18n/
H A DForbiddenCharacters.idl9 * with the License. You may obtain a copy of the License at
33 Locale (mostly CJK) dependent characters that are forbidden at the
43 /// Characters forbidden at the start of a line
46 /// Characters forbidden at the end of a line.
H A DLineBreakUserOptions.idl9 * with the License. You may obtain a copy of the License at
36 /// Characters not allowed at the beginning of a line.
39 /// Characters not allowed at the end of a line.
45 /** If punctuation characters are allowed at the end of the line if
/aoo42x/main/offapi/com/sun/star/style/
H A DParagraphProperties.idl9 * with the License. You may obtain a copy of the License at
201 …/** If a page break property is set at a paragraph, this property contains the new value for the p…
282 /** specifies the start value for numbering if a new numbering starts at this paragraph.
287 /** determines if the numbering rules restart, counting at the current paragraph.
302 to be at bottom of a page if the paragraph is spread over more than
309 to be at top of a page if the paragraph is spread over more than
364 /** determines the type of break that is applied at the beginning of the table.
432 /** the property determines if borders set at a paragraph are merged with the
/aoo42x/main/qadevOOo/tests/java/mod/_sch/
H A DAccLegend.java70 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
72 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
73 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
75 XAccessibleContext cont = at.getAccessibleObjectForRole( in createTestEnvironment()
H A DAccLegendEntry.java70 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
72 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
73 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
75 XAccessibleContext cont = at.getAccessibleObjectForRole( in createTestEnvironment()
H A DAccTitle.java70 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
72 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
73 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
75 XAccessibleContext cont = at.getAccessibleObjectForRole( in createTestEnvironment()
H A DAccAxis.java70 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
72 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
73 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
75 XAccessibleContext cont = at.getAccessibleObjectForRole( in createTestEnvironment()
H A DAccStatisticsObject.java75 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
77 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
78 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
80 XAccessibleContext cont = at.getAccessibleObjectForRole( in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/drawing/
H A DCaptionEscapeDirection.idl9 * with the License. You may obtain a copy of the License at
40 /** the caption line leaves the caption area at the horizontal edge
46 /** the caption line leaves the caption area at the vertical edge
52 /** the caption line leaves the caption area at the edge
/aoo42x/main/qadevOOo/tests/java/mod/_svx/
H A DAccessibleGraphicShape.java94 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
96 XWindow xWindow = at.getCurrentWindow ((XMultiServiceFactory)tParam.getMSF(),aModel); in createTestEnvironment()
97 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
102 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.UNKNOWN, "GraphicObject"); in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXPolyPolygon2D.idl9 * with the License. You may obtain a copy of the License at
50 /** Add the specified poly-polygon at the given position.
61 internal poly-polygons overlap at a single place.
64 The poly-polygon will be added at the given position, i.e. the
65 upper, left edge of the referenced poly-polygon will be at
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwAccessiblePageView.java188 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
190 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
191 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
193 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
197 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PANEL,"Page"); in createTestEnvironment()
/aoo42x/main/sc/source/ui/dbgui/
H A Ddpgroupdlg.src9 * with the License. You may obtain a copy of the License at
57 Text [ en-US ] = "~Manually at" ;
87 Text [ en-US ] = "Ma~nually at" ;
164 Text [ en-US ] = "~Manually at" ;
194 Text [ en-US ] = "Ma~nually at" ;
/aoo42x/main/offapi/com/sun/star/report/
H A DForceNewPage.idl9 * with the License. You may obtain a copy of the License at
45 /** The current section is printed at the top of a new page.
49 /** The next section following the current section is printed at the top of a new page.
53 /** The current section is printed at the top of a new page as well as the next section.

Completed in 78 milliseconds

12345678910>>...308