LibreOffice Module dbaccess (master) 1
|
#include <charsets.hxx>
Public Member Functions | |
CharsetDisplayDerefHelper | operator* () const |
const ExtendedCharsetIterator & | operator++ () |
prefix increment More... | |
Protected Member Functions | |
ExtendedCharsetIterator (const OCharsetDisplay *_pContainer, base_iterator _aPosition) | |
Protected Attributes | |
const OCharsetDisplay * | m_pContainer |
base_iterator | m_aPosition |
Private Types | |
typedef ::dbtools::OCharsetMap | container |
typedef container::CharsetIterator | base_iterator |
Friends | |
class | OCharsetDisplay |
bool | operator== (const ExtendedCharsetIterator &lhs, const ExtendedCharsetIterator &rhs) |
bool | operator!= (const ExtendedCharsetIterator &lhs, const ExtendedCharsetIterator &rhs) |
Definition at line 79 of file charsets.hxx.
|
private |
Definition at line 87 of file charsets.hxx.
Definition at line 86 of file charsets.hxx.
|
protected |
Definition at line 98 of file charsets.cxx.
References m_pContainer.
CharsetDisplayDerefHelper dbaui::OCharsetDisplay::ExtendedCharsetIterator::operator* | ( | void | ) | const |
Definition at line 105 of file charsets.cxx.
References SvxTextEncodingTable::GetTextString(), and dbtools::OCharsetMap::m_pContainer.
const OCharsetDisplay::ExtendedCharsetIterator & dbaui::OCharsetDisplay::ExtendedCharsetIterator::operator++ | ( | void | ) |
prefix increment
Definition at line 116 of file charsets.cxx.
References dbtools::OCharsetMap::m_pContainer.
|
friend |
Definition at line 81 of file charsets.hxx.
|
friend |
Definition at line 84 of file charsets.hxx.
|
friend |
Definition at line 124 of file charsets.cxx.
|
protected |
Definition at line 91 of file charsets.hxx.
|
protected |
Definition at line 90 of file charsets.hxx.
Referenced by ExtendedCharsetIterator().