Home
last modified time | relevance | path

Searched refs:at (Results 201 – 225 of 8065) sorted by relevance

12345678910>>...323

/aoo42x/main/offapi/com/sun/star/inspection/
H A DPropertyCategoryDescriptor.idl9 * with the License. You may obtain a copy of the License at
42 sets a programmatic category name at <member>LineDescriptor::Category</member>,
47 /** provides a human-readable name (which can be presented at the UI) for a category.
/aoo42x/main/offapi/com/sun/star/logging/
H A DLoggerPool.idl9 * with the License. You may obtain a copy of the License at
37 …<p>The one and only <code>LoggerPool</code> instance is available at a component context as value …
42 …<p>The one and only <code>LoggerPool</code> instance is available at a component context as value …
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXVolatileBitmap.idl9 * with the License. You may obtain a copy of the License at
33 become invalid at any point in time).
39 As the video RAM allocated to this bitmap can be reclaimed at
H A DPathJoinType.idl9 * with the License. You may obtain a copy of the License at
38 /** Do not join the path segments at all.<p>
41 segments, to visible cracks at the meeting points.<p>
/aoo42x/main/offapi/com/sun/star/text/
H A DNotePrintMode.idl9 * with the License. You may obtain a copy of the License at
56 /** Notes are collected at the end of the document.
63 /** Notes are collected at the end of a page and printed on an inserted page.
H A DAccessibleTextFrameView.idl9 * with the License. You may obtain a copy of the License at
52 fragment that is contained in a text frame and at least
74 is contained in the document body and is at least
81 in the document body and is at least partially
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleStatusBar.java142 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
148 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
150 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.STATUS_BAR); in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/form/component/
H A DDatabaseImageControl.idl9 * with the License. You may obtain a copy of the License at
76 at the image producer, which notifies it's consumers, which leads to the control
83 property at the model.<br/>
102 at this producer. Then they will be notified of any change in the image to be displayed.</p>
/aoo42x/main/offapi/com/sun/star/graphic/
H A DGraphicDescriptor.idl9 * with the License. You may obtain a copy of the License at
122 graphic was not loaded at all, e.g. in case of just
130 graphic was not loaded at all, e.g. in case of just
139 graphic was not loaded at all, e.g. in case of just
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleMultiLineText.idl9 * with the License. You may obtain a copy of the License at
53 /** Returns the line number at the specified index.
107 <p>Some text implementations place the caret at the end of the current
128 <p>Some text implementations place the caret at the end of the current
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XRangeSelection.java175 AccessibilityTools at = new AccessibilityTools(); in getSheetCenter() local
182 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)tParam.getMSF(), xModel); in getSheetCenter()
183 XAccessible xRoot = at.getAccessibleObject(xWindow); in getSheetCenter()
185 at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE ); in getSheetCenter()
/aoo42x/main/cui/source/dialogs/
H A Dscriptdlg.src9 * with the License. You may obtain a copy of the License at
273 …Text [ en-US ] = "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %L…
278 …Text [ en-US ] = "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line…
288 …ramework error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER." ;
/aoo42x/main/sw/source/ui/app/
H A Derror.src9 * with the License. You may obtain a copy of the License at
97 Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ;
109 …Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).…
196 …Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).…
/aoo42x/main/udkapi/com/sun/star/script/
H A DXScriptListener.idl9 * with the License. You may obtain a copy of the License at
50 <type>ScriptEventDescriptor</type> is registered at and
56 /** gets called when a "vetoable event" occurs at the object.
H A DXAllListener.idl9 * with the License. You may obtain a copy of the License at
53 /** gets called when an event occurs at the object.
58 /** gets called when a "vetoable event" occurs at the object.
/aoo42x/main/udkapi/com/sun/star/connection/
H A DXConnection2.idl9 * with the License. You may obtain a copy of the License at
50 /** Blocks if no data is available otherwise reads at
51 max <var>nMaxBytesToRead</var> but at least 1 byte.
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXShapeMirror.idl9 * with the License. You may obtain a copy of the License at
59 at the given axis.
66 /** mirrors the given <type>Shape</type>s at
/aoo42x/main/offapi/com/sun/star/linguistic2/
H A DDictionaryEventFlags.idl9 * with the License. You may obtain a copy of the License at
42 /** indicates that at least one entry has been added.
47 /** indicates that at least one entry has been deleted.
/aoo42x/main/cui/source/customize/
H A Dcfg.src9 * with the License. You may obtain a copy of the License at
414 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
420 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
758 /* %MENUNAME will be replaced at runtime by the name of the selected menu. */
774 replaced at runtime by the name of the selected application or document.
784 and will be replaced at runtime by the name of the selected application
/aoo42x/main/udkapi/com/sun/star/container/
H A DXHierarchicalNameContainer.idl9 * with the License. You may obtain a copy of the License at
63 /** inserts the element at the specified name.
73 /** removes the element at the specified name.
H A DXIndexContainer.idl9 * with the License. You may obtain a copy of the License at
55 /** inserts the given element at the specified index.
67 /** removes the element at the specified index.
/aoo42x/main/qadevOOo/tests/java/mod/_svtools/
H A DAccessibleTabBarPageList.java143 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
150 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
152 oObj = at.getAccessibleObjectForRole(xRoot, in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/util/
H A DXTextSearch.idl9 * with the License. You may obtain a copy of the License at
49 /** search forward in the searchStr, starts at startPos and ends by endPos.
55 /** search backward in the searchStr, starts at startPos and ends by endPos.
/aoo42x/main/connectivity/source/resource/
H A Dconn_shared_res.src9 * with the License. You may obtain a copy of the License at
111 Text [ en-US ] = "The query can not be executed. It needs at least one table." ;
208 …Text [ en-US ] = "You tried to set a parameter at position '$pos$' but there is/are only '$count$'…
312 Text [ en-US ] = "The column at position '$position$' could not be updated." ;
454 …Text [ en-US ] = "The column at position '$position$' could not be dropped. May be the file system…
552 Text [ en-US ] = "The type of parameter at position '$position$' is unknown." ;
556 Text [ en-US ] = "The type of column at position '$position$' is unknown." ;
/aoo42x/main/udkapi/com/sun/star/io/
H A DMarkableInputStream.idl9 * with the License. You may obtain a copy of the License at
45 that has been set previously at the <type>XActiveDataSink</type>
54 /** allows to create marks at the current position

Completed in 63 milliseconds

12345678910>>...323