|
LibreOffice Module editeng (master) 1
|
#include <editdoc.hxx>
Public Member Functions | |
| ItemList () | |
| const SfxPoolItem * | First () |
| const SfxPoolItem * | Next () |
| 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 |
Definition at line 136 of file editdoc.hxx.
|
private |
Definition at line 139 of file editdoc.hxx.
| ItemList::ItemList | ( | ) |
Definition at line 1892 of file editdoc.cxx.
|
inline |
Definition at line 149 of file editdoc.hxx.
References aItemPool.
Referenced by ImpEditEngine::WriteRTF().
|
inline |
Definition at line 147 of file editdoc.hxx.
References aItemPool.
Referenced by ImpEditEngine::WriteItemListAsRTF(), and ImpEditEngine::WriteRTF().
| const SfxPoolItem * ItemList::First | ( | ) |
Definition at line 1896 of file editdoc.cxx.
References aItemPool, and CurrentItem.
Referenced by ImpEditEngine::WriteItemListAsRTF().
| 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().
| const SfxPoolItem * ItemList::Next | ( | void | ) |
Definition at line 1902 of file editdoc.cxx.
References aItemPool, and CurrentItem.
Referenced by ImpEditEngine::WriteItemListAsRTF().
|
private |
|
private |
Definition at line 141 of file editdoc.hxx.