LibreOffice Module sw (master) 1
|
#include <labprt.hxx>
Public Member Functions | |
SwLabPrtPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SwLabPrtPage () override |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
void | FillItem (SwLabItem &rItem) |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
Printer * | GetPrt () |
Public Member Functions inherited from SfxTabPage | |
void | SetDialogController (SfxOkDialogController *pDialog) |
virtual | ~SfxTabPage () override |
void | set_visible (bool bVisible) |
const SfxItemSet & | GetItemSet () const |
virtual bool | FillItemSet (SfxItemSet *) |
virtual void | Reset (const SfxItemSet *) |
virtual bool | DeferResetToFirstActivation () |
bool | HasExchangeSupport () const |
void | SetExchangeSupport () |
virtual void | ActivatePage (const SfxItemSet &) |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) |
void | SetUserData (const OUString &rString) |
const OUString & | GetUserData () const |
virtual void | FillUserData () |
virtual bool | IsReadOnly () const |
virtual void | PageCreated (const SfxAllItemSet &aSet) |
virtual void | ChangesApplied () |
void | SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame) |
css::uno::Reference< css::frame::XFrame > | GetFrame () const |
const SfxItemSet * | GetDialogExampleSet () const |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rSet) |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Private Member Functions | |
DECL_LINK (CountHdl, weld::Toggleable &, void) | |
DECL_LINK (PrtSetupHdl, weld::Button &, void) | |
SwLabDlg * | GetParentSwLabDlg () |
Private Attributes | |
VclPtr< Printer > | m_pPrinter |
std::unique_ptr< weld::RadioButton > | m_xPageButton |
std::unique_ptr< weld::RadioButton > | m_xSingleButton |
std::unique_ptr< weld::Widget > | m_xSingleGrid |
std::unique_ptr< weld::Widget > | m_xPrinterFrame |
std::unique_ptr< weld::SpinButton > | m_xColField |
std::unique_ptr< weld::SpinButton > | m_xRowField |
std::unique_ptr< weld::CheckButton > | m_xSynchronCB |
std::unique_ptr< weld::Label > | m_xPrinterInfo |
std::unique_ptr< weld::Button > | m_xPrtSetup |
Additional Inherited Members | |
Protected Member Functions inherited from SfxTabPage | |
SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet) | |
sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
TypedWhichId< T > | GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const |
const SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Definition at line 28 of file labprt.hxx.
SwLabPrtPage::SwLabPrtPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 27 of file labprt.cxx.
References LINK, SvtCommandOptions::LookupDisabled(), m_xPageButton, m_xPrinterFrame, m_xPrtSetup, m_xSingleButton, rSet, and SfxTabPage::SetExchangeSupport().
|
overridevirtual |
Definition at line 55 of file labprt.cxx.
References VclPtr< class reference_type >::disposeAndClear(), and m_pPrinter.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 91 of file labprt.cxx.
|
static |
|
overridevirtual |
|
private |
|
private |
void SwLabPrtPage::FillItem | ( | SwLabItem & | rItem | ) |
Definition at line 104 of file labprt.cxx.
References SwLabItem::m_bPage, SwLabItem::m_bSynchron, SwLabItem::m_nCol, SwLabItem::m_nRow, m_xColField, m_xPageButton, m_xRowField, and m_xSynchronCB.
Referenced by FillItemSet().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 112 of file labprt.cxx.
References FillItem(), SwLabDlg::GetLabItem(), GetParentSwLabDlg(), SfxItemSet::Put(), and rSet.
Referenced by DeactivatePage().
|
inlineprivate |
Definition at line 45 of file labprt.hxx.
References SfxTabPage::GetDialogController().
Referenced by FillItemSet(), and Reset().
|
inline |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 122 of file labprt.cxx.
References Printer::GetDefaultPrinterName(), SwLabDlg::GetLabItem(), GetParentSwLabDlg(), SwLabItem::m_bPage, SwLabItem::m_bSynchron, SwLabItem::m_nCol, SwLabItem::m_nCols, SwLabItem::m_nRow, SwLabItem::m_nRows, m_pPrinter, m_xColField, m_xPageButton, m_xPrinterInfo, m_xRowField, m_xSingleButton, and m_xSynchronCB.
Referenced by ActivatePage().
Definition at line 30 of file labprt.hxx.
Referenced by GetPrt(), Reset(), and ~SwLabPrtPage().
|
private |
Definition at line 36 of file labprt.hxx.
Referenced by FillItem(), and Reset().
|
private |
Definition at line 32 of file labprt.hxx.
Referenced by FillItem(), Reset(), and SwLabPrtPage().
|
private |
Definition at line 35 of file labprt.hxx.
Referenced by SwLabPrtPage().
|
private |
Definition at line 39 of file labprt.hxx.
Referenced by Reset().
|
private |
Definition at line 40 of file labprt.hxx.
Referenced by SwLabPrtPage().
|
private |
Definition at line 37 of file labprt.hxx.
Referenced by FillItem(), and Reset().
|
private |
Definition at line 33 of file labprt.hxx.
Referenced by Reset(), and SwLabPrtPage().
|
private |
Definition at line 34 of file labprt.hxx.
|
private |
Definition at line 38 of file labprt.hxx.
Referenced by FillItem(), and Reset().