|
LibreOffice Module oox (master) 1
|
#include <dumperbase.hxx>
Public Member Functions | |
| StorageIterator (StorageRef xStrg) | |
| virtual | ~StorageIterator () override |
| StorageIterator & | operator++ () |
| OUString | getName () const |
| bool | isStream () const |
| bool | isStorage () const |
Public Member Functions inherited from oox::dump::Base | |
| virtual | ~Base () |
| Base (Base const &)=default | |
| Base (Base &&)=default | |
| Base & | operator= (Base const &)=default |
| Base & | operator= (Base &&)=default |
| bool | isValid () const |
Private Member Functions | |
| virtual bool | implIsValid () const override |
Private Attributes | |
| StorageRef | mxStrg |
| OUStringVector | maNames |
| OUStringVector::const_iterator | maIt |
Additional Inherited Members | |
Static Public Member Functions inherited from oox::dump::Base | |
| static bool | isValid (const std::shared_ptr< Base > &rxBase) |
Protected Member Functions inherited from oox::dump::Base | |
| Base () | |
| virtual bool | implIsValid () const =0 |
Definition at line 1072 of file dumperbase.hxx.
|
explicit |
Definition at line 1695 of file dumperbase.cxx.
|
overridevirtual |
Definition at line 1703 of file dumperbase.cxx.
| OUString oox::dump::StorageIterator::getName | ( | ) | const |
Definition at line 1714 of file dumperbase.cxx.
|
overrideprivatevirtual |
Implements oox::dump::Base.
Definition at line 1735 of file dumperbase.cxx.
| bool oox::dump::StorageIterator::isStorage | ( | ) | const |
Definition at line 1727 of file dumperbase.cxx.
References oox::dump::Base::isValid(), maIt, and mxStrg.
| bool oox::dump::StorageIterator::isStream | ( | ) | const |
Definition at line 1722 of file dumperbase.cxx.
References oox::dump::Base::isValid(), and mxStrg.
| StorageIterator & oox::dump::StorageIterator::operator++ | ( | void | ) |
Definition at line 1707 of file dumperbase.cxx.
|
private |
Definition at line 1090 of file dumperbase.hxx.
Referenced by getName(), implIsValid(), isStorage(), operator++(), and StorageIterator().
|
private |
Definition at line 1089 of file dumperbase.hxx.
Referenced by getName(), implIsValid(), operator++(), and StorageIterator().
|
private |
Definition at line 1088 of file dumperbase.hxx.
Referenced by implIsValid(), isStorage(), isStream(), and StorageIterator().