LibreOffice Module editeng (master) 1
Public Member Functions | Private Types | Private Attributes | List of all members
ItemList Class Reference

#include <editdoc.hxx>

Public Member Functions

 ItemList ()
 
const SfxPoolItemFirst ()
 
const SfxPoolItemNext ()
 
sal_Int32 Count () const
 
void Insert (const SfxPoolItem *pItem)
 
void Clear ()
 

Private Types

typedef std::vector< const SfxPoolItem * > DummyItemList
 

Private Attributes

DummyItemList aItemPool
 
sal_Int32 CurrentItem
 

Detailed Description

Definition at line 136 of file editdoc.hxx.

Member Typedef Documentation

◆ DummyItemList

typedef std::vector<const SfxPoolItem*> ItemList::DummyItemList
private

Definition at line 139 of file editdoc.hxx.

Constructor & Destructor Documentation

◆ ItemList()

ItemList::ItemList ( )

Definition at line 1892 of file editdoc.cxx.

Member Function Documentation

◆ Clear()

void ItemList::Clear ( )
inline

Definition at line 149 of file editdoc.hxx.

References aItemPool.

Referenced by ImpEditEngine::WriteRTF().

◆ Count()

sal_Int32 ItemList::Count ( ) const
inline

Definition at line 147 of file editdoc.hxx.

References aItemPool.

Referenced by ImpEditEngine::WriteItemListAsRTF(), and ImpEditEngine::WriteRTF().

◆ First()

const SfxPoolItem * ItemList::First ( )

Definition at line 1896 of file editdoc.cxx.

References aItemPool, and CurrentItem.

Referenced by ImpEditEngine::WriteItemListAsRTF().

◆ Insert()

void ItemList::Insert ( const SfxPoolItem pItem)

Definition at line 1912 of file editdoc.cxx.

References aItemPool, and CurrentItem.

Referenced by lcl_FindValidAttribs(), and ImpEditEngine::WriteRTF().

◆ Next()

const SfxPoolItem * ItemList::Next ( void  )

Definition at line 1902 of file editdoc.cxx.

References aItemPool, and CurrentItem.

Referenced by ImpEditEngine::WriteItemListAsRTF().

Member Data Documentation

◆ aItemPool

DummyItemList ItemList::aItemPool
private

Definition at line 140 of file editdoc.hxx.

Referenced by Clear(), Count(), First(), Insert(), and Next().

◆ CurrentItem

sal_Int32 ItemList::CurrentItem
private

Definition at line 141 of file editdoc.hxx.

Referenced by First(), Insert(), and Next().


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