makes it possible to perform cursor movements between pages. More...
import "XPageCursor.idl";
 
  
| Public Member Functions | |
| boolean | jumpToFirstPage () | 
| moves the cursor to the first page. | |
| boolean | jumpToLastPage () | 
| moves the cursor to the last page. | |
| boolean | jumpToPage ([in] short nPage) | 
| moves the cursor to the specified page. | |
| short | getPage () | 
| boolean | jumpToNextPage () | 
| moves the cursor to the next page. | |
| boolean | jumpToPreviousPage () | 
| moves the cursor to the previous page. | |
| boolean | jumpToEndOfPage () | 
| moves the cursor to the end of the current page. | |
| boolean | jumpToStartOfPage () | 
| moves the cursor to the start of the current page. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
makes it possible to perform cursor movements between pages.
| short getPage | ( | ) | 
| boolean jumpToEndOfPage | ( | ) | 
moves the cursor to the end of the current page.
| boolean jumpToFirstPage | ( | ) | 
moves the cursor to the first page.
| boolean jumpToLastPage | ( | ) | 
moves the cursor to the last page.
| boolean jumpToNextPage | ( | ) | 
moves the cursor to the next page.
| boolean jumpToPage | ( | [in] short | nPage | ) | 
moves the cursor to the specified page.
| boolean jumpToPreviousPage | ( | ) | 
moves the cursor to the previous page.
| boolean jumpToStartOfPage | ( | ) | 
moves the cursor to the start of the current page.