LibreOffice Module svx (master) 1
|
Public Member Functions | |
SvxRubyData_Impl () | |
virtual | ~SvxRubyData_Impl () override |
void | SetController (const Reference< XController > &xCtrl) |
Reference< XModel > const & | GetModel () |
bool | HasSelectionChanged () const |
bool | IsDisposing () const |
Reference< XRubySelection > const & | GetRubySelection () |
void | UpdateRubyValues () |
Sequence< PropertyValues > & | GetRubyValues () |
void | AssertOneEntry () |
virtual void SAL_CALL | selectionChanged (const css::lang::EventObject &aEvent) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
Private Attributes | |
Reference< XModel > | xModel |
Reference< XRubySelection > | xSelection |
Sequence< PropertyValues > | aRubyValues |
Reference< XController > | xController |
bool | bHasSelectionChanged |
bool | bDisposing |
Definition at line 79 of file rubydialog.cxx.
SvxRubyData_Impl::SvxRubyData_Impl | ( | ) |
Definition at line 123 of file rubydialog.cxx.
|
overridevirtual |
Definition at line 129 of file rubydialog.cxx.
void SvxRubyData_Impl::AssertOneEntry | ( | ) |
Definition at line 170 of file rubydialog.cxx.
References aRubyValues, and pValues.
|
overridevirtual |
Definition at line 155 of file rubydialog.cxx.
References bDisposing, Exception, and xController.
|
inline |
Definition at line 93 of file rubydialog.cxx.
References xController, and xModel.
|
inline |
Definition at line 103 of file rubydialog.cxx.
References xController, and xSelection.
|
inline |
Definition at line 116 of file rubydialog.cxx.
References aRubyValues.
|
inline |
Definition at line 101 of file rubydialog.cxx.
References bHasSelectionChanged.
|
inline |
Definition at line 102 of file rubydialog.cxx.
References bDisposing.
|
overridevirtual |
Definition at line 153 of file rubydialog.cxx.
References bHasSelectionChanged.
void SvxRubyData_Impl::SetController | ( | const Reference< XController > & | xCtrl | ) |
Definition at line 131 of file rubydialog.cxx.
References bHasSelectionChanged, Exception, and xController.
|
inline |
Definition at line 108 of file rubydialog.cxx.
References aRubyValues, bHasSelectionChanged, and xSelection.
|
private |
Definition at line 83 of file rubydialog.cxx.
Referenced by AssertOneEntry(), GetRubyValues(), and UpdateRubyValues().
|
private |
Definition at line 86 of file rubydialog.cxx.
Referenced by disposing(), and IsDisposing().
|
private |
Definition at line 85 of file rubydialog.cxx.
Referenced by HasSelectionChanged(), selectionChanged(), SetController(), and UpdateRubyValues().
|
private |
Definition at line 84 of file rubydialog.cxx.
Referenced by disposing(), GetModel(), GetRubySelection(), and SetController().
|
private |
Definition at line 81 of file rubydialog.cxx.
Referenced by GetModel().
|
private |
Definition at line 82 of file rubydialog.cxx.
Referenced by GetRubySelection(), and UpdateRubyValues().