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

#include <insdlg.hxx>

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

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 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
 

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::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_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)> &)
 

Detailed Description

Definition at line 31 of file insdlg.hxx.

Constructor & Destructor Documentation

◆ InsertObjectDialog_Impl()

InsertObjectDialog_Impl::InsertObjectDialog_Impl ( weld::Window pParent,
const OUString &  rUIXMLDescription,
const OUString &  rID,
css::uno::Reference< css::embed::XStorage >  xStorage 
)
protected

Definition at line 74 of file insdlg.cxx.

Member Function Documentation

◆ GetIconIfIconified()

uno::Reference< io::XInputStream > InsertObjectDialog_Impl::GetIconIfIconified ( OUString *  pGraphicMediaType)
virtual

Reimplemented in SvInsertOleDlg.

Definition at line 69 of file insdlg.cxx.

◆ GetObject()

const css::uno::Reference< css::embed::XEmbeddedObject > & InsertObjectDialog_Impl::GetObject ( ) const
inline

Definition at line 42 of file insdlg.hxx.

References m_xObj.

◆ IsCreateNew()

bool InsertObjectDialog_Impl::IsCreateNew ( ) const
virtual

Reimplemented in SvInsertOleDlg.

Definition at line 64 of file insdlg.cxx.

◆ SetHelpId()

void InsertObjectDialog_Impl::SetHelpId ( const OUString &  rHelpId)
inline

Definition at line 44 of file insdlg.hxx.

References weld::GenericDialogController::m_xDialog.

Member Data Documentation

◆ aCnt

comphelper::EmbeddedObjectContainer InsertObjectDialog_Impl::aCnt
protected

Definition at line 36 of file insdlg.hxx.

Referenced by SvInsertOleDlg::run(), and SfxInsertFloatingFrameDialog::run().

◆ m_xObj

css::uno::Reference< css::embed::XEmbeddedObject > InsertObjectDialog_Impl::m_xObj
protected

Definition at line 34 of file insdlg.hxx.

Referenced by GetObject(), SvInsertOleDlg::run(), and SfxInsertFloatingFrameDialog::run().

◆ m_xStorage

const css::uno::Reference< css::embed::XStorage > InsertObjectDialog_Impl::m_xStorage
protected

Definition at line 35 of file insdlg.hxx.

Referenced by SvInsertOleDlg::run(), and SfxInsertFloatingFrameDialog::run().


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