LibreOffice Module cui (master) 1
|
#include <insdlg.hxx>
Public Member Functions | |
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 |
Protected Member Functions | |
InsertObjectDialog_Impl (weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID, css::uno::Reference< css::embed::XStorage > xStorage) | |
Protected Attributes | |
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 |
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)> &) |
Definition at line 31 of file insdlg.hxx.
|
protected |
Definition at line 74 of file insdlg.cxx.
|
virtual |
Reimplemented in SvInsertOleDlg.
Definition at line 69 of file insdlg.cxx.
|
inline |
Definition at line 42 of file insdlg.hxx.
References m_xObj.
|
virtual |
Reimplemented in SvInsertOleDlg.
Definition at line 64 of file insdlg.cxx.
|
inline |
Definition at line 44 of file insdlg.hxx.
References weld::GenericDialogController::m_xDialog.
|
protected |
Definition at line 36 of file insdlg.hxx.
Referenced by SvInsertOleDlg::run(), and SfxInsertFloatingFrameDialog::run().
|
protected |
Definition at line 34 of file insdlg.hxx.
Referenced by GetObject(), SvInsertOleDlg::run(), and SfxInsertFloatingFrameDialog::run().
|
protected |
Definition at line 35 of file insdlg.hxx.
Referenced by SvInsertOleDlg::run(), and SfxInsertFloatingFrameDialog::run().