LibreOffice Module sw (master) 1
|
#include <labfmt.hxx>
Public Member Functions | |
SwSaveLabelDlg (SwLabDlg *pParent, SwLabRec &rRec) | |
virtual | ~SwSaveLabelDlg () override |
void | SetLabel (const OUString &rMake, const OUString &rType) |
bool | GetLabel (SwLabItem &rItem) |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (OkHdl, weld::Button &, void) | |
DECL_LINK (ModifyEntryHdl, weld::Entry &, void) | |
DECL_LINK (ModifyComboHdl, weld::ComboBox &, void) | |
void | Modify () |
Private Attributes | |
bool | m_bSuccess |
SwLabDlg * | m_pLabDialog |
SwLabRec & | m_rLabRec |
std::unique_ptr< weld::ComboBox > | m_xMakeCB |
std::unique_ptr< weld::Entry > | m_xTypeED |
std::unique_ptr< weld::Button > | m_xOKPB |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 112 of file labfmt.hxx.
Definition at line 517 of file labfmt.cxx.
References SwLabDlg::GetLabelsConfig(), SwLabelConfig::GetManufacturers(), i, LINK, m_pLabDialog, m_xMakeCB, m_xOKPB, and m_xTypeED.
|
overridevirtual |
Definition at line 538 of file labfmt.cxx.
|
private |
|
private |
|
private |
bool SwSaveLabelDlg::GetLabel | ( | SwLabItem & | rItem | ) |
Definition at line 589 of file labfmt.cxx.
References SwLabItem::m_aMake, SwLabItem::m_aType, m_bSuccess, SwLabItem::m_lHDist, SwLabItem::m_lHeight, SwLabItem::m_lLeft, SwLabItem::m_lPHeight, SwLabItem::m_lPWidth, SwLabItem::m_lUpper, SwLabItem::m_lVDist, SwLabItem::m_lWidth, SwLabItem::m_nCols, SwLabRec::m_nCols, SwLabRec::m_nHDist, SwLabRec::m_nHeight, SwLabRec::m_nLeft, SwLabRec::m_nPHeight, SwLabRec::m_nPWidth, SwLabItem::m_nRows, SwLabRec::m_nRows, SwLabRec::m_nUpper, SwLabRec::m_nVDist, SwLabRec::m_nWidth, m_rLabRec, m_xMakeCB, and m_xTypeED.
Referenced by IMPL_LINK_NOARG().
|
private |
Definition at line 574 of file labfmt.cxx.
|
inline |
Definition at line 132 of file labfmt.hxx.
References m_xMakeCB, and m_xTypeED.
Referenced by IMPL_LINK_NOARG().
|
private |
Definition at line 114 of file labfmt.hxx.
Referenced by GetLabel().
|
private |
Definition at line 115 of file labfmt.hxx.
Referenced by SwSaveLabelDlg().
|
private |
Definition at line 116 of file labfmt.hxx.
Referenced by GetLabel().
|
private |
Definition at line 118 of file labfmt.hxx.
Referenced by GetLabel(), Modify(), SetLabel(), and SwSaveLabelDlg().
|
private |
Definition at line 120 of file labfmt.hxx.
Referenced by Modify(), and SwSaveLabelDlg().
|
private |
Definition at line 119 of file labfmt.hxx.
Referenced by GetLabel(), Modify(), SetLabel(), and SwSaveLabelDlg().