LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XInputSequenceChecker Interface Referencepublished

contains the routine to check Thai input sequence checking More...

import"XInputSequenceChecker.idl";

Inheritance diagram for XInputSequenceChecker:
XInterface XExtendedInputSequenceChecker InputSequenceChecker

Public Member Functions

boolean checkInputSequence ([in] string aText, [in] long nPos, [in] char cInputChar, [in] short nInputCheckMode)
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

contains the routine to check Thai input sequence checking

Since
OOo 1.1.2
Developers Guide
Office Development - Overview and Using the API - XExtendedIndexEntrySupplier

Member Function Documentation

◆ checkInputSequence()

boolean checkInputSequence ( [in] string  aText,
[in] long  nPos,
[in] char  cInputChar,
[in] short  nInputCheckMode 
)
Returns
true/false for the input check
Parameters
aTextText to be checked.
nPosIndex in aText where checking starts.
cInputCharThe 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.
nInputCheckModeOne of InputSequenceCheckMode constants.

The documentation for this interface was generated from the following file: