|
LibreOffice Module basctl (master) 1
|
#include <bastypes.hxx>
Public Member Functions | |
| Item (OUString aCurrentName, ItemType eCurrentType) | |
| const OUString & | GetCurrentName () const |
| ItemType | GetCurrentType () const |
Private Attributes | |
| OUString | m_aCurrentName |
| ItemType | m_eCurrentType |
Definition at line 278 of file bastypes.hxx.
| basctl::LibInfo::Item::Item | ( | OUString | aCurrentName, |
| ItemType | eCurrentType | ||
| ) |
Definition at line 737 of file bastypes.cxx.
|
inline |
Definition at line 286 of file bastypes.hxx.
References m_aCurrentName.
Referenced by basctl::Shell::UpdateWindows().
|
inline |
Definition at line 287 of file bastypes.hxx.
References m_eCurrentType.
Referenced by basctl::Shell::UpdateWindows().
|
private |
Definition at line 281 of file bastypes.hxx.
Referenced by GetCurrentName().
|
private |
Definition at line 282 of file bastypes.hxx.
Referenced by GetCurrentType().