LibreOffice
LibreOffice 24.2 SDK API Reference
|
Options to be used with XCollator methods. More...
Variables | |
const short | CollatorOptions_IGNORE_CASE = 1 |
Ignore case. More... | |
const short | CollatorOptions_IGNORE_KANA = 2 |
Ignore Kana. More... | |
const short | CollatorOptions_IGNORE_WIDTH = 4 |
Ignore width. More... | |
const short | CollatorOptions_IGNORE_CASE_ACCENT = 8 |
Ignore case and accent. More... | |
Options to be used with XCollator methods.
const short CollatorOptions_IGNORE_CASE = 1 |
Ignore case.
const short CollatorOptions_IGNORE_CASE_ACCENT = 8 |
Ignore case and accent.
const short CollatorOptions_IGNORE_KANA = 2 |
Ignore Kana.
const short CollatorOptions_IGNORE_WIDTH = 4 |
Ignore width.