LibreOffice Module oox (master) 1
|
#include <dumperbase.hxx>
Public Member Functions | |
ItemFormatMap () | |
ItemFormatMap (const NameListRef &rxNameList) | |
::std::map< sal_Int64, ItemFormat >::const_iterator | end () const |
::std::map< sal_Int64, ItemFormat >::const_iterator | find (sal_Int64 nId) const |
void | insertFormats (const NameListRef &rxNameList) |
Private Attributes | |
::std::map< sal_Int64, ItemFormat > | maMap |
Definition at line 739 of file dumperbase.hxx.
|
inline |
Definition at line 745 of file dumperbase.hxx.
|
inlineexplicit |
Definition at line 746 of file dumperbase.hxx.
References insertFormats().
|
inline |
Definition at line 748 of file dumperbase.hxx.
References maMap.
Referenced by oox::dump::RecordObjectBase::implDump().
|
inline |
Definition at line 749 of file dumperbase.hxx.
Referenced by oox::dump::RecordObjectBase::implDump().
void oox::dump::ItemFormatMap::insertFormats | ( | const NameListRef & | rxNameList | ) |
Definition at line 937 of file dumperbase.cxx.
References oox::dump::Base::isValid(), and maMap.
Referenced by ItemFormatMap().
|
private |
Definition at line 742 of file dumperbase.hxx.
Referenced by end(), find(), and insertFormats().