#include <rubydialog.hxx>
|
| DECL_LINK (ApplyHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (CloseHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (StylistHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (ScrollHdl_Impl, weld::ScrolledWindow &, void) |
|
| DECL_LINK (PositionHdl_Impl, weld::ComboBox &, void) |
|
| DECL_LINK (AdjustHdl_Impl, weld::ComboBox &, void) |
|
| DECL_LINK (CharStyleHdl_Impl, weld::ComboBox &, void) |
|
| DECL_LINK (EditModifyHdl_Impl, weld::Entry &, void) |
|
| DECL_LINK (EditFocusHdl_Impl, weld::Widget &, void) |
|
| DECL_LINK (KeyUpDownHdl_Impl, const KeyEvent &, bool) |
|
| DECL_LINK (KeyUpDownTabHdl_Impl, const KeyEvent &, bool) |
|
bool | EditScrollHdl_Impl (sal_Int32 nParam) |
|
bool | EditJumpHdl_Impl (sal_Int32 nParam) |
|
void | SetRubyText (sal_Int32 nPos, weld::Entry &rLeft, weld::Entry &rRight) |
|
void | GetRubyText () |
|
void | ClearCharStyleList () |
|
void | AssertOneEntry () |
|
void | Update () |
|
virtual void | Close () override |
|
tools::Long | GetLastPos () const |
|
void | SetLastPos (tools::Long nSet) |
|
bool | IsModified () const |
|
void | SetModified (bool bSet) |
|
void | EnableControls (bool bEnable) |
|
void | GetCurrentText (OUString &rBase, OUString &rRuby) |
|
Definition at line 55 of file rubydialog.hxx.
◆ SvxRubyDialog()
Definition at line 187 of file rubydialog.cxx.
References aEditArr, weld::Entry::connect_changed(), weld::Widget::connect_focus_in(), weld::Widget::connect_key_press(), i, LINK, m_pImpl, m_xAdjustLB, m_xApplyPB, m_xCharStyleLB, m_xClosePB, m_xDialog, m_xGrid, m_xLeft1ED, m_xLeft2ED, m_xLeft3ED, m_xLeft4ED, m_xPositionLB, m_xPreviewWin, m_xRight1ED, m_xRight2ED, m_xRight3ED, m_xRight4ED, m_xScrolledWindow, and m_xStylistPB.
◆ ~SvxRubyDialog()
SvxRubyDialog::~SvxRubyDialog |
( |
| ) |
|
|
overridevirtual |
◆ Activate()
void SvxRubyDialog::Activate |
( |
| ) |
|
|
overridevirtual |
Reimplemented from SfxModelessDialogController.
Definition at line 273 of file rubydialog.cxx.
References SfxModelessDialogController::Activate(), aName, Any, ClearCharStyleList(), SfxViewFrame::Current(), EnableControls(), Exception, SfxFrame::GetController(), SfxViewFrame::GetFrame(), m_pImpl, m_xCharStyleFT, m_xCharStyleLB, m_xPreviewWin, sName, TOOLS_WARN_EXCEPTION, Update(), and xModel.
◆ AssertOneEntry()
void SvxRubyDialog::AssertOneEntry |
( |
| ) |
|
|
private |
◆ ClearCharStyleList()
void SvxRubyDialog::ClearCharStyleList |
( |
| ) |
|
|
private |
◆ Close()
void SvxRubyDialog::Close |
( |
| ) |
|
|
overrideprivatevirtual |
◆ DECL_LINK() [1/11]
◆ DECL_LINK() [2/11]
SvxRubyDialog::DECL_LINK |
( |
ApplyHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [3/11]
SvxRubyDialog::DECL_LINK |
( |
CharStyleHdl_Impl |
, |
|
|
weld::ComboBox & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [4/11]
SvxRubyDialog::DECL_LINK |
( |
CloseHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [5/11]
SvxRubyDialog::DECL_LINK |
( |
EditFocusHdl_Impl |
, |
|
|
weld::Widget & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [6/11]
SvxRubyDialog::DECL_LINK |
( |
EditModifyHdl_Impl |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [7/11]
SvxRubyDialog::DECL_LINK |
( |
KeyUpDownHdl_Impl |
, |
|
|
const KeyEvent & |
, |
|
|
bool |
|
|
) |
| |
|
private |
◆ DECL_LINK() [8/11]
SvxRubyDialog::DECL_LINK |
( |
KeyUpDownTabHdl_Impl |
, |
|
|
const KeyEvent & |
, |
|
|
bool |
|
|
) |
| |
|
private |
◆ DECL_LINK() [9/11]
SvxRubyDialog::DECL_LINK |
( |
PositionHdl_Impl |
, |
|
|
weld::ComboBox & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [10/11]
◆ DECL_LINK() [11/11]
SvxRubyDialog::DECL_LINK |
( |
StylistHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ EditJumpHdl_Impl()
bool SvxRubyDialog::EditJumpHdl_Impl |
( |
sal_Int32 |
nParam | ) |
|
|
private |
◆ EditScrollHdl_Impl()
bool SvxRubyDialog::EditScrollHdl_Impl |
( |
sal_Int32 |
nParam | ) |
|
|
private |
◆ EnableControls()
void SvxRubyDialog::EnableControls |
( |
bool |
bEnable | ) |
|
|
private |
◆ GetCurrentText()
void SvxRubyDialog::GetCurrentText |
( |
OUString & |
rBase, |
|
|
OUString & |
rRuby |
|
) |
| |
|
private |
◆ GetLastPos()
◆ GetRubyText()
void SvxRubyDialog::GetRubyText |
( |
| ) |
|
|
private |
◆ IsModified()
bool SvxRubyDialog::IsModified |
( |
| ) |
const |
|
inlineprivate |
◆ SetLastPos()
◆ SetModified()
void SvxRubyDialog::SetModified |
( |
bool |
bSet | ) |
|
|
inlineprivate |
◆ SetRubyText()
◆ Update()
void SvxRubyDialog::Update |
( |
| ) |
|
|
private |
◆ RubyPreview
◆ aEditArr
◆ bModified
bool SvxRubyDialog::bModified |
|
private |
◆ m_pImpl
◆ m_xAdjustLB
◆ m_xApplyPB
◆ m_xCharStyleFT
std::unique_ptr<weld::Label> SvxRubyDialog::m_xCharStyleFT |
|
private |
◆ m_xCharStyleLB
◆ m_xClosePB
◆ m_xContentArea
◆ m_xGrid
◆ m_xLeft1ED
◆ m_xLeft2ED
◆ m_xLeft3ED
◆ m_xLeft4ED
◆ m_xPositionLB
◆ m_xPreview
◆ m_xPreviewWin
std::unique_ptr<RubyPreview> SvxRubyDialog::m_xPreviewWin |
|
private |
◆ m_xRight1ED
std::unique_ptr<weld::Entry> SvxRubyDialog::m_xRight1ED |
|
private |
◆ m_xRight2ED
std::unique_ptr<weld::Entry> SvxRubyDialog::m_xRight2ED |
|
private |
◆ m_xRight3ED
std::unique_ptr<weld::Entry> SvxRubyDialog::m_xRight3ED |
|
private |
◆ m_xRight4ED
std::unique_ptr<weld::Entry> SvxRubyDialog::m_xRight4ED |
|
private |
◆ m_xScrolledWindow
◆ m_xStylistPB
◆ nCurrentEdit
◆ nLastPos
◆ pBindings
The documentation for this class was generated from the following files: