LibreOffice Module linguistic (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ConvDicXMLImport Class Reference

#include <convdicxml.hxx>

Inheritance diagram for ConvDicXMLImport:
[legend]
Collaboration diagram for ConvDicXMLImport:
[legend]

Public Member Functions

 ConvDicXMLImport (ConvDic *pConvDic)
 ! see comment for pDic member More...
 
ConvDicGetDic ()
 
LanguageType GetLanguage () const
 
sal_Int16 GetConversionType () const
 
void SetLanguage (LanguageType nLang)
 
void SetConversionType (sal_Int16 nType)
 

Private Member Functions

virtual SvXMLImportContextCreateFastContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
 

Private Attributes

ConvDicpDic
 
LanguageType nLanguage
 
sal_Int16 nConversionType
 

Detailed Description

Definition at line 72 of file convdicxml.hxx.

Constructor & Destructor Documentation

◆ ConvDicXMLImport()

ConvDicXMLImport::ConvDicXMLImport ( ConvDic pConvDic)
explicit

! see comment for pDic member

Definition at line 326 of file convdicxml.cxx.

References ALL, getProcessComponentContext(), GetXMLToken(), LANGUAGE_NONE, XML_N_TCD, XML_NAMESPACE_TCD, and XML_NP_TCD.

Member Function Documentation

◆ CreateFastContext()

SvXMLImportContext * ConvDicXMLImport::CreateFastContext ( sal_Int32  Element,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overrideprivatevirtual

Definition at line 333 of file convdicxml.cxx.

References TEXT_CONVERSION_DICTIONARY.

◆ GetConversionType()

sal_Int16 ConvDicXMLImport::GetConversionType ( ) const
inline

Definition at line 91 of file convdicxml.hxx.

References nConversionType.

◆ GetDic()

ConvDic * ConvDicXMLImport::GetDic ( )
inline

Definition at line 89 of file convdicxml.hxx.

References pDic.

◆ GetLanguage()

LanguageType ConvDicXMLImport::GetLanguage ( ) const
inline

Definition at line 90 of file convdicxml.hxx.

References nLanguage.

◆ SetConversionType()

void ConvDicXMLImport::SetConversionType ( sal_Int16  nType)
inline

Definition at line 94 of file convdicxml.hxx.

References nConversionType, and nType.

◆ SetLanguage()

void ConvDicXMLImport::SetLanguage ( LanguageType  nLang)
inline

Definition at line 93 of file convdicxml.hxx.

References nLanguage.

Member Data Documentation

◆ nConversionType

sal_Int16 ConvDicXMLImport::nConversionType
private

Definition at line 82 of file convdicxml.hxx.

Referenced by GetConversionType(), and SetConversionType().

◆ nLanguage

LanguageType ConvDicXMLImport::nLanguage
private

Definition at line 81 of file convdicxml.hxx.

Referenced by GetLanguage(), and SetLanguage().

◆ pDic

ConvDic* ConvDicXMLImport::pDic
private

Definition at line 74 of file convdicxml.hxx.

Referenced by GetDic().


The documentation for this class was generated from the following files: