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

#include <frmpage.hxx>

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

Public Member Functions

 SwFrameAddPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwFrameAddPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
void SetFormatUsed (bool bFormat)
 
void SetFrameType (const OUString &rType)
 
void SetNewFrame (bool bNewFrame)
 
void SetShell (SwWrtShell *pSh)
 
- 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 WhichRangesContainer GetRanges ()
 
- 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 (EditModifyHdl, weld::Entry &, void)
 
 DECL_LINK (DecorativeHdl, weld::Toggleable &, void)
 
 DECL_LINK (ChainModifyHdl, weld::ComboBox &, void)
 

Private Attributes

SwWrtShellm_pWrtSh
 
OUString m_sDlgType
 
bool m_bHtmlMode
 
bool m_bFormat
 
bool m_bNew
 
std::unique_ptr< weld::Widgetm_xNameFrame
 
std::unique_ptr< weld::Labelm_xNameFT
 
std::unique_ptr< weld::Entrym_xNameED
 
std::unique_ptr< weld::Labelm_xAltNameFT
 
std::unique_ptr< weld::Entrym_xAltNameED
 
std::unique_ptr< weld::Labelm_xDescriptionFT
 
std::unique_ptr< weld::TextViewm_xDescriptionED
 
std::unique_ptr< weld::CheckButtonm_xDecorativeCB
 
std::unique_ptr< weld::Widgetm_xSequenceFrame
 
std::unique_ptr< weld::ComboBoxm_xPrevLB
 
std::unique_ptr< weld::ComboBoxm_xNextLB
 
std::unique_ptr< weld::Widgetm_xProtectFrame
 
std::unique_ptr< weld::CheckButtonm_xProtectContentCB
 
std::unique_ptr< weld::CheckButtonm_xProtectFrameCB
 
std::unique_ptr< weld::CheckButtonm_xProtectSizeCB
 
std::unique_ptr< weld::Widgetm_xContentAlignFrame
 
std::unique_ptr< weld::ComboBoxm_xVertAlignLB
 
std::unique_ptr< weld::Widgetm_xPropertiesFrame
 
std::unique_ptr< weld::CheckButtonm_xEditInReadonlyCB
 
std::unique_ptr< weld::CheckButtonm_xPrintFrameCB
 
std::unique_ptr< weld::Labelm_xTextFlowFT
 
std::unique_ptr< svx::FrameDirectionListBoxm_xTextFlowLB
 

Static Private Attributes

static const WhichRangesContainer s_aAddPgRg
 

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 270 of file frmpage.hxx.

Constructor & Destructor Documentation

◆ SwFrameAddPage()

SwFrameAddPage::SwFrameAddPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

Definition at line 2852 of file frmpage.cxx.

References LINK, m_xDecorativeCB, m_xDescriptionED, m_xTextFlowLB, rSet, and SvxResId().

◆ ~SwFrameAddPage()

SwFrameAddPage::~SwFrameAddPage ( )
overridevirtual

Definition at line 2892 of file frmpage.cxx.

References m_xTextFlowLB.

Member Function Documentation

◆ Create()

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

Definition at line 2897 of file frmpage.cxx.

References rSet.

Referenced by SwFrameDlg::SwFrameDlg(), and SwTemplateDlgController::SwTemplateDlgController().

◆ DECL_LINK() [1/3]

