LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxLineEndDefTabPage Class Reference

#include <cuitabline.hxx>

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

Public Member Functions

 SvxLineEndDefTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs)
 
virtual ~SvxLineEndDefTabPage () override
 
void Construct ()
 
virtual bool FillItemSet (SfxItemSet *) override
 
virtual void Reset (const SfxItemSet *) override
 
virtual void ActivatePage (const SfxItemSet &rSet) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 
void SetLineEndList (XLineEndListRef const &pInList)
 
void SetPolyObj (const SdrObject *pObj)
 
void SetPageType (PageType *pInType)
 
void SetDlgType (sal_uInt16 nInType)
 
void SetPosLineEndLb (sal_Int32 *pInPos)
 
void SetLineEndChgd (ChangeType *pIn)
 
- 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 *)
 
- 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 (ClickAddHdl_Impl, weld::Button &, void)
 
 DECL_LINK (ClickModifyHdl_Impl, weld::Button &, void)
 
 DECL_LINK (ClickDeleteHdl_Impl, weld::Button &, void)
 
 DECL_LINK (ClickLoadHdl_Impl, weld::Button &, void)
 
 DECL_LINK (ClickSaveHdl_Impl, weld::Button &, void)
 
 DECL_LINK (SelectLineEndHdl_Impl, weld::ComboBox &, void)
 
void SelectLineEndHdl_Impl ()
 
void CheckChanges_Impl ()
 

Private Attributes

const SfxItemSetrOutAttrs
 
const SdrObjectpPolyObj
 
XLineAttrSetItem aXLineAttr
 
SfxItemSetrXLSet
 
XLineEndListRef pLineEndList
 
ChangeTypepnLineEndListState
 
PageTypepPageType
 
sal_uInt16 nDlgType
 
sal_Int32 * pPosLineEndLb
 
SvxXLinePreview m_aCtlPreview
 
std::unique_ptr< weld::Entrym_xEdtName
 
std::unique_ptr< SvxLineEndLBm_xLbLineEnds
 
std::unique_ptr< weld::Buttonm_xBtnAdd
 
std::unique_ptr< weld::Buttonm_xBtnModify
 
std::unique_ptr< weld::Buttonm_xBtnDelete
 
std::unique_ptr< weld::Buttonm_xBtnLoad
 
std::unique_ptr< weld::Buttonm_xBtnSave
 
std::unique_ptr< weld::CustomWeldm_xCtlPreview
 

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 317 of file cuitabline.hxx.

Constructor & Destructor Documentation

◆ SvxLineEndDefTabPage()

SvxLineEndDefTabPage::SvxLineEndDefTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rInAttrs 
)

◆ ~SvxLineEndDefTabPage()

SvxLineEndDefTabPage::~SvxLineEndDefTabPage ( )
overridevirtual

Definition at line 92 of file tplneend.cxx.

References m_xCtlPreview, and m_xLbLineEnds.

Member Function Documentation

◆ ActivatePage()

void SvxLineEndDefTabPage::ActivatePage ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 123 of file tplneend.cxx.

References Area, aURL, DBG_ASSERT, m_xLbLineEnds, nDlgType, pLineEndList, pPageType, pPosLineEndLb, and SelectLineEndHdl_Impl().

◆ CheckChanges_Impl()

void SvxLineEndDefTabPage::CheckChanges_Impl ( )
private

◆ Construct()

void SvxLineEndDefTabPage::Construct ( )

◆ Create()

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

Definition at line 234 of file tplneend.cxx.

References rSet.

Referenced by SvxLineTabDialog::SvxLineTabDialog().

◆ DeactivatePage()

DeactivateRC SvxLineEndDefTabPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 146 of file tplneend.cxx.

References CheckChanges_Impl(), and FillItemSet().

◆ DECL_LINK() [1/6]

SvxLineEndDefTabPage::DECL_LINK ( ClickAddHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/6]

SvxLineEndDefTabPage::DECL_LINK ( ClickDeleteHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/6]

