Home
last modified time | relevance | path

Searched refs:at (Results 226 – 250 of 8065) sorted by relevance

12345678910>>...323

/aoo42x/main/offapi/com/sun/star/i18n/
H A DXForbiddenCharacters.idl9 * with the License. You may obtain a copy of the License at
46 placed at the beginning or at the end of a text line. </p>
/aoo42x/main/offapi/com/sun/star/inspection/
H A DDefaultHelpProvider.idl9 * with the License. You may obtain a copy of the License at
41 <p>The component registers a <type>XPropertyControlObserver</type> at an
44 the extended help text of this control's window, and set this help text at the
H A DInteractiveSelectionResult.idl9 * with the License. You may obtain a copy of the License at
44 new property value chosen by the user has already been set at the
50 property value has been obtained, but not yet set at the inspected
/aoo42x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.src9 * with the License. You may obtain a copy of the License at
43 Text [ en-US ] = "Only tables and queries are supported at the moment.";
53 Text [ en-US ] = "Unsupported source column type ($type$) at column position $pos$.";
/aoo42x/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl9 * with the License. You may obtain a copy of the License at
68 supports at least the service specifiers
183 cache may operate in <em>write-back</em> mode, where updates at
185 at some later time. If <FALSE/>, the cache must operate in
187 storage at once - that is before
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXExternalSheetName.idl9 * with the License. You may obtain a copy of the License at
41 /** provides a method to set an external name at the sheet.
54 /** sets an external name at the sheet.
H A DXSheetPastable.idl9 * with the License. You may obtain a copy of the License at
61 /** pastes the contents of the clipboard at the specified
68 /** pastes the contents of the clipboard at the
H A DDataPilotFieldLayoutMode.idl9 * with the License. You may obtain a copy of the License at
54 <P>Subtotals are shown at the top (on the same row as the item's name). When
67 <P>Subtotals are shown at the bottom (below the item's data, as in tabular
/aoo42x/main/winaccessibility/source/UAccCOMIDL/
H A DAccessibleKeyBinding.idl9 * with the License. You may obtain a copy of the License at
50 /// obtained the object at which you called this method) by
52 /// key strokes have to be pressed at the same time (the
/aoo42x/main/offapi/com/sun/star/util/
H A DXBroadcaster.idl9 * with the License. You may obtain a copy of the License at
48 there is at least one lock remaining, no broadcasts are
62 there is at least one lock remaining, no broadcasts are
/aoo42x/main/offapi/com/sun/star/awt/
H A DXTopWindow.idl9 * with the License. You may obtain a copy of the License at
65 /** places this window at the top of the stacking order and
72 /** places this window at the bottom of the stacking order and
/aoo42x/main/offapi/com/sun/star/ucb/
H A DContentProvider.idl9 * with the License. You may obtain a copy of the License at
71 registered at a <type>XContentProviderManager</type>, the method
74 to register at the XContentProviderManager.
H A DXRemoteContentProviderActivator.idl9 * with the License. You may obtain a copy of the License at
49 /** Activate (i.e., register at the broker) the remote content providers
63 the broker at which the remote content providers have been registered.
H A DContent.idl9 * with the License. You may obtain a copy of the License at
57 registered at the content ( the content holds the listeners ) and
61 be called at the content. The implementation of this method must call
272 <li>execute command "insert" at new content. This command
301 Additionally this command can be called at any time to overwrite
383 "globalTransfer" at the <type>UniversalContentBroker</type>.
388 to another. It must be executed at the folder content representing
409 <li>Create a new content at the target folder</br>
478 <p><b>Important:</b> The implementation must at least support
593 allowed for one (internet) protocol at a time. (e.g. The HTTP
[all …]
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DParagraph.java67 AccessibleText at = ac.getAccessibleText(); in handleVisibleDataChanged() local
68 if (at != null) { in handleVisibleDataChanged()
69 int pos = at.getCaretPosition(); in handleVisibleDataChanged()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dfrmui.src9 * with the License. You may obtain a copy of the License at
64 Text [ en-US ] = "Base line at ~top" ;
68 Text [ en-US ] = "~Base line at bottom" ;
/aoo42x/main/offapi/com/sun/star/text/
H A DXParagraphAppend.idl9 * with the License. You may obtain a copy of the License at
57 /** appends a new and empty paragraph at the end of the text.
70 /** appends a new and empty paragraph at the end of the text.
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXDrawPages.idl9 * with the License. You may obtain a copy of the License at
48 at a model that contains <type>DrawPage</type>s or <type>MasterPage</type>s
58 the index at which the newly created <type>DrawPage</type> or
/aoo42x/main/offapi/com/sun/star/document/
H A DXInteractionFilterSelect.idl9 * with the License. You may obtain a copy of the License at
35 /** continuation used by interaction mechanism at filter detection during
39 If during loading time the filter can't be detected and wasn't given at calling time,
/aoo42x/main/offapi/com/sun/star/animations/
H A DEventTrigger.idl9 * with the License. You may obtain a copy of the License at
51 /** This event is raised at the active end of the element. Note that this
52 event is not raised at the simple end of each repeat.
/aoo42x/main/qadevOOo/tests/java/mod/_svtools/
H A DAccessibleBrowseBoxTable.java197 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
201 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
203 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE, in createTestEnvironment()
H A DAccessibleBrowseBoxTableCell.java189 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
193 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
195 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE_CELL); in createTestEnvironment()
H A DAccessibleTreeListBox.java177 AccessibilityTools at = new AccessibilityTools(); in createTestEnvironment() local
181 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
183 oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.TREE); in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXBezierPolyPolygon2D.idl9 * with the License. You may obtain a copy of the License at
59 Query subset of this poly-polygon, starting at the given
95 data, or insert the segments at the given index
151 The point to be set at the poly-polygon.
/aoo42x/main/offapi/com/sun/star/table/
H A DAccessibleTableView.idl9 * with the License. You may obtain a copy of the License at
62 a table fragment that is at least partially visible. A table fragment
63 is the part of a table that is displayed at a single page.
138 /** This interface gives access to any cell that is at least partially

Completed in 63 milliseconds

12345678910>>...323