Home
last modified time | relevance | path

Searched refs:calling (Results 1 – 25 of 180) sorted by relevance

12345678

/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DRowSetEventListener.java45 int calling []; field in RowSetEventListener
48 calling = new int [9]; in RowSetEventListener()
52 return calling; in getCalling()
56 calling[i] = -1; in clearCalling()
72 calling[APPROVE_ROW_CHANGE] = callPos++; in approveRowChange()
83 calling[CURSOR_MOVED] = callPos++; in cursorMoved()
87 calling[ROW_CHANGED] = callPos++; in rowChanged()
95 calling[COLUMN_VALUE] = callPos++; in propertyChange()
97 calling[IS_MODIFIED] = callPos++; in propertyChange()
99 calling[IS_NEW] = callPos++; in propertyChange()
[all …]
H A DRowSet.java535 final int calling[] = _evt.getCalling(); in testCursorMove() local
538 …owSetEventListener.APPROVE_CURSOR_MOVE] || calling[RowSetEventListener.APPROVE_CURSOR_MOVE] == -1)… in testCursorMove()
540 …[RowSetEventListener.APPROVE_ROW_CHANGE] || calling[RowSetEventListener.APPROVE_ROW_CHANGE] == -1)… in testCursorMove()
542 …(!_must[RowSetEventListener.COLUMN_VALUE] || calling[RowSetEventListener.COLUMN_VALUE] == -1) || c… in testCursorMove()
544 …(!_must[RowSetEventListener.CURSOR_MOVED] || calling[RowSetEventListener.CURSOR_MOVED] == -1) || c… in testCursorMove()
546 …(!_must[RowSetEventListener.ROW_CHANGED] || calling[RowSetEventListener.ROW_CHANGED] == -1) || cal… in testCursorMove()
548 …(!_must[RowSetEventListener.IS_MODIFIED] || calling[RowSetEventListener.IS_MODIFIED] == -1) || cal… in testCursorMove()
550 …(!_must[RowSetEventListener.IS_NEW] || calling[RowSetEventListener.IS_NEW] == -1) || calling[RowSe… in testCursorMove()
552 …(!_must[RowSetEventListener.ROW_COUNT] || calling[RowSetEventListener.ROW_COUNT] == -1) || calling in testCursorMove()
554 …[RowSetEventListener.IS_ROW_COUNT_FINAL] || calling[RowSetEventListener.IS_ROW_COUNT_FINAL] == -1)… in testCursorMove()
/aoo4110/main/offapi/com/sun/star/task/
H A DXStatusIndicator.idl51 (must be finished by calling <member>XStatusIndicator::end()</member>
59 Value can be updated by calling <member>XStatusIndicator::setText()</member>.
63 calling <member>XStatusIndicator::setValue()</member>.
88 Initial value can be set during starting of the progress by calling
/aoo4110/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl194 A string containing the name of the calling application.
204 The calling application can pass the text of the smart
260 A string containing the name of the calling application.
273 The calling application can pass the text of the smart
303 A string containing the name of the calling application.
331 A string containing the name of the calling application.
H A DXRangeBasedSmartTagRecognizer.idl80 to the calling application.
83 A string containing the name of the calling application.
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXResultSetUpdate.idl72 This method may be called after calling an
74 method(s) and before calling
94 be constructed by calling the
110 called before calling
H A DXResultSet.idl183 the end of the result set. For example, calling
199 as calling
202 Calling <code>moveToPosition(-1)</code> is the same as calling
222 is different from calling
274 is called after calling
276 , but before calling
H A DXSQLData.idl79 by calling a method of the input stream to read each
94 before calling this method, which is used by the appropriate
119 stream. This is done by calling a method of the output stream to write
/aoo4110/main/offapi/com/sun/star/awt/tree/
H A DXTreeEditListener.idl53 <var>Node</var> is requested by calling <member>XTreeControl::startEditingAtNode()</member>.
56 the <type>XTreeNode</type> for that an edit request was fired by calling
72 the <type>XTreeNode</type> for that an edit request was fired by calling
H A DXTreeExpansionListener.idl62 to notify the calling <type>XTreeControl</type> that expanding
71 to notify the calling <type>XTreeControl</type> that collapsing
/aoo4110/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl83 <p>Parsing starts with calling <member>parseStream</member>. If the parser
105 elements parent context by calling
128 event at the <type>XFastDocumentHandler</type> by calling
138 <p>Set the desired handlers before calling this method.</p>
/aoo4110/main/offapi/com/sun/star/document/
H A DXUndoManager.idl66calling <member>undo</member> respectively <member>redo</member> will include those actions.<br/>
67 …Hidden Undo actions can be created by calling <member>enterHiddenUndoContext</member>, following by
100 …<member>enterHiddenUndoContext</member> multiple times without calling <member>leaveUndoContext</m…
128 …<code>enterHiddenUndoContext</code> multiple times without calling <member>leaveUndoContext</membe…
165 …action is finally removed from the Undo manager's control (e.g. by calling <member>clear</member> …
311 … notified of the reset by calling their <member>XUndoManagerListener::resetAll</member> method.</p>
/aoo4110/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheetDocumentView.idl67 A child where calling <method>getAccessibleChild</method>
74 A child where calling <method>getAccessibleChild</method>
81 A child where calling <method>getAccessibleChild</method>
87 A child where calling <method>getAccessibleChild</method>
H A DAccessibleSpreadsheetPageView.idl68 >AccessiblePageHeaderFooterAreasView</type>: A child where calling
74 A child where calling
82 A child where calling
91 A child where calling
/aoo4110/main/udkapi/com/sun/star/uno/
H A DXAggregation.idl53 before the delegation is removed by calling
57 own reference count by calling its method
65 its aggregated objects by calling their method
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleMultiLineText.idl77 <p>The number of lines can be obtained by calling
102 calling <member>XAccessibleText::getTextAtIndex</member> with
124 calling <member>XAccessibleMultiLineText::getLineNumberAtIndex</member>
H A DXAccessibleEditableText.idl55 text represented by this object. This is equivalent to calling
156 equivalent to calling first
158 indices and afterwards calling
/aoo4110/main/offapi/com/sun/star/ucb/
H A DXRemoteContentProviderAcceptor.idl63 can---through this callback---tell the calling side that the
65 calling side should call
/aoo4110/main/udkapi/com/sun/star/script/
H A DXEventAttacher.idl68 calling the "addListener" method corresponding to the
83 creating a suitable listener adapter and calling the method
H A DXInvocation.idl123 <p>This optimizes the calling sequence
135 <p>This optimizes the calling sequence
/aoo4110/main/offapi/com/sun/star/util/
H A DXSortable.idl62 When calling the sort method however properties from different
91 those obtained by calling <member>createSortDescriptor</member>
/aoo4110/main/udkapi/com/sun/star/io/
H A DXTextInputStream.idl55 EOF is already reached before calling this method
73 reached before calling this method an empty string is returned.</p>
/aoo4110/main/offapi/com/sun/star/i18n/
H A DXExtendedIndexEntrySupplier.idl104 <p> Note that loadAlgorithm should be called before calling
126 <p> Note that loadAlgorithm should be called before calling
/aoo4110/main/offapi/com/sun/star/form/validation/
H A DXValidatableFormComponent.idl75 <p>Calling this is equal to calling <member>XValidator::isValid</member> with
90 calling this method is equivalent to retrieving the
/aoo4110/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh47 // We can get the XDialog in which this control appears by calling
57 // We can get the list of controls for this dialog by calling

Completed in 73 milliseconds

12345678