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

#include <dialog.hxx>

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

Public Member Functions

 SmPrintOptionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rOptions)
 
virtual ~SmPrintOptionsTabPage () 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 &rSet)
 
- 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 (SizeButtonClickHdl, weld::Toggleable &, void)
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 

Private Attributes

std::unique_ptr< weld::CheckButtonm_xTitle
 
std::unique_ptr< weld::CheckButtonm_xText
 
std::unique_ptr< weld::CheckButtonm_xFrame
 
std::unique_ptr< weld::RadioButtonm_xSizeNormal
 
std::unique_ptr< weld::RadioButtonm_xSizeScaled
 
std::unique_ptr< weld::RadioButtonm_xSizeZoomed
 
std::unique_ptr< weld::MetricSpinButtonm_xZoom
 
std::unique_ptr< weld::CheckButtonm_xNoRightSpaces
 
std::unique_ptr< weld::CheckButtonm_xSaveOnlyUsedSymbols
 
std::unique_ptr< weld::CheckButtonm_xAutoCloseBrackets
 
std::unique_ptr< weld::MetricSpinButtonm_xSmZoom
 

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 40 of file dialog.hxx.

Constructor & Destructor Documentation

◆ SmPrintOptionsTabPage()

SmPrintOptionsTabPage::SmPrintOptionsTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rOptions 
)

Definition at line 161 of file dialog.cxx.

References LINK, m_xFrame, m_xSizeNormal, m_xSizeScaled, m_xSizeZoomed, PERCENT(), and Reset().

◆ ~SmPrintOptionsTabPage()

SmPrintOptionsTabPage::~SmPrintOptionsTabPage ( )
overridevirtual

Definition at line 182 of file dialog.cxx.

References SmGetActiveView().

Member Function Documentation

◆ Create()

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

Definition at line 237 of file dialog.cxx.

References rSet.

Referenced by SmViewShell::CreatePrintOptionsPage(), and SmModule::CreateTabPage().

◆ DECL_LINK()

SmPrintOptionsTabPage::DECL_LINK ( SizeButtonClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool SmPrintOptionsTabPage::FillItemSet ( SfxItemSet rSet)
overrideprivatevirtual

◆ Reset()

void SmPrintOptionsTabPage::Reset ( const SfxItemSet rSet)
overrideprivatevirtual

Member Data Documentation

◆ m_xAutoCloseBrackets

std::unique_ptr<weld::CheckButton> SmPrintOptionsTabPage::m_xAutoCloseBrackets
private

Definition at line 51 of file dialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFrame

std::unique_ptr<weld::CheckButton> SmPrintOptionsTabPage::m_xFrame
private

Definition at line 44 of file dialog.hxx.

Referenced by FillItemSet().

◆ m_xNoRightSpaces

std::unique_ptr<weld::CheckButton> SmPrintOptionsTabPage::m_xNoRightSpaces
private

Definition at line 49 of file dialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSaveOnlyUsedSymbols

std::unique_ptr<weld::CheckButton> SmPrintOptionsTabPage::m_xSaveOnlyUsedSymbols
private

Definition at line 50 of file dialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSizeNormal

std::unique_ptr<weld::RadioButton> SmPrintOptionsTabPage::m_xSizeNormal
private

Definition at line 45 of file dialog.hxx.

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

◆ m_xSizeScaled

std::unique_ptr<weld::RadioButton> SmPrintOptionsTabPage::m_xSizeScaled
private

Definition at line 46 of file dialog.hxx.

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

◆ m_xSizeZoomed

std::unique_ptr<weld::RadioButton> SmPrintOptionsTabPage::m_xSizeZoomed
private

Definition at line 47 of file dialog.hxx.

Referenced by Reset(), and SmPrintOptionsTabPage().

◆ m_xSmZoom

std::unique_ptr<weld::MetricSpinButton> SmPrintOptionsTabPage::m_xSmZoom
private

Definition at line 52 of file dialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xText

std::unique_ptr<weld::CheckButton> SmPrintOptionsTabPage::m_xText
private

Definition at line 43 of file dialog.hxx.

Referenced by FillItemSet().

◆ m_xTitle

std::unique_ptr<weld::CheckButton> SmPrintOptionsTabPage::m_xTitle
private

Definition at line 42 of file dialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xZoom

std::unique_ptr<weld::MetricSpinButton> SmPrintOptionsTabPage::m_xZoom
private

Definition at line 48 of file dialog.hxx.

Referenced by FillItemSet(), and Reset().


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