19#ifndef INCLUDED_SW_INC_EXTINPUT_HXX 
   20#define INCLUDED_SW_INC_EXTINPUT_HXX 
void SetLanguage(LanguageType eSet)
 
bool IsOverwriteCursor() const
 
bool m_bIsOverwriteCursor
 
LanguageType m_eInputLanguage
 
SwExtTextInput * GetPrev()
 
void SetInputData(const CommandExtTextInputData &rData)
 
void SetOverwriteCursor(bool bFlag)
 
SwExtTextInput(const SwPaM &rPam, Ring *pRing)
 
OUString m_sOverwriteText
 
void SetInsText(bool bFlag)
 
virtual ~SwExtTextInput() override
 
SwExtTextInput * GetNext()
 
std::vector< ExtTextInputAttr > m_aAttrs
 
const SwExtTextInput * GetPrev() const
 
const std::vector< ExtTextInputAttr > & GetAttrs() const
 
const SwExtTextInput * GetNext() const
 
PaM is Point and Mark: a selection of the document model.
 
Ring()
Creates a new item in a ring container all by itself.