LibreOffice Module sw (master) 1
|
#include <splargs.hxx>
Public Member Functions | |
SwConversionArgs (LanguageType nLang, SwPosition &rStart, SwPosition &rEnd) | |
Public Member Functions inherited from SwArgsBase | |
SwArgsBase (SwPosition &rStart, SwPosition &rEnd) | |
void | SetStart (SwPosition &rStart) |
void | SetEnd (SwPosition &rEnd) |
Public Attributes | |
OUString | aConvText |
LanguageType | nConvSrcLang |
LanguageType | nConvTextLang |
LanguageType | nConvTargetLang |
const vcl::Font * | pTargetFont |
bool | bAllowImplicitChangesForNotConvertibleText |
Public Attributes inherited from SwArgsBase | |
SwPosition * | pStartPos |
SwPosition * | pEndPos |
Definition at line 59 of file splargs.hxx.
|
inline |
Definition at line 71 of file splargs.hxx.
References LANGUAGE_NONE.
OUString SwConversionArgs::aConvText |
Definition at line 61 of file splargs.hxx.
Referenced by SwHHCWrapper::ConvContinue_impl(), SwTextNode::Convert(), and SwDoc::Spell().
bool SwConversionArgs::bAllowImplicitChangesForNotConvertibleText |
Definition at line 69 of file splargs.hxx.
Referenced by SwTextNode::Convert().
LanguageType SwConversionArgs::nConvSrcLang |
Definition at line 62 of file splargs.hxx.
Referenced by SwTextNode::Convert().
LanguageType SwConversionArgs::nConvTargetLang |
Definition at line 66 of file splargs.hxx.
Referenced by SwTextNode::Convert().
LanguageType SwConversionArgs::nConvTextLang |
Definition at line 63 of file splargs.hxx.
Referenced by SwHHCWrapper::ConvContinue_impl(), and SwTextNode::Convert().
const vcl::Font* SwConversionArgs::pTargetFont |
Definition at line 67 of file splargs.hxx.
Referenced by SwTextNode::Convert().