LibreOffice Module sw (master) 1
|
#include <attributeoutputbase.hxx>
Public Member Functions | |
WW8Ruby (const SwTextNode &rNode, const SwFormatRuby &rRuby, const MSWordExportBase &rExport) | |
sal_Int32 | GetJC () const |
char | GetDirective () const |
sal_uInt32 | GetRubyHeight () const |
sal_uInt32 | GetBaseHeight () const |
OUString const & | GetFontFamily () const |
Private Attributes | |
sal_Int32 | m_nJC |
char | m_cDirective |
sal_uInt32 | m_nRubyHeight |
sal_uInt32 | m_nBaseHeight |
OUString | m_sFontFamily |
Definition at line 692 of file attributeoutputbase.hxx.
WW8Ruby::WW8Ruby | ( | const SwTextNode & | rNode, |
const SwFormatRuby & | rRuby, | ||
const MSWordExportBase & | rExport | ||
) |
Definition at line 3645 of file wrtw8nds.cxx.
References g_pBreakIt, SwFormatRuby::GetAdjustment(), SwDoc::GetAttrPool(), SwBreakIt::GetBreakIter(), SwTextRuby::GetCharFormat(), SfxItemPool::GetDefaultItem(), SvxFontItem::GetFamilyName(), SwFormat::GetFormatAttr(), SvxFontHeightItem::GetHeight(), MSWordExportBase::GetItem(), SwAttrSet::GetPool(), SwFormatRuby::GetPosition(), SwContentNode::GetSwAttrSet(), SwFormatRuby::GetText(), SwTextNode::GetText(), SwFormatRuby::GetTextRuby(), GetWhichOfScript(), m_cDirective, m_nBaseHeight, m_nJC, m_nRubyHeight, MSWordExportBase::m_rDoc, m_sFontFamily, RES_CHRATR_FONT(), and RES_CHRATR_FONTSIZE().
|
inline |
Definition at line 705 of file attributeoutputbase.hxx.
References m_nBaseHeight.
Referenced by DocxAttributeOutput::StartRuby(), RtfAttributeOutput::StartRuby(), and WW8AttributeOutput::StartRuby().
|
inline |
Definition at line 703 of file attributeoutputbase.hxx.
References m_cDirective.
Referenced by RtfAttributeOutput::StartRuby(), and WW8AttributeOutput::StartRuby().
|
inline |
Definition at line 706 of file attributeoutputbase.hxx.
References m_sFontFamily.
Referenced by RtfAttributeOutput::StartRuby(), and WW8AttributeOutput::StartRuby().
|
inline |
Definition at line 702 of file attributeoutputbase.hxx.
References m_nJC.
Referenced by DocxAttributeOutput::StartRuby(), RtfAttributeOutput::StartRuby(), and WW8AttributeOutput::StartRuby().
|
inline |
Definition at line 704 of file attributeoutputbase.hxx.
References m_nRubyHeight.
Referenced by DocxAttributeOutput::StartRuby(), RtfAttributeOutput::StartRuby(), and WW8AttributeOutput::StartRuby().
|
private |
Definition at line 695 of file attributeoutputbase.hxx.
Referenced by GetDirective(), and WW8Ruby().
|
private |
Definition at line 697 of file attributeoutputbase.hxx.
Referenced by GetBaseHeight(), and WW8Ruby().
|
private |
Definition at line 694 of file attributeoutputbase.hxx.
|
private |
Definition at line 696 of file attributeoutputbase.hxx.
Referenced by GetRubyHeight(), and WW8Ruby().
|
private |
Definition at line 698 of file attributeoutputbase.hxx.
Referenced by GetFontFamily(), and WW8Ruby().