LibreOffice Module desktop (master) 1
|
#include <unopkg_shared.h>
Public Attributes | |
char const * | m_name |
sal_uInt32 | m_name_length |
sal_Unicode | m_short_option |
bool | m_has_argument |
Definition at line 33 of file unopkg_shared.h.
bool unopkg::OptionInfo::m_has_argument |
Definition at line 38 of file unopkg_shared.h.
Referenced by unopkg::toString().
char const* unopkg::OptionInfo::m_name |
Definition at line 35 of file unopkg_shared.h.
Referenced by unopkg::getOptionInfo(), unopkg::isOption(), and unopkg::toString().
sal_uInt32 unopkg::OptionInfo::m_name_length |
Definition at line 36 of file unopkg_shared.h.
Referenced by unopkg::getOptionInfo().
sal_Unicode unopkg::OptionInfo::m_short_option |
Definition at line 37 of file unopkg_shared.h.
Referenced by unopkg::isOption(), and unopkg::toString().