LibreOffice Module svx (master)
1
|
#include <srchdlg.hxx>
Public Member Functions | |
SearchAttrItemList () | |
SearchAttrItemList (const SearchAttrItemList &rList) | |
~SearchAttrItemList () | |
void | Put (const SfxItemSet &rSet) |
SfxItemSet & | Get (SfxItemSet &rSet) |
void | Clear () |
sal_uInt16 | Count () const |
SearchAttrItem & | operator[] (sal_uInt16 nPos) |
SearchAttrItem & | GetObject (sal_uInt16 nPos) |
void | Insert (const SearchAttrItem &rItem) |
void | Remove (size_t nPos) |
Definition at line 49 of file srchdlg.hxx.
|
inline |
Definition at line 52 of file srchdlg.hxx.
SearchAttrItemList::SearchAttrItemList | ( | const SearchAttrItemList & | rList | ) |
Definition at line 177 of file srchdlg.cxx.
References i, IsInvalidItem(), and size.
SearchAttrItemList::~SearchAttrItemList | ( | ) |
Definition at line 185 of file srchdlg.cxx.
References Clear().
void SearchAttrItemList::Clear | ( | ) |
Definition at line 236 of file srchdlg.cxx.
References i, IsInvalidItem(), and size.
Referenced by ~SearchAttrItemList().
|
inline |
Definition at line 59 of file srchdlg.hxx.
Referenced by SvxSearchDialog::BuildAttrText_Impl().
SfxItemSet & SearchAttrItemList::Get | ( | SfxItemSet & | rSet | ) |
Definition at line 223 of file srchdlg.cxx.
References SfxItemSet::GetPool(), SfxItemPool::GetWhich(), i, SfxItemSet::InvalidateItem(), IsInvalidItem(), SfxItemSet::Put(), and size.
|
inline |
Definition at line 62 of file srchdlg.hxx.
Referenced by SvxSearchDialog::BuildAttrText_Impl().
|
inline |
Definition at line 66 of file srchdlg.hxx.
Referenced by Put().
|
inline |
Definition at line 60 of file srchdlg.hxx.
void SearchAttrItemList::Put | ( | const SfxItemSet & | rSet | ) |
Definition at line 190 of file srchdlg.cxx.
References SfxPoolItem::Clone(), SfxItemSet::Count(), SfxItemIter::GetCurItem(), SfxItemIter::GetCurPos(), SfxItemSet::GetPool(), SfxItemPool::GetSlotId(), SfxItemSet::GetWhichByPos(), Insert(), IsInvalidItem(), SfxItemIter::NextItem(), SearchAttrItem::nSlot, SearchAttrItem::pItem, and SfxPoolItem::Which().
void SearchAttrItemList::Remove | ( | size_t | nPos | ) |
Definition at line 246 of file srchdlg.cxx.
References begin, i, IsInvalidItem(), and size.