SvxLineEndDefTabPage::DECL_LINK ( ClickLoadHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [4/6]

SvxLineEndDefTabPage::DECL_LINK ( ClickModifyHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [5/6]

SvxLineEndDefTabPage::DECL_LINK ( ClickSaveHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [6/6]

SvxLineEndDefTabPage::DECL_LINK ( SelectLineEndHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ FillItemSet()

bool SvxLineEndDefTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SvxLineEndDefTabPage::Reset ( const SfxItemSet )
overridevirtual

◆ SelectLineEndHdl_Impl()

void SvxLineEndDefTabPage::SelectLineEndHdl_Impl ( )
private

◆ SetDlgType()

void SvxLineEndDefTabPage::SetDlgType ( sal_uInt16  nInType)
inline

Definition at line 370 of file cuitabline.hxx.

References nDlgType.

◆ SetLineEndChgd()

void SvxLineEndDefTabPage::SetLineEndChgd ( ChangeType pIn)
inline

Definition at line 373 of file cuitabline.hxx.

References pnLineEndListState.

◆ SetLineEndList()

void SvxLineEndDefTabPage::SetLineEndList ( XLineEndListRef const &  pInList)
inline

Definition at line 366 of file cuitabline.hxx.

References pLineEndList.

◆ SetPageType()

void SvxLineEndDefTabPage::SetPageType ( PageType pInType)
inline

Definition at line 369 of file cuitabline.hxx.

References pPageType.

◆ SetPolyObj()

void SvxLineEndDefTabPage::SetPolyObj ( const SdrObject pObj)
inline

Definition at line 367 of file cuitabline.hxx.

References pPolyObj.

◆ SetPosLineEndLb()

void SvxLineEndDefTabPage::SetPosLineEndLb ( sal_Int32 *  pInPos)
inline

Definition at line 371 of file cuitabline.hxx.

References pPosLineEndLb.

Member Data Documentation

◆ aXLineAttr

XLineAttrSetItem SvxLineEndDefTabPage::aXLineAttr
private

Definition at line 323 of file cuitabline.hxx.

Referenced by Reset(), SelectLineEndHdl_Impl(), and SvxLineEndDefTabPage().

◆ m_aCtlPreview

SvxXLinePreview SvxLineEndDefTabPage::m_aCtlPreview
private

Definition at line 333 of file cuitabline.hxx.

Referenced by Reset(), SelectLineEndHdl_Impl(), and SvxLineEndDefTabPage().

◆ m_xBtnAdd

std::unique_ptr<weld::Button> SvxLineEndDefTabPage::m_xBtnAdd
private

Definition at line 336 of file cuitabline.hxx.

Referenced by Construct(), and SvxLineEndDefTabPage().

◆ m_xBtnDelete

std::unique_ptr<weld::Button> SvxLineEndDefTabPage::m_xBtnDelete
private

Definition at line 338 of file cuitabline.hxx.

Referenced by Reset(), and SvxLineEndDefTabPage().

◆ m_xBtnLoad

std::unique_ptr<weld::Button> SvxLineEndDefTabPage::m_xBtnLoad
private

Definition at line 339 of file cuitabline.hxx.

Referenced by SvxLineEndDefTabPage().

◆ m_xBtnModify

std::unique_ptr<weld::Button> SvxLineEndDefTabPage::m_xBtnModify
private

Definition at line 337 of file cuitabline.hxx.

Referenced by CheckChanges_Impl(), Reset(), and SvxLineEndDefTabPage().

◆ m_xBtnSave

std::unique_ptr<weld::Button> SvxLineEndDefTabPage::m_xBtnSave
private

Definition at line 340 of file cuitabline.hxx.

Referenced by Reset(), and SvxLineEndDefTabPage().

◆ m_xCtlPreview

std::unique_ptr<weld::CustomWeld> SvxLineEndDefTabPage::m_xCtlPreview
private

Definition at line 341 of file cuitabline.hxx.

Referenced by ~SvxLineEndDefTabPage().

◆ m_xEdtName

std::unique_ptr<weld::Entry> SvxLineEndDefTabPage::m_xEdtName
private

Definition at line 334 of file cuitabline.hxx.

Referenced by CheckChanges_Impl(), Reset(), and SelectLineEndHdl_Impl().

◆ m_xLbLineEnds

std::unique_ptr<SvxLineEndLB> SvxLineEndDefTabPage::m_xLbLineEnds
private

◆ nDlgType

sal_uInt16 SvxLineEndDefTabPage::nDlgType
private

Definition at line 330 of file cuitabline.hxx.

Referenced by ActivatePage(), FillItemSet(), and SetDlgType().

◆ pLineEndList

XLineEndListRef SvxLineEndDefTabPage::pLineEndList
private

◆ pnLineEndListState

ChangeType* SvxLineEndDefTabPage::pnLineEndListState
private

Definition at line 328 of file cuitabline.hxx.

Referenced by SetLineEndChgd().

◆ pPageType

PageType* SvxLineEndDefTabPage::pPageType
private

Definition at line 329 of file cuitabline.hxx.

Referenced by ActivatePage(), FillItemSet(), SelectLineEndHdl_Impl(), and SetPageType().

◆ pPolyObj

const SdrObject* SvxLineEndDefTabPage::pPolyObj
private

Definition at line 321 of file cuitabline.hxx.

Referenced by Construct(), and SetPolyObj().

◆ pPosLineEndLb

sal_Int32* SvxLineEndDefTabPage::pPosLineEndLb
private

Definition at line 331 of file cuitabline.hxx.

Referenced by ActivatePage(), CheckChanges_Impl(), and SetPosLineEndLb().

◆ rOutAttrs

const SfxItemSet& SvxLineEndDefTabPage::rOutAttrs
private

Definition at line 320 of file cuitabline.hxx.

◆ rXLSet

SfxItemSet& SvxLineEndDefTabPage::rXLSet
private

Definition at line 324 of file cuitabline.hxx.

Referenced by Reset(), SelectLineEndHdl_Impl(), and SvxLineEndDefTabPage().


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