LibreOffice Module extensions (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
pcr::OControlFontDialog Class Reference

#include <controlfontdialog.hxx>

Inheritance diagram for pcr::OControlFontDialog:
[legend]
Collaboration diagram for pcr::OControlFontDialog:
[legend]

Public Member Functions

 OControlFontDialog (const css::uno::Reference< css::uno::XComponentContext > &_rxContext)
 
virtual ~OControlFontDialog () override
 
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 void SAL_CALL initialize (const css::uno::Sequence< css::uno::Any > &aArguments) 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< class TYPE >
 OPropertyArrayUsageHelper ()
 
virtual ~OPropertyArrayUsageHelper ()
 
::cppu::IPropertyArrayHelpergetArrayHelper ()
 

Protected Member Functions

virtual std::unique_ptr< weld::DialogControllercreateDialog (const css::uno::Reference< css::awt::XWindow > &rParent) override
 
virtual void executedDialog (sal_Int16 _nExecutionResult) override
 
- 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
 

Protected Attributes

css::uno::Reference< css::beans::XPropertySetm_xControlModel
 
std::unique_ptr< SfxItemSetm_pFontItems
 
rtl::Reference< SfxItemPoolm_pItemPool
 
std::vector< SfxPoolItem * > * m_pItemPoolDefaults
 
- 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
 

Additional Inherited Members

- Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< class TYPE >
static std::mutextheMutex ()
 
- Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< class TYPE >
static sal_Int32 s_nRefCount
 
::cppu::IPropertyArrayHelpers_pProps
 

Detailed Description

Definition at line 36 of file controlfontdialog.hxx.

Constructor & Destructor Documentation

◆ OControlFontDialog()

pcr::OControlFontDialog::OControlFontDialog ( const css::uno::Reference< css::uno::XComponentContext > &  _rxContext)
explicit

◆ ~OControlFontDialog()

pcr::OControlFontDialog::~OControlFontDialog ( )
overridevirtual

Member Function Documentation

◆ createArrayHelper()

cppu::IPropertyArrayHelper * pcr::OControlFontDialog::createArrayHelper ( ) const
overridevirtual

◆ createDialog()

std::unique_ptr< weld::DialogController > pcr::OControlFontDialog::createDialog ( const css::uno::Reference< css::awt::XWindow > &  rParent)
overrideprotectedvirtual

◆ executedDialog()

void pcr::OControlFontDialog::executedDialog ( sal_Int16  _nExecutionResult)
overrideprotectedvirtual

◆ getImplementationId()

Sequence< sal_Int8 > SAL_CALL pcr::OControlFontDialog::getImplementationId ( )
overridevirtual

Implements svt::OGenericUnoDialog.

Definition at line 62 of file controlfontdialog.cxx.

◆ getImplementationName()

OUString SAL_CALL pcr::OControlFontDialog::getImplementationName ( )
overridevirtual

Implements svt::OGenericUnoDialog.

Definition at line 68 of file controlfontdialog.cxx.

◆ getInfoHelper()

cppu::IPropertyArrayHelper & pcr::OControlFontDialog::getInfoHelper ( )
override

◆ getPropertySetInfo()

Reference< XPropertySetInfo > SAL_CALL pcr::OControlFontDialog::getPropertySetInfo ( )
overridevirtual

Definition at line 93 of file controlfontdialog.cxx.

References getInfoHelper().

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL pcr::OControlFontDialog::getSupportedServiceNames ( )
overridevirtual

Implements svt::OGenericUnoDialog.

Definition at line 74 of file controlfontdialog.cxx.

◆ initialize()

void pcr::OControlFontDialog::initialize ( const css::uno::Sequence< css::uno::Any > &  aArguments)
overridevirtual

Member Data Documentation

◆ m_pFontItems

std::unique_ptr<SfxItemSet> pcr::OControlFontDialog::m_pFontItems
protected

Definition at line 46 of file controlfontdialog.hxx.

Referenced by createDialog(), and ~OControlFontDialog().

◆ m_pItemPool

rtl::Reference<SfxItemPool> pcr::OControlFontDialog::m_pItemPool
protected

Definition at line 47 of file controlfontdialog.hxx.

Referenced by createDialog(), and ~OControlFontDialog().

◆ m_pItemPoolDefaults

std::vector<SfxPoolItem*>* pcr::OControlFontDialog::m_pItemPoolDefaults
protected

Definition at line 49 of file controlfontdialog.hxx.

Referenced by createDialog(), and ~OControlFontDialog().

◆ m_xControlModel

css::uno::Reference< css::beans::XPropertySet > pcr::OControlFontDialog::m_xControlModel
protected

Definition at line 43 of file controlfontdialog.hxx.

Referenced by createDialog(), executedDialog(), and OControlFontDialog().


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