LibreOffice
LibreOffice 24.2 SDK API Reference
|
compares two any
s.
More...
import"XAnyCompare.idl";
Public Member Functions | |
short | compare ([in] any Any1, [in] any Any2) |
allows comparison of two any s. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
compares two any
s.
short compare | ( | [in] any | Any1, |
[in] any | Any2 | ||
) |
allows comparison of two any
s.
Any1 | is the first compare value |
Any2 | is the second compare value |
-1
, if the first any is less than the second ( Any1 < Any2 ) 0
, if the first any is equal to the second ( Any1 == Any2 ) +1
, if the first any is greater than the second ( Any1 > Any2 )