Home
last modified time | relevance | path

Searched refs:ExtendedCharsetIterator (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/inc/
H A Dcharsets.hxx57 class ExtendedCharsetIterator;
60 typedef ExtendedCharsetIterator iterator;
61 typedef ExtendedCharsetIterator const_iterator;
108 class OCharsetDisplay::ExtendedCharsetIterator class in dbaui::OCharsetDisplay
112 friend bool operator==(const ExtendedCharsetIterator& lhs, const ExtendedCharsetIterator& rhs);
113 …friend bool operator!=(const ExtendedCharsetIterator& lhs, const ExtendedCharsetIterator& rhs) { r… in operator !=()
123 ExtendedCharsetIterator(const ExtendedCharsetIterator& _rSource);
128 const ExtendedCharsetIterator& operator++();
130 …const ExtendedCharsetIterator operator++(int) { ExtendedCharsetIterator hold(*this); ++*this; retu… in operator ++()
133 const ExtendedCharsetIterator& operator--();
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A Dcharsets.cxx139 …OCharsetDisplay::ExtendedCharsetIterator::ExtendedCharsetIterator( const OCharsetDisplay* _pContai… in ExtendedCharsetIterator() function in dbaui::OCharsetDisplay::ExtendedCharsetIterator
147 …OCharsetDisplay::ExtendedCharsetIterator::ExtendedCharsetIterator(const ExtendedCharsetIterator& _… in ExtendedCharsetIterator() function in dbaui::OCharsetDisplay::ExtendedCharsetIterator
154 CharsetDisplayDerefHelper OCharsetDisplay::ExtendedCharsetIterator::operator*() const in operator *()
166 …const OCharsetDisplay::ExtendedCharsetIterator& OCharsetDisplay::ExtendedCharsetIterator::operator… in operator ++()
175 …const OCharsetDisplay::ExtendedCharsetIterator& OCharsetDisplay::ExtendedCharsetIterator::operator… in operator --()
184 …ool operator==(const OCharsetDisplay::ExtendedCharsetIterator& lhs, const OCharsetDisplay::Extende… in operator ==()

Completed in 8 milliseconds