LibreOffice Module sw (master) 1
|
#include <rubylist.hxx>
Public Member Functions | |
SwRubyListEntry () | |
~SwRubyListEntry () | |
const OUString & | GetText () const |
void | SetText (const OUString &rStr) |
const SwFormatRuby & | GetRubyAttr () const |
SwFormatRuby & | GetRubyAttr () |
void | SetRubyAttr (const SwFormatRuby &rAttr) |
Private Attributes | |
OUString | m_sText |
SwFormatRuby | m_aRubyAttr |
Definition at line 24 of file rubylist.hxx.
|
inline |
Definition at line 29 of file rubylist.hxx.
SwRubyListEntry::~SwRubyListEntry | ( | ) |
Definition at line 316 of file docruby.cxx.
|
inline |
Definition at line 36 of file rubylist.hxx.
References m_aRubyAttr.
|
inline |
Definition at line 35 of file rubylist.hxx.
References m_aRubyAttr.
Referenced by SwXTextView::getRubyList(), and SwDoc::SetRubyList().
|
inline |
Definition at line 32 of file rubylist.hxx.
References m_sText.
Referenced by SwXTextView::getRubyList(), and SwDoc::SetRubyList().
|
inline |
Definition at line 37 of file rubylist.hxx.
References m_aRubyAttr.
Referenced by SwDoc::SelectNextRubyChars().
|
inline |
Definition at line 33 of file rubylist.hxx.
References m_sText.
Referenced by SwDoc::SelectNextRubyChars().
|
private |
Definition at line 27 of file rubylist.hxx.
Referenced by GetRubyAttr(), and SetRubyAttr().
|
private |
Definition at line 26 of file rubylist.hxx.