LibreOffice Module sw (master) 1
|
#include <splargs.hxx>
Public Member Functions | |
SwConversionArgs (LanguageType nLang, SwTextNode *pStart, SwIndex &rStart, SwTextNode *pEnd, SwIndex &rEnd) | |
![]() | |
SwArgsBase (SwTextNode *pStart, SwIndex &rStart, SwTextNode *pEnd, SwIndex &rEnd) | |
void | SetStart (SwTextNode *pStart, SwIndex &rStart) |
void | SetEnd (SwTextNode *pEnd, SwIndex &rEnd) |
Public Attributes | |
OUString | aConvText |
LanguageType | nConvSrcLang |
LanguageType | nConvTextLang |
LanguageType | nConvTargetLang |
const vcl::Font * | pTargetFont |
bool | bAllowImplicitChangesForNotConvertibleText |
![]() | |
SwTextNode * | pStartNode |
SwIndex * | pStartIdx |
SwTextNode * | pEndNode |
SwIndex * | pEndIdx |
Definition at line 62 of file splargs.hxx.
|
inline |
Definition at line 74 of file splargs.hxx.
References LANGUAGE_NONE.
OUString SwConversionArgs::aConvText |
Definition at line 64 of file splargs.hxx.
Referenced by SwHHCWrapper::ConvContinue_impl(), SwTextNode::Convert(), and SwDoc::Spell().
bool SwConversionArgs::bAllowImplicitChangesForNotConvertibleText |
Definition at line 72 of file splargs.hxx.
Referenced by SwTextNode::Convert().
LanguageType SwConversionArgs::nConvSrcLang |
Definition at line 65 of file splargs.hxx.
Referenced by SwTextNode::Convert().
LanguageType SwConversionArgs::nConvTargetLang |
Definition at line 69 of file splargs.hxx.
Referenced by SwTextNode::Convert().
LanguageType SwConversionArgs::nConvTextLang |
Definition at line 66 of file splargs.hxx.
Referenced by SwHHCWrapper::ConvContinue_impl(), and SwTextNode::Convert().
const vcl::Font* SwConversionArgs::pTargetFont |
Definition at line 70 of file splargs.hxx.
Referenced by SwTextNode::Convert().