LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwAddPrinterTabPage Class Referencefinal

#include <optpage.hxx>

Inheritance diagram for SwAddPrinterTabPage:
[legend]
Collaboration diagram for SwAddPrinterTabPage:
[legend]

Public Member Functions

 SwAddPrinterTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwAddPrinterTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
void SetFax (const std::vector< OUString > &)
 
void SetPreview (bool bPrev)
 
virtual void PageCreated (const SfxAllItemSet &aSet) override
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () 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 SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (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 (AutoClickHdl, weld::Toggleable &, void)
 
 DECL_LINK (SelectHdl, weld::ComboBox &, void)
 

Private Attributes

OUString m_sNone
 
bool m_bAttrModified
 
bool m_bPreview
 
std::unique_ptr< weld::CheckButtonm_xGrfCB
 
std::unique_ptr< weld::CheckButtonm_xCtrlFieldCB
 
std::unique_ptr< weld::CheckButtonm_xBackgroundCB
 
std::unique_ptr< weld::CheckButtonm_xBlackFontCB
 
std::unique_ptr< weld::CheckButtonm_xPrintHiddenTextCB
 
std::unique_ptr< weld::CheckButtonm_xPrintTextPlaceholderCB
 
std::unique_ptr< weld::Widgetm_xPagesFrame
 
std::unique_ptr< weld::CheckButtonm_xLeftPageCB
 
std::unique_ptr< weld::CheckButtonm_xRightPageCB
 
std::unique_ptr< weld::CheckButtonm_xProspectCB
 
std::unique_ptr< weld::CheckButtonm_xProspectCB_RTL
 
std::unique_ptr< weld::Widgetm_xCommentsFrame
 
std::unique_ptr< weld::RadioButtonm_xNoRB
 
std::unique_ptr< weld::RadioButtonm_xOnlyRB
 
std::unique_ptr< weld::RadioButtonm_xEndRB
 
std::unique_ptr< weld::RadioButtonm_xEndPageRB
 
std::unique_ptr< weld::RadioButtonm_xInMarginsRB
 
std::unique_ptr< weld::CheckButtonm_xPrintEmptyPagesCB
 
std::unique_ptr< weld::CheckButtonm_xPaperFromSetupCB
 
std::unique_ptr< weld::ComboBoxm_xFaxLB
 

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 SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 76 of file optpage.hxx.

Constructor & Destructor Documentation

◆ SwAddPrinterTabPage()

SwAddPrinterTabPage::SwAddPrinterTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~SwAddPrinterTabPage()

SwAddPrinterTabPage::~SwAddPrinterTabPage ( )
overridevirtual

Definition at line 338 of file optpage.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > SwAddPrinterTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)
static

Definition at line 349 of file optpage.cxx.

Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DECL_LINK() [1/2]

SwAddPrinterTabPage::DECL_LINK ( AutoClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

SwAddPrinterTabPage::DECL_LINK ( SelectHdl  ,
weld::ComboBox ,
void   
)
private

◆ FillItemSet()

bool SwAddPrinterTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ PageCreated()

void SwAddPrinterTabPage::PageCreated ( const SfxAllItemSet aSet)
overridevirtual

◆ Reset()

void SwAddPrinterTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ SetFax()

void SwAddPrinterTabPage::SetFax ( const std::vector< OUString > &  rFaxLst)

Definition at line 452 of file optpage.cxx.

References i, m_sNone, and m_xFaxLB.

Referenced by PageCreated().

◆ SetPreview()

void SwAddPrinterTabPage::SetPreview ( bool  bPrev)

Definition at line 342 of file optpage.cxx.

References m_bPreview, m_xCommentsFrame, and m_xPagesFrame.

Referenced by PageCreated().

Member Data Documentation

◆ m_bAttrModified

bool SwAddPrinterTabPage::m_bAttrModified
private

Definition at line 79 of file optpage.hxx.

Referenced by FillItemSet().

◆ m_bPreview

bool SwAddPrinterTabPage::m_bPreview
private

Definition at line 80 of file optpage.hxx.

Referenced by SetPreview().

◆ m_sNone

OUString SwAddPrinterTabPage::m_sNone
private

Definition at line 78 of file optpage.hxx.

Referenced by FillItemSet(), and SetFax().

◆ m_xBackgroundCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xBackgroundCB
private

Definition at line 84 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xBlackFontCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xBlackFontCB
private

Definition at line 85 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xCommentsFrame

std::unique_ptr<weld::Widget> SwAddPrinterTabPage::m_xCommentsFrame
private

Definition at line 95 of file optpage.hxx.

Referenced by SetPreview().

◆ m_xCtrlFieldCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xCtrlFieldCB
private

Definition at line 83 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xEndPageRB

std::unique_ptr<weld::RadioButton> SwAddPrinterTabPage::m_xEndPageRB
private

Definition at line 99 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xEndRB

std::unique_ptr<weld::RadioButton> SwAddPrinterTabPage::m_xEndRB
private

Definition at line 98 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xFaxLB

std::unique_ptr<weld::ComboBox> SwAddPrinterTabPage::m_xFaxLB
private

Definition at line 104 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), SetFax(), and SwAddPrinterTabPage().

◆ m_xGrfCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xGrfCB
private

Definition at line 82 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xInMarginsRB

std::unique_ptr<weld::RadioButton> SwAddPrinterTabPage::m_xInMarginsRB
private

Definition at line 100 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xLeftPageCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xLeftPageCB
private

Definition at line 90 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xNoRB

std::unique_ptr<weld::RadioButton> SwAddPrinterTabPage::m_xNoRB
private

Definition at line 96 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xOnlyRB

std::unique_ptr<weld::RadioButton> SwAddPrinterTabPage::m_xOnlyRB
private

Definition at line 97 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xPagesFrame

std::unique_ptr<weld::Widget> SwAddPrinterTabPage::m_xPagesFrame
private

Definition at line 89 of file optpage.hxx.

Referenced by SetPreview().

◆ m_xPaperFromSetupCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xPaperFromSetupCB
private

Definition at line 103 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xPrintEmptyPagesCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xPrintEmptyPagesCB
private

Definition at line 102 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xPrintHiddenTextCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xPrintHiddenTextCB
private

Definition at line 86 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xPrintTextPlaceholderCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xPrintTextPlaceholderCB
private

Definition at line 87 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xProspectCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xProspectCB
private

Definition at line 92 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xProspectCB_RTL

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xProspectCB_RTL
private

Definition at line 93 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().

◆ m_xRightPageCB

std::unique_ptr<weld::CheckButton> SwAddPrinterTabPage::m_xRightPageCB
private

Definition at line 91 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwAddPrinterTabPage().


The documentation for this class was generated from the following files: