Home
last modified time | relevance | path

Searched refs:moves (Results 1 – 25 of 92) sorted by relevance

1234

/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java405 final boolean moves[] = new boolean[9]; in testRowSetEvents()
406 for (int i = 0; i < moves.length; ++i) in testRowSetEvents()
408 moves[i] = false; in testRowSetEvents()
447 moves[RowSetEventListener.IS_NEW] = true; in testRowSetEvents()
453 moves[RowSetEventListener.IS_NEW] = false; in testRowSetEvents()
460 moves[RowSetEventListener.IS_NEW] = true; in testRowSetEvents()
465 moves[RowSetEventListener.IS_NEW] = false; in testRowSetEvents()
476 for (int i = 0; i < moves.length; ++i) in testRowSetEvents()
478 moves[i] = false; in testRowSetEvents()
502 for (int i = 0; i < moves.length; ++i) in testRowSetEvents()
[all …]
/aoo42x/main/offapi/com/sun/star/text/
H A DXPageCursor.idl45 /** moves the cursor to the first page.
52 /** moves the cursor to the last page.
59 /** moves the cursor to the specified page.
74 /** moves the cursor to the next page.
83 /** moves the cursor to the previous page.
92 /** moves the cursor to the end of the current page.
101 /** moves the cursor to the start of the current page.
H A DXTextCursor.idl61 /** moves the cursor the specified number of characters to the left.
77 be returned and the cursor moves only those 3 characters.<p>
84 /** moves the cursor the specified number of characters to the right.
100 be returned and the cursor moves only those 3 characters.<p>
107 /** moves the cursor to the start of the text.
113 /** moves the cursor to the end of the text.
119 /** moves or expands the cursor to a specified <type>TextRange</type>.
H A DXTextTableCursor.idl60 /** moves the cursor to the cell with the specified name.
75 /** moves the cursor to the left neighbor.
88 /** moves the cursor to the right neighbor.
101 /** moves the cursor to the top neighbor.
114 /** moves the cursor to the bottom neighbor cell.
127 /** moves the cursor to the top left cell of the table.
136 /** moves the cursor to the bottom right cell of the table.
H A DXParagraphCursor.idl55 /** moves the cursor to the start of the current paragraph.
66 /** moves the cursor to the end of the current paragraph.
77 /** moves the cursor to the next paragraph.
87 /** moves the cursor to the previous paragraph.
H A DXSentenceCursor.idl55 /** moves the cursor to the start of the next sentence.
65 /** moves the cursor to the start of the previous sentence.
75 /** moves the cursor to the start of the current sentence.
86 /** moves the cursor to the end of the current sentence.
H A DXWordCursor.idl55 /** moves the cursor to the next word.
69 /** moves the cursor to the previous word.
83 /** moves the cursor to the end of the current word.
94 /** moves the cursor to the start of the current word.
H A DXTextRangeMover.idl57 /** moves the contents to which <var>xRange</var> refers forward or
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DOfficeDocumentDataNode.java77 Node[] moves = NodeTransfer.nodes(t, NodeTransfer.MOVE); in createPasteTypes() local
78 if (moves != null) { in createPasteTypes()
79 for (int i = 0; i < moves.length; i++) { in createPasteTypes()
80 if (moves[i] instanceof ParcelDataNode) { in createPasteTypes()
81 … File source = FileUtil.toFile(((ParcelDataNode)moves[i]).getDataObject().getPrimaryFile()); in createPasteTypes()
86 … ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)moves[i], target, true)); in createPasteTypes()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXResultSet.idl49 The 'next' method moves the cursor to the next row.
56 /** moves the cursor down one row from its current position.
127 /** moves the cursor to the front of the result set, just before the
135 /** moves the cursor to the end of the result set, just after the last
143 /** moves the cursor to the first row in the result set.
152 /** moves the cursor to the last row in the result set.
171 /** moves the cursor to the given row number in the result set.
175 If the row number is positive, the cursor moves to
181 If the given row number is negative, the cursor moves to
209 /** moves the cursor a relative number of rows, either positive or negative.
[all …]
H A DXResultSetUpdate.idl87 /** moves the cursor to the insert row. The current cursor position is
124 /** moves the cursor to the remembered cursor position, usually the
/aoo42x/main/offapi/com/sun/star/form/runtime/
H A DFormFeature.idl40 /** moves the form to a record given by absolute position.
63 /// moves the form to the first record
66 /// moves the form to the record before the current record, if there is any
69 /// moves the form to the record after the current record, if there is any
72 /// moves the form to the last record
75 /// moves the form to the insertion row, if privileges allow
H A DXFormController.idl152 <td>moves the form to the first record</td>
157 <td>moves the form to the record preceding the current one</td>
162 <td>moves the form to the record after the current one</td>
167 <td>moves the form to the last record</td>
172 <td>moves the form to the virtual "insert row", where new records can be inserted</td>
/aoo42x/main/offapi/com/sun/star/sheet/
H A DMoveDirection.idl40 /** specifies that the selection moves one cell down.
46 /** specifies that the selection moves one cell right.
52 /** specifies that the selection moves one cell up.
58 /** specifies that the selection moves one cell left.
H A DGlobalSheetSettings.idl57 /** contains the direction the cursor moves after entering cells.
98 /** specifies whether the enter key moves the cursor to the column
H A DXSpreadsheets.idl57 /** moves a sheet within the collection.
/aoo42x/main/offapi/com/sun/star/view/
H A DXViewCursor.idl46 /** moves the cursor the specified number of lines down.
62 /** moves the cursor the specified number of lines up.
77 /** moves the cursor the specified number of characters to the left.
92 /** moves the cursor the specified number of characters to the right.
H A DXLineCursor.idl56 /** moves the cursor to the end of the current line.
65 /** moves the cursor to the start of the current line.
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXShapeArranger.idl69 /** moves the specified <type>Shape</type>s by a specified number
78 /** moves the specified <type>Shape</type>s
87 /** moves the specified collection of <type>Shape</type>s
96 /** moves the specified collection of <type>Shape</type>s in
/aoo42x/main/offapi/com/sun/star/table/
H A DXCellCursor.idl77 /** moves the origin of the cursor relative to the current position.
80 is the count of columns to move. A negative value moves the
84 is the count of rows to move. A negative value moves the
/aoo42x/main/offapi/com/sun/star/form/
H A DTabulatorCycle.idl52 /** pressing the TAB key from the last control moves the focus to
59 /** pressing the TAB key from the last control moves the focus to
66 /** pressing the TAB key from the last control of a form moves
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DXRowLocate.idl59 /** moves the cursor to the row identified by an valid bookmark.
78 /** moves the cursor a relative number of rows, either positive or negative
/aoo42x/main/udkapi/com/sun/star/java/
H A DMissingJavaRuntimeException.idl35 This happens when a user moves or deletes a Java installation after
/aoo42x/main/offapi/com/sun/star/form/inspection/
H A DButtonNavigationHandler.idl45 …to choose a button type saying "move to the next record", which, when chosen, well, moves the pare…
/aoo42x/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDropTargetDragContext.idl43 with a Drag and Drop operation moves within the visible geometry of a

Completed in 61 milliseconds

1234