/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 405 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 D | XPageCursor.idl | 45 /** 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 D | XTextCursor.idl | 61 /** 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 D | XTextTableCursor.idl | 60 /** 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 D | XParagraphCursor.idl | 55 /** 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 D | XSentenceCursor.idl | 55 /** 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 D | XWordCursor.idl | 55 /** 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 D | XTextRangeMover.idl | 57 /** moves the contents to which <var>xRange</var> refers forward or
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ |
H A D | OfficeDocumentDataNode.java | 77 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 D | XResultSet.idl | 49 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 D | XResultSetUpdate.idl | 87 /** 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 D | FormFeature.idl | 40 /** 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 D | XFormController.idl | 152 <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 D | MoveDirection.idl | 40 /** 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 D | GlobalSheetSettings.idl | 57 /** contains the direction the cursor moves after entering cells. 98 /** specifies whether the enter key moves the cursor to the column
|
H A D | XSpreadsheets.idl | 57 /** moves a sheet within the collection.
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 46 /** 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 D | XLineCursor.idl | 56 /** 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 D | XShapeArranger.idl | 69 /** 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 D | XCellCursor.idl | 77 /** 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 D | TabulatorCycle.idl | 52 /** 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 D | XRowLocate.idl | 59 /** 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 D | MissingJavaRuntimeException.idl | 35 This happens when a user moves or deletes a Java installation after
|
/aoo42x/main/offapi/com/sun/star/form/inspection/ |
H A D | ButtonNavigationHandler.idl | 45 …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 D | XDropTargetDragContext.idl | 43 with a Drag and Drop operation moves within the visible geometry of a
|