LibreOffice Module ucb (master) 1
|
#include <sortresult.hxx>
Public Member Functions | |
EventList () | |
sal_uInt32 | Count () const |
void | AddEvent (sal_IntPtr nType, sal_Int32 nPos) |
void | Insert (const css::ucb::ListAction &rAction) |
void | Clear () |
css::ucb::ListAction & | GetAction (sal_Int32 nIndex) |
Private Attributes | |
std::deque< css::ucb::ListAction > | maData |
Definition at line 69 of file sortresult.hxx.
|
inline |
Definition at line 74 of file sortresult.hxx.
void EventList::AddEvent | ( | sal_IntPtr | nType, |
sal_Int32 | nPos | ||
) |
Definition at line 449 of file sortdynres.cxx.
References Insert(), nPos, and nType.
Referenced by SortedResultSet::Remove(), SortedResultSet::ResortModified(), and SortedResultSet::ResortNew().
void EventList::Clear | ( | ) |
Definition at line 444 of file sortdynres.cxx.
References maData.
Referenced by SortedDynamicResultSet::SendNotify().
|
inline |
Definition at line 76 of file sortresult.hxx.
References maData.
Referenced by SortedDynamicResultSet::SendNotify().
|
inline |
Definition at line 81 of file sortresult.hxx.
References maData, and nIndex.
Referenced by SortedDynamicResultSet::SendNotify().
|
inline |
Definition at line 79 of file sortresult.hxx.
References maData.
Referenced by AddEvent(), SortedDynamicResultSet::impl_notify(), and SortedResultSet::ResortModified().
|
private |
Definition at line 71 of file sortresult.hxx.
Referenced by Clear(), Count(), GetAction(), and Insert().