LibreOffice Module dbaccess (master) 1
|
#include <charsetlistbox.hxx>
Public Member Functions | |
CharSetListBox (std::unique_ptr< weld::ComboBox > xControl) | |
void | SelectEntryByIanaName (std::u16string_view _rIanaName) |
bool | StoreSelectedCharSet (SfxItemSet &_rSet, TypedWhichId< SfxStringItem > _nItemId) |
weld::ComboBox * | get_widget () |
void | connect_changed (const Link< weld::ComboBox &, void > &rLink) |
void | show () |
Private Attributes | |
OCharsetDisplay | m_aCharSets |
std::unique_ptr< weld::ComboBox > | m_xControl |
Definition at line 32 of file charsetlistbox.hxx.
dbaui::CharSetListBox::CharSetListBox | ( | std::unique_ptr< weld::ComboBox > | xControl | ) |
Definition at line 28 of file charsetlistbox.cxx.
References m_aCharSets, m_xControl, and m_xControl.
|
inline |
Definition at line 41 of file charsetlistbox.hxx.
References m_xControl.
|
inline |
Definition at line 40 of file charsetlistbox.hxx.
References m_xControl.
void dbaui::CharSetListBox::SelectEntryByIanaName | ( | std::u16string_view | _rIanaName | ) |
Definition at line 37 of file charsetlistbox.cxx.
References dbaui::OCharsetDisplay::end(), dbaui::OCharsetDisplay::findEncoding(), dbaui::OCharsetDisplay::findIanaName(), m_aCharSets, and m_xControl.
|
inline |
Definition at line 42 of file charsetlistbox.hxx.
References m_xControl.
bool dbaui::CharSetListBox::StoreSelectedCharSet | ( | SfxItemSet & | _rSet, |
TypedWhichId< SfxStringItem > | _nItemId | ||
) |
Definition at line 52 of file charsetlistbox.cxx.
References dbaui::OCharsetDisplay::end(), dbaui::OCharsetDisplay::findDisplayName(), m_aCharSets, m_xControl, and SfxItemSet::Put().
|
private |
Definition at line 45 of file charsetlistbox.hxx.
Referenced by CharSetListBox(), SelectEntryByIanaName(), and StoreSelectedCharSet().
|
private |
Definition at line 46 of file charsetlistbox.hxx.
Referenced by CharSetListBox(), connect_changed(), get_widget(), SelectEntryByIanaName(), show(), and StoreSelectedCharSet().