SwFrameAddPage::DECL_LINK ( ChainModifyHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [2/3]

SwFrameAddPage::DECL_LINK ( DecorativeHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/3]

SwFrameAddPage::DECL_LINK ( EditModifyHdl  ,
weld::Entry ,
void   
)
private

◆ FillItemSet()

bool SwFrameAddPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ GetRanges()

static WhichRangesContainer SwFrameAddPage::GetRanges ( )
inlinestatic

Definition at line 316 of file frmpage.hxx.

References s_aAddPgRg.

Referenced by SwTemplateDlgController::SwTemplateDlgController().

◆ Reset()

void SwFrameAddPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ SetFormatUsed()

void SwFrameAddPage::SetFormatUsed ( bool  bFormat)

Definition at line 3195 of file frmpage.cxx.

References m_bFormat, and m_xNameFrame.

◆ SetFrameType()

void SwFrameAddPage::SetFrameType ( const OUString &  rType)
inline

Definition at line 322 of file frmpage.hxx.

References m_sDlgType.

◆ SetNewFrame()

void SwFrameAddPage::SetNewFrame ( bool  bNewFrame)
inline

Definition at line 323 of file frmpage.hxx.

References m_bNew.

◆ SetShell()

void SwFrameAddPage::SetShell ( SwWrtShell pSh)
inline

Definition at line 324 of file frmpage.hxx.

References m_pWrtSh.

Member Data Documentation

◆ m_bFormat

bool SwFrameAddPage::m_bFormat
private

Definition at line 276 of file frmpage.hxx.

Referenced by Reset(), and SetFormatUsed().

◆ m_bHtmlMode

bool SwFrameAddPage::m_bHtmlMode
private

Definition at line 275 of file frmpage.hxx.

Referenced by Reset().

◆ m_bNew

bool SwFrameAddPage::m_bNew
private

Definition at line 277 of file frmpage.hxx.

Referenced by Reset(), and SetNewFrame().

◆ m_pWrtSh

SwWrtShell* SwFrameAddPage::m_pWrtSh
private

Definition at line 272 of file frmpage.hxx.

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

◆ m_sDlgType

OUString SwFrameAddPage::m_sDlgType
private

Definition at line 274 of file frmpage.hxx.

Referenced by Reset(), and SetFrameType().

◆ m_xAltNameED

std::unique_ptr<weld::Entry> SwFrameAddPage::m_xAltNameED
private

Definition at line 283 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xAltNameFT

std::unique_ptr<weld::Label> SwFrameAddPage::m_xAltNameFT
private

Definition at line 282 of file frmpage.hxx.

Referenced by Reset().

◆ m_xContentAlignFrame

std::unique_ptr<weld::Widget> SwFrameAddPage::m_xContentAlignFrame
private

Definition at line 296 of file frmpage.hxx.

Referenced by Reset().

◆ m_xDecorativeCB

std::unique_ptr<weld::CheckButton> SwFrameAddPage::m_xDecorativeCB
private

Definition at line 286 of file frmpage.hxx.

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

◆ m_xDescriptionED

std::unique_ptr<weld::TextView> SwFrameAddPage::m_xDescriptionED
private

Definition at line 285 of file frmpage.hxx.

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

◆ m_xDescriptionFT

std::unique_ptr<weld::Label> SwFrameAddPage::m_xDescriptionFT
private

Definition at line 284 of file frmpage.hxx.

◆ m_xEditInReadonlyCB

std::unique_ptr<weld::CheckButton> SwFrameAddPage::m_xEditInReadonlyCB
private

Definition at line 300 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNameED

std::unique_ptr<weld::Entry> SwFrameAddPage::m_xNameED
private

Definition at line 281 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNameFrame

std::unique_ptr<weld::Widget> SwFrameAddPage::m_xNameFrame
private

Definition at line 279 of file frmpage.hxx.

Referenced by SetFormatUsed().

◆ m_xNameFT

std::unique_ptr<weld::Label> SwFrameAddPage::m_xNameFT
private

Definition at line 280 of file frmpage.hxx.

Referenced by Reset().

◆ m_xNextLB

std::unique_ptr<weld::ComboBox> SwFrameAddPage::m_xNextLB
private

Definition at line 289 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPrevLB

std::unique_ptr<weld::ComboBox> SwFrameAddPage::m_xPrevLB
private

Definition at line 288 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPrintFrameCB

std::unique_ptr<weld::CheckButton> SwFrameAddPage::m_xPrintFrameCB
private

Definition at line 301 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPropertiesFrame

std::unique_ptr<weld::Widget> SwFrameAddPage::m_xPropertiesFrame
private

Definition at line 299 of file frmpage.hxx.

Referenced by Reset().

◆ m_xProtectContentCB

std::unique_ptr<weld::CheckButton> SwFrameAddPage::m_xProtectContentCB
private

Definition at line 292 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xProtectFrame

std::unique_ptr<weld::Widget> SwFrameAddPage::m_xProtectFrame
private

Definition at line 291 of file frmpage.hxx.

Referenced by Reset().

◆ m_xProtectFrameCB

std::unique_ptr<weld::CheckButton> SwFrameAddPage::m_xProtectFrameCB
private

Definition at line 293 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xProtectSizeCB

std::unique_ptr<weld::CheckButton> SwFrameAddPage::m_xProtectSizeCB
private

Definition at line 294 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSequenceFrame

std::unique_ptr<weld::Widget> SwFrameAddPage::m_xSequenceFrame
private

Definition at line 287 of file frmpage.hxx.

Referenced by Reset().

◆ m_xTextFlowFT

std::unique_ptr<weld::Label> SwFrameAddPage::m_xTextFlowFT
private

Definition at line 302 of file frmpage.hxx.

Referenced by Reset().

◆ m_xTextFlowLB

std::unique_ptr<svx::FrameDirectionListBox> SwFrameAddPage::m_xTextFlowLB
private

Definition at line 303 of file frmpage.hxx.

Referenced by FillItemSet(), Reset(), SwFrameAddPage(), and ~SwFrameAddPage().

◆ m_xVertAlignLB

std::unique_ptr<weld::ComboBox> SwFrameAddPage::m_xVertAlignLB
private

Definition at line 297 of file frmpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ s_aAddPgRg

const WhichRangesContainer SwFrameAddPage::s_aAddPgRg
staticprivate

Definition at line 309 of file frmpage.hxx.

Referenced by GetRanges().


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