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

#include <insdlg.hxx>

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

Public Member Functions

 SfxInsertFloatingFrameDialog (weld::Window *pParent, const css::uno::Reference< css::embed::XStorage > &xStorage)
 
 SfxInsertFloatingFrameDialog (weld::Window *pParent, const css::uno::Reference< css::embed::XEmbeddedObject > &xObj)
 
virtual short run () override
 
- Public Member Functions inherited from InsertObjectDialog_Impl
const css::uno::Reference< css::embed::XEmbeddedObject > & GetObject () const
 
virtual css::uno::Reference< css::io::XInputStream > GetIconIfIconified (OUString *pGraphicMediaType)
 
void SetHelpId (const OUString &rHelpId)
 
virtual bool IsCreateNew () const
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

 DECL_LINK (OpenHdl, weld::Button &, void)
 
 DECL_LINK (CheckHdl, weld::Toggleable &, void)
 
void Init ()
 

Private Attributes

std::unique_ptr< weld::Entrym_xEDName
 
std::unique_ptr< weld::Entrym_xEDURL
 
std::unique_ptr< weld::Buttonm_xBTOpen
 
std::unique_ptr< weld::RadioButtonm_xRBScrollingOn
 
std::unique_ptr< weld::RadioButtonm_xRBScrollingOff
 
std::unique_ptr< weld::RadioButtonm_xRBScrollingAuto
 
std::unique_ptr< weld::RadioButtonm_xRBFrameBorderOn
 
std::unique_ptr< weld::RadioButtonm_xRBFrameBorderOff
 
std::unique_ptr< weld::Labelm_xFTMarginWidth
 
std::unique_ptr< weld::SpinButtonm_xNMMarginWidth
 
std::unique_ptr< weld::CheckButtonm_xCBMarginWidthDefault
 
std::unique_ptr< weld::Labelm_xFTMarginHeight
 
std::unique_ptr< weld::SpinButtonm_xNMMarginHeight
 
std::unique_ptr< weld::CheckButtonm_xCBMarginHeightDefault
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Member Functions inherited from InsertObjectDialog_Impl
 InsertObjectDialog_Impl (weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID, css::uno::Reference< css::embed::XStorage > xStorage)
 
- Protected Attributes inherited from InsertObjectDialog_Impl
css::uno::Reference< css::embed::XEmbeddedObject > m_xObj
 
const css::uno::Reference< css::embed::XStorage > m_xStorage
 
comphelper::EmbeddedObjectContainer aCnt
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 80 of file insdlg.hxx.

Constructor & Destructor Documentation

◆ SfxInsertFloatingFrameDialog() [1/2]

SfxInsertFloatingFrameDialog::SfxInsertFloatingFrameDialog ( weld::Window pParent,
const css::uno::Reference< css::embed::XStorage > &  xStorage 
)

Definition at line 376 of file insdlg.cxx.

References Init().

◆ SfxInsertFloatingFrameDialog() [2/2]

SfxInsertFloatingFrameDialog::SfxInsertFloatingFrameDialog ( weld::Window pParent,
const css::uno::Reference< css::embed::XEmbeddedObject > &  xObj 
)

Member Function Documentation

◆ DECL_LINK() [1/2]

SfxInsertFloatingFrameDialog::DECL_LINK ( CheckHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

SfxInsertFloatingFrameDialog::DECL_LINK ( OpenHdl  ,
weld::Button ,
void   
)
private

◆ Init()

void SfxInsertFloatingFrameDialog::Init ( void  )
private

◆ run()

short SfxInsertFloatingFrameDialog::run ( )
overridevirtual

Member Data Documentation

◆ m_xBTOpen

std::unique_ptr<weld::Button> SfxInsertFloatingFrameDialog::m_xBTOpen
private

Definition at line 85 of file insdlg.hxx.

Referenced by Init().

◆ m_xCBMarginHeightDefault

std::unique_ptr<weld::CheckButton> SfxInsertFloatingFrameDialog::m_xCBMarginHeightDefault
private

Definition at line 99 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xCBMarginWidthDefault

std::unique_ptr<weld::CheckButton> SfxInsertFloatingFrameDialog::m_xCBMarginWidthDefault
private

Definition at line 96 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xEDName

std::unique_ptr<weld::Entry> SfxInsertFloatingFrameDialog::m_xEDName
private

Definition at line 83 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xEDURL

std::unique_ptr<weld::Entry> SfxInsertFloatingFrameDialog::m_xEDURL
private

Definition at line 84 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xFTMarginHeight

std::unique_ptr<weld::Label> SfxInsertFloatingFrameDialog::m_xFTMarginHeight
private

Definition at line 97 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xFTMarginWidth

std::unique_ptr<weld::Label> SfxInsertFloatingFrameDialog::m_xFTMarginWidth
private

Definition at line 94 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xNMMarginHeight

std::unique_ptr<weld::SpinButton> SfxInsertFloatingFrameDialog::m_xNMMarginHeight
private

Definition at line 98 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xNMMarginWidth

std::unique_ptr<weld::SpinButton> SfxInsertFloatingFrameDialog::m_xNMMarginWidth
private

Definition at line 95 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xRBFrameBorderOff

std::unique_ptr<weld::RadioButton> SfxInsertFloatingFrameDialog::m_xRBFrameBorderOff
private

Definition at line 92 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xRBFrameBorderOn

std::unique_ptr<weld::RadioButton> SfxInsertFloatingFrameDialog::m_xRBFrameBorderOn
private

Definition at line 91 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xRBScrollingAuto

std::unique_ptr<weld::RadioButton> SfxInsertFloatingFrameDialog::m_xRBScrollingAuto
private

Definition at line 89 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xRBScrollingOff

std::unique_ptr<weld::RadioButton> SfxInsertFloatingFrameDialog::m_xRBScrollingOff
private

Definition at line 88 of file insdlg.hxx.

Referenced by Init(), and run().

◆ m_xRBScrollingOn

std::unique_ptr<weld::RadioButton> SfxInsertFloatingFrameDialog::m_xRBScrollingOn
private

Definition at line 87 of file insdlg.hxx.

Referenced by Init(), and run().


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