Uses of Class
writer2latex.latex.i18n.I18n

Packages that use I18n
writer2latex.bibtex   
writer2latex.latex   
 

Uses of I18n in writer2latex.bibtex
 

Fields in writer2latex.bibtex declared as I18n
private  I18n BibTeXDocument.i18n
           
 

Uses of I18n in writer2latex.latex
 

Fields in writer2latex.latex declared as I18n
private  I18n ConverterPalette.i18n
           
private  I18n StarMathConverter.i18n
           
 

Methods in writer2latex.latex that return I18n
 I18n ConverterPalette.getI18n()
           
 

Constructors in writer2latex.latex with parameters of type I18n
StarMathConverter(I18n i18n, Config config)