LibreOffice Module extensions (master) 1
Public Member Functions | List of all members
pcr::IPropertyInfoService Class Referenceabstract

#include <propertyinfo.hxx>

Inheritance diagram for pcr::IPropertyInfoService:
[legend]

Public Member Functions

virtual sal_Int32 getPropertyId (const OUString &_rName) const =0
 
virtual OUString getPropertyTranslation (sal_Int32 _nId) const =0
 
virtual OUString getPropertyHelpId (sal_Int32 _nId) const =0
 
virtual sal_Int16 getPropertyPos (sal_Int32 _nId) const =0
 
virtual sal_uInt32 getPropertyUIFlags (sal_Int32 _nId) const =0
 
virtual std::vector< OUString > getPropertyEnumRepresentations (sal_Int32 _nId) const =0
 
virtual ~IPropertyInfoService ()
 

Detailed Description

Definition at line 33 of file propertyinfo.hxx.

Constructor & Destructor Documentation

◆ ~IPropertyInfoService()

virtual pcr::IPropertyInfoService::~IPropertyInfoService ( )
inlinevirtual

Definition at line 43 of file propertyinfo.hxx.

Member Function Documentation

◆ getPropertyEnumRepresentations()

virtual std::vector< OUString > pcr::IPropertyInfoService::getPropertyEnumRepresentations ( sal_Int32  _nId) const
pure virtual

◆ getPropertyHelpId()

virtual OUString pcr::IPropertyInfoService::getPropertyHelpId ( sal_Int32  _nId) const
pure virtual

Implemented in pcr::OPropertyInfoService.

◆ getPropertyId()

virtual sal_Int32 pcr::IPropertyInfoService::getPropertyId ( const OUString &  _rName) const
pure virtual

Implemented in pcr::OPropertyInfoService.

◆ getPropertyPos()

virtual sal_Int16 pcr::IPropertyInfoService::getPropertyPos ( sal_Int32  _nId) const
pure virtual

Implemented in pcr::OPropertyInfoService.

◆ getPropertyTranslation()

virtual OUString pcr::IPropertyInfoService::getPropertyTranslation ( sal_Int32  _nId) const
pure virtual

Implemented in pcr::OPropertyInfoService.

◆ getPropertyUIFlags()

virtual sal_uInt32 pcr::IPropertyInfoService::getPropertyUIFlags ( sal_Int32  _nId) const
pure virtual

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