Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: ucb ::

interface XAnyCompare
Description
compares two anys.

Methods' Summary
compare allows comparision of two anys.  
Methods' Details
compare
short
compare( [in] any  Any1,
[in] any  Any2 );

Description
allows comparision of two anys.
Parameter Any1
is the first compare value
Parameter Any2
is the second compare value
Returns
  • -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 )
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.