LibreOffice Module extensions (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dbp::OUnoAutoPilot< TYPE > Class Template Referencefinal

#include <unoautopilot.hxx>

Inheritance diagram for dbp::OUnoAutoPilot< TYPE >:
[legend]
Collaboration diagram for dbp::OUnoAutoPilot< TYPE >:
[legend]

Public Member Functions

 OUnoAutoPilot (const css::uno::Reference< css::uno::XComponentContext > &_rxORB, OUString aImplementationName, const css::uno::Sequence< OUString > &aSupportedServices)
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const override
 
- Public Member Functions inherited from svt::OGenericUnoDialog
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &_rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override=0
 
virtual OUString SAL_CALL getImplementationName () override=0
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override=0
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL setTitle (const OUString &aTitle) override
 
virtual sal_Int16 SAL_CALL execute () override
 
virtual void SAL_CALL initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override
 
- Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OUnoAutoPilot< TYPE > >
 OPropertyArrayUsageHelper ()
 
virtual ~OPropertyArrayUsageHelper ()
 
::cppu::IPropertyArrayHelpergetArrayHelper ()
 

Private Member Functions

virtual std::unique_ptr< weld::DialogControllercreateDialog (const css::uno::Reference< css::awt::XWindow > &rParent) override
 
virtual void implInitialize (const css::uno::Any &_rValue) override
 

Private Attributes

css::uno::Reference< css::beans::XPropertySetm_xObjectModel
 
OUString m_ImplementationName
 
css::uno::Sequence< OUString > m_SupportedServices
 

Additional Inherited Members

- Protected Member Functions inherited from svt::OGenericUnoDialog
 OGenericUnoDialog (const css::uno::Reference< css::uno::XComponentContext > &_rxContext)
 
virtual ~OGenericUnoDialog () override
 
virtual std::unique_ptr< weld::DialogControllercreateDialog (const css::uno::Reference< css::awt::XWindow > &rParent)=0
 
void destroyDialog ()
 
virtual void executedDialog (sal_Int16)
 
virtual void implInitialize (const css::uno::Any &_rValue)
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const =0
 
- Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OUnoAutoPilot< TYPE > >
static std::mutextheMutex ()
 
- Protected Attributes inherited from svt::OGenericUnoDialog
std::unique_ptr< weld::DialogControllerm_xDialog
 
bool m_bExecuting
 
bool m_bTitleAmbiguous
 
bool m_bInitialized
 
OUString m_sTitle
 
css::uno::Reference< css::awt::XWindow > m_xParent
 
css::uno::Reference< css::uno::XComponentContext > m_aContext
 
- Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OUnoAutoPilot< TYPE > >
static sal_Int32 s_nRefCount
 
::cppu::IPropertyArrayHelpers_pProps
 

Detailed Description

template<class TYPE>
class dbp::OUnoAutoPilot< TYPE >

Definition at line 36 of file unoautopilot.hxx.

Constructor & Destructor Documentation

◆ OUnoAutoPilot()

template<class TYPE >
dbp::OUnoAutoPilot< TYPE >::OUnoAutoPilot ( const css::uno::Reference< css::uno::XComponentContext > &  _rxORB,
OUString  aImplementationName,
const css::uno::Sequence< OUString > &  aSupportedServices 
)
inlineexplicit

Definition at line 41 of file unoautopilot.hxx.

References aImplementationName.

Member Function Documentation

◆ createArrayHelper()

template<class TYPE >
virtual ::cppu::IPropertyArrayHelper * dbp::OUnoAutoPilot< TYPE >::createArrayHelper ( ) const
inlineoverridevirtual

◆ createDialog()

template<class TYPE >
virtual std::unique_ptr< weld::DialogController > dbp::OUnoAutoPilot< TYPE >::createDialog ( const css::uno::Reference< css::awt::XWindow > &  rParent)
inlineoverrideprivatevirtual

◆ getImplementationId()

template<class TYPE >
virtual css::uno::Sequence< sal_Int8 > SAL_CALL dbp::OUnoAutoPilot< TYPE >::getImplementationId ( )
inlineoverridevirtual

Implements svt::OGenericUnoDialog.

Definition at line 52 of file unoautopilot.hxx.

◆ getImplementationName()

template<class TYPE >
virtual OUString SAL_CALL dbp::OUnoAutoPilot< TYPE >::getImplementationName ( )
inlineoverridevirtual

◆ getInfoHelper()

template<class TYPE >
virtual ::cppu::IPropertyArrayHelper &SAL_CALL dbp::OUnoAutoPilot< TYPE >::getInfoHelper ( )
inlineoverride

◆ getPropertySetInfo()

template<class TYPE >
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL dbp::OUnoAutoPilot< TYPE >::getPropertySetInfo ( )
inlineoverridevirtual

Definition at line 69 of file unoautopilot.hxx.

References dbp::OUnoAutoPilot< TYPE >::getInfoHelper().

◆ getSupportedServiceNames()

template<class TYPE >
virtual css::uno::Sequence< OUString > SAL_CALL dbp::OUnoAutoPilot< TYPE >::getSupportedServiceNames ( )
inlineoverridevirtual

◆ implInitialize()

template<class TYPE >
virtual void dbp::OUnoAutoPilot< TYPE >::implInitialize ( const css::uno::Any &  _rValue)
inlineoverrideprivatevirtual

Member Data Documentation

◆ m_ImplementationName

template<class TYPE >
OUString dbp::OUnoAutoPilot< TYPE >::m_ImplementationName
private

Definition at line 109 of file unoautopilot.hxx.

Referenced by dbp::OUnoAutoPilot< TYPE >::getImplementationName().

◆ m_SupportedServices

template<class TYPE >
css::uno::Sequence<OUString> dbp::OUnoAutoPilot< TYPE >::m_SupportedServices
private

◆ m_xObjectModel

template<class TYPE >
css::uno::Reference< css::beans::XPropertySet > dbp::OUnoAutoPilot< TYPE >::m_xObjectModel
private

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