LibreOffice Module tools (master) 1
|
Public Attributes | |
ImplGroupData * | mpNext |
ImplKeyData * | mpFirstKey |
OString | maGroupName |
sal_uInt16 | mnEmptyLines |
Definition at line 44 of file config.cxx.
OString ImplGroupData::maGroupName |
Definition at line 48 of file config.cxx.
Referenced by Config::DeleteGroup(), Config::GetGroupName(), Config::HasGroup(), ImplGetConfigBuffer(), Config::ImplGetGroup(), and ImplMakeConfigList().
sal_uInt16 ImplGroupData::mnEmptyLines |
Definition at line 49 of file config.cxx.
Referenced by ImplGetConfigBuffer(), Config::ImplGetGroup(), and ImplMakeConfigList().
ImplKeyData* ImplGroupData::mpFirstKey |
Definition at line 47 of file config.cxx.
Referenced by Config::DeleteGroup(), Config::DeleteKey(), Config::GetKeyCount(), Config::GetKeyName(), ImplDeleteConfigData(), ImplGetConfigBuffer(), Config::ImplGetGroup(), ImplMakeConfigList(), Config::ReadKey(), and Config::WriteKey().
ImplGroupData* ImplGroupData::mpNext |
Definition at line 46 of file config.cxx.
Referenced by Config::DeleteGroup(), Config::GetGroupCount(), Config::GetGroupName(), Config::HasGroup(), ImplDeleteConfigData(), ImplGetConfigBuffer(), Config::ImplGetGroup(), and ImplMakeConfigList().