LibreOffice Module sc (master) 1
Classes | Enumerations
spellparam.hxx File Reference
#include <vcl/font.hxx>
Include dependency graph for spellparam.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScConversionParam
 Parameters for conversion. More...
 

Enumerations

enum  ScConversionType {
  SC_CONVERSION_SPELLCHECK ,
  SC_CONVERSION_HANGULHANJA ,
  SC_CONVERSION_CHINESE_TRANSL
}
 Specifiers for sheet conversion (functions iterating over the sheet and modifying cells). More...
 

Enumeration Type Documentation

◆ ScConversionType

Specifiers for sheet conversion (functions iterating over the sheet and modifying cells).

Enumerator
SC_CONVERSION_SPELLCHECK 
SC_CONVERSION_HANGULHANJA 

Spell checker.

SC_CONVERSION_CHINESE_TRANSL 

Hangul-Hanja converter.

Chinese simplified/traditional converter.

Definition at line 24 of file spellparam.hxx.