Home
last modified time | relevance | path

Searched refs:at (Results 76 – 100 of 7553) sorted by relevance

12345678910>>...303

/aoo42x/main/offapi/com/sun/star/view/
H A DXLineCursor.idl9 * with the License. You may obtain a copy of the License at
46 /** determines if the cursor is positioned at the start of a line.
51 /** determines if the cursor is positioned at the end of a line.
60 or the cursor will be just at the new position after the move (<FALSE/>).
69 or the cursor will be just at the new position after the move (<FALSE/>).
/aoo42x/main/offapi/com/sun/star/awt/
H A DGradient.idl9 * with the License. You may obtain a copy of the License at
53 /** specifies the color at the start point of the gradient.
59 /** specifies the color at the end point of the gradient.
89 /** specifies the intensity at the start point of the gradient.
95 /** specifies the intensity at the end point of the gradient.
H A DXComboBox.idl9 * with the License. You may obtain a copy of the License at
76 /** adds an item at the specified position.
82 /** adds multiple items at the specified position.
88 /** removes a number of items at the specified position.
100 /** returns the item at the specified position.
/aoo42x/main/qadevOOo/tests/java/mod/_sd/
H A DAccessibleSlideView.java72 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
82 XWindow xWindow = at.getCurrentWindow ( in createTestEnvironment()
84 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
86 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
88 at.getAccessibleObjectForRole(xRoot, AccessibleRole.DOCUMENT); in createTestEnvironment()
H A DAccessibleDrawDocumentView.java109 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
111 XWindow xWindow = at.getCurrentWindow ( in createTestEnvironment()
113 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
116 at.getAccessibleObjectForRole(xRoot, AccessibleRole.DOCUMENT); in createTestEnvironment()
122 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_sm/
H A DSmEditAccessible.java117 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
119 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
120 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
122 oObj = at.getAccessibleObjectForRole in createTestEnvironment()
126 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwAccessibleDocumentView.java106 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
108 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
109 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
111 at.getAccessibleObjectForRole(xRoot, AccessibleRole.DOCUMENT); in createTestEnvironment()
116 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
H A DSwAccessibleFootnoteView.java125 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
127 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
128 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
130 at.getAccessibleObjectForRole(xRoot, AccessibleRole.FOOTNOTE); in createTestEnvironment()
135 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
H A DSwAccessibleHeaderView.java128 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
130 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
131 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
133 at.getAccessibleObjectForRole(xRoot, AccessibleRole.HEADER); in createTestEnvironment()
138 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
H A DSwAccessibleEndnoteView.java125 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
127 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
128 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
130 at.getAccessibleObjectForRole(xRoot, AccessibleRole.END_NOTE); in createTestEnvironment()
135 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
H A DSwAccessibleFooterView.java139 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
141 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment()
142 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
144 at.getAccessibleObjectForRole(xRoot, AccessibleRole.FOOTER); in createTestEnvironment()
149 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_svx/
H A DAccessiblePresentationOLEShape.java123 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
125 XWindow xWindow = at.getCurrentWindow ((XMultiServiceFactory)tParam.getMSF(),aModel); in createTestEnvironment()
126 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
127 at.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
131 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.UNKNOWN, "ImpressOLE"); in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/frame/
H A DXModel.idl9 * with the License. You may obtain a copy of the License at
69 If there is at least one controller, there is by definition a
136 /** is called whenever an existing controller should be deregistered at this model.
158 there is at least one lock remaining, some notifications
172 there is at least one lock remaining, some notifications for
179 /** determines if there is at least one lock remaining.
182 While there is at least one lock remaining, some notifications
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXClob.idl9 * with the License. You may obtain a copy of the License at
127 The substring begins at position <code>pos</code> and has up
157 /** determines the character position at which the specified substring
161 . The search begins at position
178 /** determines the position at which the specified
184 object. The search begins at position
H A DXArray.idl9 * with the License. You may obtain a copy of the License at
133 the first element is at index 1.
183 that element (with the first array element being at index 1).
202 starts at index
223 that element (with the first array element being at index 1).
228 the array index of the first element to retrieve; the first element is at index 1.
235 designated by this Array object, starting at index index.
/aoo42x/main/offapi/com/sun/star/linguistic2/
H A DXHyphenator.idl9 * with the License. You may obtain a copy of the License at
65 spelling at a specific position of a word and provide a list of
125 /** checks whether hyphenation at a position in a word will result in
137 the information about the alternative spelling found at the
142 is the original word to be looked at for having an alternative
143 spelling, if hyphenation is done at position nIndex.
152 is the position in the word to be looked at.
/aoo42x/main/offapi/com/sun/star/logging/
H A DXLogger.idl9 * with the License. You may obtain a copy of the License at
68 might or might not log those records at their own discretion, and depending on
69 additional restrictions such as filters specified at handler level.</p>
119 /** logs a given message, detailing the source class and method at which the logged
127 the source class at which the logged event occurred.
130 the source class at which the logged event occurred.
/aoo42x/main/offapi/com/sun/star/chart2/
H A DRelativePosition.idl9 * with the License. You may obtain a copy of the License at
67 /** This indicates how the object is placed at the relative position.
70 will be placed at the coordinates given within Primary and Secondary.</p>
73 … be placed at the given coorediantes. If Anchor is RIGHT the right middle corner of the object will
74 be placed at the given coorediantes.</p>
H A DXInternalDataProvider.idl9 * with the License. You may obtain a copy of the License at
63 internal structural changes, they must be registered at the
74 categories at level 0 are always present and cannot be inserted or deleted
78 /** deletes an additional sequence for categories at nLevel>=1;
79 categories at level 0 are always present and cannot be deleted
/aoo42x/main/offapi/com/sun/star/ucb/
H A DContentProviderProxy.idl9 * with the License. You may obtain a copy of the License at
48 instanciating and registering the real provider at the UCB, a proxy for
49 the real provider can be created and registered at the UCB.
59 of a queryInterface call at the real provider, except for queries
61 the queryInterface method at the proxy will get access to the real
/aoo42x/main/o3tl/inc/o3tl/
H A Dvector_pool.hxx55 mnFirstFreeIndex = this->at(mnFirstFreeIndex).nextFree; in store()
56 this->at(nIdx).value = rCopy; in store()
57 this->at(nIdx).nextFree = -1; in store()
70 this->at(nIdx).nextFree = mnFirstFreeIndex; in free()
/aoo42x/main/offapi/com/sun/star/table/
H A DTableBorder.idl9 * with the License. You may obtain a copy of the License at
52 /** determines the line style at the top edge.
65 /** determines the line style at the bottom edge.
78 /** determines the line style at the left edge.
91 /** determines the line style at the right edge.
/aoo42x/main/forms/source/resource/
H A Dxforms.src9 * with the License. You may obtain a copy of the License at
86 Text [ en-US ] = "$2 digits allowed at most.";
91 Text [ en-US ] = "$2 fraction digits allowed at most.";
101 Text [ en-US ] = "The string must be at least $2 characters long.";
106 Text [ en-US ] = "The string can only be $2 characters long at most.";
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleCheckBox.java136 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
145 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
148 at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE)); in createTestEnvironment()
149 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PUSH_BUTTON, in createTestEnvironment()
155 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.CHECK_BOX); in createTestEnvironment()
/aoo42x/main/sd/source/ui/annotations/
H A Dannotations.src9 * with the License. You may obtain a copy of the License at
160 …ODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?" ;
165 …ODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?" ;
170 …Text [ en-US ] = "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at th…
175 … = "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?" ;

Completed in 69 milliseconds

12345678910>>...303