LibreOffice Module oox (master) 1
Public Member Functions | Private Attributes | List of all members
oox::dump::ItemFormatMap Class Reference

#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, ItemFormatmaMap
 

Detailed Description

Definition at line 739 of file dumperbase.hxx.

Constructor & Destructor Documentation

◆ ItemFormatMap() [1/2]

oox::dump::ItemFormatMap::ItemFormatMap ( )
inline

Definition at line 745 of file dumperbase.hxx.

◆ ItemFormatMap() [2/2]

oox::dump::ItemFormatMap::ItemFormatMap ( const NameListRef rxNameList)
inlineexplicit

Definition at line 746 of file dumperbase.hxx.

References insertFormats().

Member Function Documentation

◆ end()

::std::map< sal_Int64, ItemFormat >::const_iterator oox::dump::ItemFormatMap::end ( ) const
inline

Definition at line 748 of file dumperbase.hxx.

References maMap.

Referenced by oox::dump::RecordObjectBase::implDump().

◆ find()

::std::map< sal_Int64, ItemFormat >::const_iterator oox::dump::ItemFormatMap::find ( sal_Int64  nId) const
inline

Definition at line 749 of file dumperbase.hxx.

References maMap, and nId.

Referenced by oox::dump::RecordObjectBase::implDump().

◆ insertFormats()

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().

Member Data Documentation

◆ maMap

::std::map< sal_Int64, ItemFormat > oox::dump::ItemFormatMap::maMap
private

Definition at line 742 of file dumperbase.hxx.

Referenced by end(), find(), and insertFormats().


The documentation for this class was generated from the following files: