:: com :: sun :: star :: i18n ::

interface XInputSequenceChecker

Methods' Summary
checkInputSequence  
Methods' Details
checkInputSequence
boolean
checkInputSequence( [in] string  aText,
[in] long  nPos,
[in] char  cInputChar,
[in] short  nInputCheckMode );

Returns
true/false for the input check
Parameter aText
Text to be checked.
Parameter nPos
Index in aText where checking starts.
Parameter cInputChar
The input character. Or at least, a UTF16 code unit thereof. It looks like this interface was not designed with non-BMP characters in mind. Not sure if that is a problem.
Parameter nInputCheckMode
One of InputSequenceCheckMode constants.
Top of Page