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

interface XExtendedInputSequenceChecker
Base Interfaces
XExtendedInputSequenceCheckerXInputSequenceChecker

XInputSequenceChecker
(referenced interface's summary:)

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

Returns
Next nPos, or length of aText if nothing is corrected.
Parameter aText
Text to be checked and corrected.
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