|
LibreOffice Module cui (master) 1
|
#include <insdlg.hxx>
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 Dialog * | getDialog () override |
| virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
| virtual Dialog * | getDialog ()=0 |
| const Dialog * | getConstDialog () 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::Entry > | m_xEDName |
| std::unique_ptr< weld::Entry > | m_xEDURL |
| std::unique_ptr< weld::Button > | m_xBTOpen |
| std::unique_ptr< weld::RadioButton > | m_xRBScrollingOn |
| std::unique_ptr< weld::RadioButton > | m_xRBScrollingOff |
| std::unique_ptr< weld::RadioButton > | m_xRBScrollingAuto |
| std::unique_ptr< weld::RadioButton > | m_xRBFrameBorderOn |
| std::unique_ptr< weld::RadioButton > | m_xRBFrameBorderOff |
| std::unique_ptr< weld::Label > | m_xFTMarginWidth |
| std::unique_ptr< weld::SpinButton > | m_xNMMarginWidth |
| std::unique_ptr< weld::CheckButton > | m_xCBMarginWidthDefault |
| std::unique_ptr< weld::Label > | m_xFTMarginHeight |
| std::unique_ptr< weld::SpinButton > | m_xNMMarginHeight |
| std::unique_ptr< weld::CheckButton > | m_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::Builder > | m_xBuilder |
| std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 80 of file insdlg.hxx.
| SfxInsertFloatingFrameDialog::SfxInsertFloatingFrameDialog | ( | weld::Window * | pParent, |
| const css::uno::Reference< css::embed::XStorage > & | xStorage | ||
| ) |
Definition at line 376 of file insdlg.cxx.
References Init().
| SfxInsertFloatingFrameDialog::SfxInsertFloatingFrameDialog | ( | weld::Window * | pParent, |
| const css::uno::Reference< css::embed::XEmbeddedObject > & | xObj | ||
| ) |
|
private |
|
private |
|
private |
Definition at line 394 of file insdlg.cxx.
References LINK, m_xBTOpen, weld::GenericDialogController::m_xBuilder, m_xCBMarginHeightDefault, m_xCBMarginWidthDefault, m_xEDName, m_xEDURL, m_xFTMarginHeight, m_xFTMarginWidth, m_xNMMarginHeight, m_xNMMarginWidth, m_xRBFrameBorderOff, m_xRBFrameBorderOn, m_xRBScrollingAuto, m_xRBScrollingOff, and m_xRBScrollingOn.
Referenced by SfxInsertFloatingFrameDialog().
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 423 of file insdlg.cxx.
References InsertObjectDialog_Impl::aCnt, aName, Any, aStr, aURL, comphelper::EmbeddedObjectContainer::CreateEmbeddedObject(), DBG_ASSERT, DEFAULT_MARGIN_HEIGHT, DEFAULT_MARGIN_WIDTH, SvGlobalName::GetByteSequence(), INetURLObject::GetMainURL(), m_xCBMarginHeightDefault, m_xCBMarginWidthDefault, m_xEDName, m_xEDURL, m_xFTMarginHeight, m_xFTMarginWidth, m_xNMMarginHeight, m_xNMMarginWidth, InsertObjectDialog_Impl::m_xObj, m_xRBFrameBorderOff, m_xRBFrameBorderOn, m_xRBScrollingAuto, m_xRBScrollingOff, m_xRBScrollingOn, InsertObjectDialog_Impl::m_xStorage, INetURLObject::NONE, RET_OK, weld::DialogController::run(), INetURLObject::SetSmartProtocol(), INetURLObject::SetSmartURL(), SIZE_NOT_SET, and SO3_IFRAME_CLASSID.
|
private |
Definition at line 85 of file insdlg.hxx.
Referenced by Init().
|
private |
Definition at line 99 of file insdlg.hxx.
|
private |
Definition at line 96 of file insdlg.hxx.
|
private |
Definition at line 83 of file insdlg.hxx.
|
private |
Definition at line 84 of file insdlg.hxx.
|
private |
Definition at line 97 of file insdlg.hxx.
|
private |
Definition at line 94 of file insdlg.hxx.
|
private |
Definition at line 98 of file insdlg.hxx.
|
private |
Definition at line 95 of file insdlg.hxx.
|
private |
Definition at line 92 of file insdlg.hxx.
|
private |
Definition at line 91 of file insdlg.hxx.
|
private |
Definition at line 89 of file insdlg.hxx.
|
private |
Definition at line 88 of file insdlg.hxx.
|
private |
Definition at line 87 of file insdlg.hxx.