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

#include <xdialogcreator.hxx>

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

Public Member Functions

 MSOLEDialogObjectCreator (const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
virtual css::embed::InsertedObjectInfo SAL_CALL createInstanceByDialog (const css::uno::Reference< css::embed::XStorage > &xStorage, const OUString &sEntName, const css::uno::Sequence< css::beans::PropertyValue > &lObjArgs) override
 
virtual css::embed::InsertedObjectInfo SAL_CALL createInstanceInitFromClipboard (const css::uno::Reference< css::embed::XStorage > &xStorage, const OUString &sEntryName, const css::uno::Sequence< css::beans::PropertyValue > &aObjectArgs) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

css::uno::Reference< css::uno::XComponentContext > m_xContext
 

Detailed Description

Definition at line 31 of file xdialogcreator.hxx.

Constructor & Destructor Documentation

◆ MSOLEDialogObjectCreator()

MSOLEDialogObjectCreator::MSOLEDialogObjectCreator ( const css::uno::Reference< css::uno::XComponentContext > &  xContext)
inlineexplicit

Definition at line 39 of file xdialogcreator.hxx.

Member Function Documentation

◆ createInstanceByDialog()

embed::InsertedObjectInfo SAL_CALL MSOLEDialogObjectCreator::createInstanceByDialog ( const css::uno::Reference< css::embed::XStorage > &  xStorage,
const OUString &  sEntName,
const css::uno::Sequence< css::beans::PropertyValue > &  lObjArgs 
)
overridevirtual

◆ createInstanceInitFromClipboard()

embed::InsertedObjectInfo SAL_CALL MSOLEDialogObjectCreator::createInstanceInitFromClipboard ( const css::uno::Reference< css::embed::XStorage > &  xStorage,
const OUString &  sEntryName,
const css::uno::Sequence< css::beans::PropertyValue > &  aObjectArgs 
)
overridevirtual

Definition at line 288 of file xdialogcreator.cxx.

References m_xContext.

◆ getImplementationName()

OUString SAL_CALL MSOLEDialogObjectCreator::getImplementationName ( )
overridevirtual

Definition at line 331 of file xdialogcreator.cxx.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL MSOLEDialogObjectCreator::getSupportedServiceNames ( )
overridevirtual

Definition at line 343 of file xdialogcreator.cxx.

◆ supportsService()

sal_Bool SAL_CALL MSOLEDialogObjectCreator::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 337 of file xdialogcreator.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext > MSOLEDialogObjectCreator::m_xContext
private

Definition at line 36 of file xdialogcreator.hxx.

Referenced by createInstanceByDialog(), and createInstanceInitFromClipboard().


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