:: com :: sun :: star :: sheet :: addin ::

unpublished interface XMiscFunctions
Usage Restrictions
not published
Description
* Interface with miscellaneous functions.

Methods' Summary
getRot13 Encrypts or decrypts a string using the ROT13 algorithm. 
Methods' Details
getRot13
string
getRot13( [in] string  aSrcString )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
Encrypts or decrypts a string using the ROT13 algorithm.
Top of Page