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

#include <dinfdlg.hxx>

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

Public Member Functions

 SfxDocumentDescPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &)
 
virtual ~SfxDocumentDescPage () 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 *)
 
- 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 *) override
 
virtual void Reset (const SfxItemSet *) override
 

Private Attributes

SfxDocumentInfoItem * m_pInfoItem
 
std::unique_ptr< weld::Entrym_xTitleEd
 
std::unique_ptr< weld::Entrym_xThemaEd
 
std::unique_ptr< weld::Entrym_xKeywordsEd
 
std::unique_ptr< weld::TextViewm_xCommentEd
 

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

Definition at line 213 of file dinfdlg.hxx.

Constructor & Destructor Documentation

◆ SfxDocumentDescPage()

SfxDocumentDescPage::SfxDocumentDescPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rItemSet 
)

Definition at line 582 of file dinfdlg.cxx.

References m_xCommentEd, and m_xKeywordsEd.

◆ ~SfxDocumentDescPage()

SfxDocumentDescPage::~SfxDocumentDescPage ( )
overridevirtual

Definition at line 594 of file dinfdlg.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 598 of file dinfdlg.cxx.

Referenced by SfxDocumentInfoDialog::SfxDocumentInfoDialog().

◆ FillItemSet()

bool SfxDocumentDescPage::FillItemSet ( SfxItemSet rSet)
overrideprivatevirtual

◆ Reset()

void SfxDocumentDescPage::Reset ( const SfxItemSet rSet)
overrideprivatevirtual

Reimplemented from SfxTabPage.

Definition at line 656 of file dinfdlg.cxx.

References SfxItemSet::Get(), SfxBoolItem::GetValue(), m_pInfoItem, m_xCommentEd, m_xKeywordsEd, m_xThemaEd, m_xTitleEd, and rSet.

Member Data Documentation

◆ m_pInfoItem

SfxDocumentInfoItem* SfxDocumentDescPage::m_pInfoItem
private

Definition at line 216 of file dinfdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCommentEd

std::unique_ptr<weld::TextView> SfxDocumentDescPage::m_xCommentEd
private

Definition at line 220 of file dinfdlg.hxx.

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

◆ m_xKeywordsEd

std::unique_ptr<weld::Entry> SfxDocumentDescPage::m_xKeywordsEd
private

Definition at line 219 of file dinfdlg.hxx.

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

◆ m_xThemaEd

std::unique_ptr<weld::Entry> SfxDocumentDescPage::m_xThemaEd
private

Definition at line 218 of file dinfdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTitleEd

std::unique_ptr<weld::Entry> SfxDocumentDescPage::m_xTitleEd
private

Definition at line 217 of file dinfdlg.hxx.

Referenced by FillItemSet(), and Reset().


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