LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
CustomProperty Struct Reference

Public Member Functions

 CustomProperty (OUString sName, css::uno::Any aValue)
 
bool operator== (const CustomProperty &rProp) const
 

Public Attributes

OUString m_sName
 
css::uno::Any m_aValue
 

Detailed Description

Definition at line 91 of file dinfdlg.cxx.

Constructor & Destructor Documentation

◆ CustomProperty()

CustomProperty::CustomProperty ( OUString  sName,
css::uno::Any  aValue 
)
inline

Definition at line 96 of file dinfdlg.cxx.

References sName.

Member Function Documentation

◆ operator==()

bool CustomProperty::operator== ( const CustomProperty rProp) const
inline

Definition at line 99 of file dinfdlg.cxx.

References m_aValue, and m_sName.

Member Data Documentation

◆ m_aValue

css::uno::Any CustomProperty::m_aValue

Definition at line 94 of file dinfdlg.cxx.

Referenced by operator==().

◆ m_sName

OUString CustomProperty::m_sName

Definition at line 93 of file dinfdlg.cxx.

Referenced by operator==().


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