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

Tab page for document font settings in the document properties dialog. More...

#include <documentfontsdialog.hxx>

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

Public Member Functions

 SfxDocumentFontsPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &set)
 
virtual ~SfxDocumentFontsPage () 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 ()
 
- Public Member Functions inherited from BuilderPage
 BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false)
 
virtual ~BuilderPage () COVERITY_NOEXCEPT_FALSE
 
void SetPageTitle (const OUString &rPageTitle)
 
const OUString & GetPageTitle () const
 
virtual void Activate ()
 
virtual void Deactivate ()
 
void SetHelpId (const OUString &rHelpId)
 
OUString GetHelpId () const
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *set)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
template<class T >
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

virtual bool FillItemSet (SfxItemSet *set) override
 
virtual void Reset (const SfxItemSet *set) override
 

Private Attributes

std::unique_ptr< weld::CheckButtonembedFontsCheckbox
 
std::unique_ptr< weld::CheckButtonembedUsedFontsCheckbox
 
std::unique_ptr< weld::CheckButtonembedLatinScriptFontsCheckbox
 
std::unique_ptr< weld::CheckButtonembedAsianScriptFontsCheckbox
 
std::unique_ptr< weld::CheckButtonembedComplexScriptFontsCheckbox
 

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
 
template<class T >
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
template<class T >
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 
- Protected Attributes inherited from BuilderPage
weld::DialogControllerm_pDialogController
 
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 

Detailed Description

Tab page for document font settings in the document properties dialog.

Definition at line 27 of file documentfontsdialog.hxx.

Constructor & Destructor Documentation

◆ SfxDocumentFontsPage()

SfxDocumentFontsPage::SfxDocumentFontsPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet set 
)

Definition at line 35 of file documentfontsdialog.cxx.

References set().

◆ ~SfxDocumentFontsPage()

SfxDocumentFontsPage::~SfxDocumentFontsPage ( )
overridevirtual

Definition at line 45 of file documentfontsdialog.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 30 of file documentfontsdialog.cxx.

References set().

Referenced by SfxDocumentInfoDialog::AddFontTabPage().

◆ FillItemSet()

bool SfxDocumentFontsPage::FillItemSet ( SfxItemSet set)
overrideprivatevirtual

◆ Reset()

void SfxDocumentFontsPage::Reset ( const SfxItemSet set)
overrideprivatevirtual

Member Data Documentation

◆ embedAsianScriptFontsCheckbox

std::unique_ptr<weld::CheckButton> SfxDocumentFontsPage::embedAsianScriptFontsCheckbox
private

Definition at line 43 of file documentfontsdialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ embedComplexScriptFontsCheckbox

std::unique_ptr<weld::CheckButton> SfxDocumentFontsPage::embedComplexScriptFontsCheckbox
private

Definition at line 44 of file documentfontsdialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ embedFontsCheckbox

std::unique_ptr<weld::CheckButton> SfxDocumentFontsPage::embedFontsCheckbox
private

Definition at line 40 of file documentfontsdialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ embedLatinScriptFontsCheckbox

std::unique_ptr<weld::CheckButton> SfxDocumentFontsPage::embedLatinScriptFontsCheckbox
private

Definition at line 42 of file documentfontsdialog.hxx.

Referenced by FillItemSet(), and Reset().

◆ embedUsedFontsCheckbox

std::unique_ptr<weld::CheckButton> SfxDocumentFontsPage::embedUsedFontsCheckbox
private

Definition at line 41 of file documentfontsdialog.hxx.

Referenced by FillItemSet(), and Reset().


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