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

Public Member Functions

 ElementEntry_Impl (sal_Int16 nId)
 
void setValue (const Any &rVal)
 
void setAction (sal_Int16 nAction)
 
void setLabel (const OUString &rVal)
 
void setEnabled (bool bEnabled)
 

Public Attributes

sal_Int16 m_nElementID
 
sal_Int16 m_nControlAction
 
Any m_aValue
 
OUString m_aLabel
 
bool m_bEnabled: 1
 
bool m_bHasValue: 1
 
bool m_bHasLabel: 1
 
bool m_bHasEnabled: 1
 

Detailed Description

Definition at line 102 of file OfficeFilePicker.cxx.

Constructor & Destructor Documentation

◆ ElementEntry_Impl()

ElementEntry_Impl::ElementEntry_Impl ( sal_Int16  nId)
explicit

Definition at line 122 of file OfficeFilePicker.cxx.

References nId.

Member Function Documentation

◆ setAction()

void ElementEntry_Impl::setAction ( sal_Int16  nAction)
inline

Definition at line 117 of file OfficeFilePicker.cxx.

References m_nControlAction.

Referenced by SvtFilePicker::setValue().

◆ setEnabled()

void ElementEntry_Impl::setEnabled ( bool  bEnabled)
inline

Definition at line 119 of file OfficeFilePicker.cxx.

References m_bEnabled, and m_bHasEnabled.

Referenced by SvtFilePicker::enableControl().

◆ setLabel()

void ElementEntry_Impl::setLabel ( const OUString &  rVal)
inline

Definition at line 118 of file OfficeFilePicker.cxx.

References m_aLabel, and m_bHasLabel.

Referenced by SvtFilePicker::setLabel().

◆ setValue()

void ElementEntry_Impl::setValue ( const Any rVal)
inline

Definition at line 116 of file OfficeFilePicker.cxx.

References m_aValue, and m_bHasValue.

Referenced by SvtFilePicker::setValue().

Member Data Documentation

◆ m_aLabel

OUString ElementEntry_Impl::m_aLabel

Definition at line 107 of file OfficeFilePicker.cxx.

Referenced by setLabel().

◆ m_aValue

Any ElementEntry_Impl::m_aValue

Definition at line 106 of file OfficeFilePicker.cxx.

Referenced by setValue().

◆ m_bEnabled

bool ElementEntry_Impl::m_bEnabled

Definition at line 108 of file OfficeFilePicker.cxx.

Referenced by setEnabled().

◆ m_bHasEnabled

bool ElementEntry_Impl::m_bHasEnabled

Definition at line 112 of file OfficeFilePicker.cxx.

Referenced by setEnabled().

◆ m_bHasLabel

bool ElementEntry_Impl::m_bHasLabel

Definition at line 111 of file OfficeFilePicker.cxx.

Referenced by setLabel().

◆ m_bHasValue

bool ElementEntry_Impl::m_bHasValue

Definition at line 110 of file OfficeFilePicker.cxx.

Referenced by setValue().

◆ m_nControlAction

sal_Int16 ElementEntry_Impl::m_nControlAction

Definition at line 105 of file OfficeFilePicker.cxx.

Referenced by setAction().

◆ m_nElementID

sal_Int16 ElementEntry_Impl::m_nElementID

Definition at line 104 of file OfficeFilePicker.cxx.


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