gives access to multiple sets of formula tokens.
A service implementing this interface can internally set an arbitrary
number of formula token sequences. The number of allowed formula token
sequences must be returned by the
XMultiFormulaTokens::getCount
method. When the client code tries to access formula tokens at index that
is outside the allowed index range, the implementation shall return an
IndexOutOfBoundsException.
returns the formula at specified index as sequence of tokens.
Throws
IndexOutOfBoundsException
If the given index lies not in the valid range then an
::com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
sets the formula at specified index as sequence of tokens.
Throws
IndexOutOfBoundsException
If the given index lies not in the valid range then an
::com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.