| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
describes the result of a comparison of two bookmarks. More...
| Variables | |
| const long | LESS = -1 | 
| the first bookmark is before the second. | |
| const long | EQUAL = 0 | 
| the first bookmark is equal to the second. | |
| const long | GREATER = 1 | 
| the first bookmark is after the second one. | |
| const long | NOT_EQUAL = 2 | 
| the first bookmark is not the same as the second one. | |
| const long | NOT_COMPARABLE = 3 | 
| the two bookmarks are not comparable. | |
describes the result of a comparison of two bookmarks.
| const long EQUAL = 0 | 
the first bookmark is equal to the second.
| const long GREATER = 1 | 
the first bookmark is after the second one.
| const long LESS = -1 | 
the first bookmark is before the second.
| const long NOT_COMPARABLE = 3 | 
the two bookmarks are not comparable.
| const long NOT_EQUAL = 2 | 
the first bookmark is not the same as the second one.