// used for text conversion (Hangul/Hanja, Simplified/Traditional Chinese, ...) struct SwConversionArgs : SwArgsBase
{
OUString aConvText; // convertible text found
LanguageType nConvSrcLang; // (source) language to look for
LanguageType nConvTextLang; // language of aConvText (if the latter one was found)
// used for chinese translation
LanguageType nConvTargetLang; // target language of text to be changed const vcl::Font *pTargetFont; // target font of text to be changed // explicitly enables or disables application of the above two bool bAllowImplicitChangesForNotConvertibleText;
class SwInterHyphInfo
{ /// output: hyphenated word
css::uno::Reference<css::linguistic2::XHyphenatedWord> m_xHyphWord; /// input: cursor point to locate the frame const Point m_aCursorPos; public: /// input: requested range to hyphenate
sal_Int32 m_nStart;
sal_Int32 m_nEnd; /// output: found word
sal_Int32 m_nWordStart;
sal_Int32 m_nWordLen;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.