LibreOffice Module sw (master) 1
|
#include <swuilabimp.hxx>
Public Member Functions | |
SwBusinessDataPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SwBusinessDataPage () override |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) 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 () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rSet) |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Private Attributes | |
std::unique_ptr< weld::Entry > | m_xCompanyED |
std::unique_ptr< weld::Entry > | m_xCompanyExtED |
std::unique_ptr< weld::Entry > | m_xSloganED |
std::unique_ptr< weld::Entry > | m_xStreetED |
std::unique_ptr< weld::Entry > | m_xZipED |
std::unique_ptr< weld::Entry > | m_xCityED |
std::unique_ptr< weld::Entry > | m_xCountryED |
std::unique_ptr< weld::Entry > | m_xStateED |
std::unique_ptr< weld::Entry > | m_xPositionED |
std::unique_ptr< weld::Entry > | m_xPhoneED |
std::unique_ptr< weld::Entry > | m_xMobilePhoneED |
std::unique_ptr< weld::Entry > | m_xFaxED |
std::unique_ptr< weld::Entry > | m_xHomePageED |
std::unique_ptr< weld::Entry > | m_xMailED |
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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Definition at line 114 of file swuilabimp.hxx.
SwBusinessDataPage::SwBusinessDataPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 632 of file label1.cxx.
References rSet, and SfxTabPage::SetExchangeSupport().
|
overridevirtual |
Definition at line 652 of file label1.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 661 of file label1.cxx.
|
static |
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 673 of file label1.cxx.
References SfxItemSet::Get(), SfxTabPage::GetDialogExampleSet(), SwLabItem::m_aCompCity, SwLabItem::m_aCompCompany, SwLabItem::m_aCompCompanyExt, SwLabItem::m_aCompCountry, SwLabItem::m_aCompFax, SwLabItem::m_aCompMail, SwLabItem::m_aCompMobile, SwLabItem::m_aCompPhone, SwLabItem::m_aCompPosition, SwLabItem::m_aCompSlogan, SwLabItem::m_aCompState, SwLabItem::m_aCompStreet, SwLabItem::m_aCompWWW, SwLabItem::m_aCompZip, m_xCityED, m_xCompanyED, m_xCompanyExtED, m_xCountryED, m_xFaxED, m_xHomePageED, m_xMailED, m_xMobilePhoneED, m_xPhoneED, m_xPositionED, m_xSloganED, m_xStateED, m_xStreetED, m_xZipED, SfxItemSet::Put(), and rSet.
Referenced by DeactivatePage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 698 of file label1.cxx.
References SfxItemSet::Get(), SwLabItem::m_aCompCity, SwLabItem::m_aCompCompany, SwLabItem::m_aCompCompanyExt, SwLabItem::m_aCompCountry, SwLabItem::m_aCompFax, SwLabItem::m_aCompMail, SwLabItem::m_aCompMobile, SwLabItem::m_aCompPhone, SwLabItem::m_aCompPosition, SwLabItem::m_aCompSlogan, SwLabItem::m_aCompState, SwLabItem::m_aCompStreet, SwLabItem::m_aCompWWW, SwLabItem::m_aCompZip, m_xCityED, m_xCompanyED, m_xCompanyExtED, m_xCountryED, m_xFaxED, m_xHomePageED, m_xMailED, m_xMobilePhoneED, m_xPhoneED, m_xPositionED, m_xSloganED, m_xStateED, m_xStreetED, m_xZipED, and rSet.
Referenced by ActivatePage().
|
private |
Definition at line 121 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 116 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 117 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 122 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 127 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 128 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 129 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 126 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 125 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 124 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 118 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 123 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 119 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 120 of file swuilabimp.hxx.
Referenced by FillItemSet(), and Reset().