LibreOffice Module sfx2 (master) 1
|
#include <dinfdlg.hxx>
Public Member Functions | |
SfxCustomPropertiesPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &) | |
virtual | ~SfxCustomPropertiesPage () override |
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 () |
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< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *) |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (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 | |
DECL_LINK (AddHdl, weld::Button &, void) | |
virtual bool | FillItemSet (SfxItemSet *) override |
virtual void | Reset (const SfxItemSet *) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
Private Attributes | |
std::unique_ptr< CustomPropertiesControl > | m_xPropertiesCtrl |
std::unique_ptr< weld::Button > | m_xAdd |
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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
template<class T > | |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Protected Attributes inherited from BuilderPage | |
weld::DialogController * | m_pDialogController |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 464 of file dinfdlg.hxx.
SfxCustomPropertiesPage::SfxCustomPropertiesPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rItemSet | ||
) |
Definition at line 1989 of file dinfdlg.cxx.
References LINK, m_xAdd, BuilderPage::m_xBuilder, and m_xPropertiesCtrl.
|
overridevirtual |
Definition at line 1998 of file dinfdlg.cxx.
References m_xPropertiesCtrl.
|
static |
Definition at line 2093 of file dinfdlg.cxx.
Referenced by SfxDocumentInfoDialog::SfxDocumentInfoDialog().
|
overrideprivatevirtual |
Reimplemented from SfxTabPage.
Definition at line 2085 of file dinfdlg.cxx.
References KeepPage, LeavePage, and m_xPropertiesCtrl.
|
private |
|
overrideprivatevirtual |
Reimplemented from SfxTabPage.
Definition at line 2022 of file dinfdlg.cxx.
References SfxItemSet::Get(), SfxTabPage::GetDialogExampleSet(), m_xPropertiesCtrl, SfxItemSet::Put(), and rSet.
|
overrideprivatevirtual |
Reimplemented from SfxTabPage.
Definition at line 2068 of file dinfdlg.cxx.
References SfxItemSet::Get(), getLocale(), comphelper::getProcessComponentContext(), Application::GetSettings(), and m_xPropertiesCtrl.
|
private |
Definition at line 470 of file dinfdlg.hxx.
Referenced by SfxCustomPropertiesPage().
|
private |
Definition at line 469 of file dinfdlg.hxx.
Referenced by DeactivatePage(), FillItemSet(), Reset(), SfxCustomPropertiesPage(), and ~SfxCustomPropertiesPage().