LibreOffice Module lotuswordpro (master) 1
|
#include <utlist.hxx>
Public Member Functions | |
CUtListElmt () | |
CUtListElmt (CUtListElmt *pPrev) | |
CUtListElmt (CUtList *pList) | |
virtual | ~CUtListElmt () |
void | MakeNotOnList () |
CUtListElmt * | GetNext () const |
void | SetNext (CUtListElmt *pNext) |
CUtListElmt * | GetPrev () const |
void | SetPrev (CUtListElmt *pPrev) |
void | InsertAfter (CUtListElmt *pPrev) |
Private Attributes | |
CUtListElmt * | cpNext |
CUtListElmt * | cpPrev |
Definition at line 63 of file utlist.hxx.
|
inline |
Definition at line 66 of file utlist.hxx.
|
inlineexplicit |
Definition at line 71 of file utlist.hxx.
References InsertAfter().
|
explicit |
Definition at line 59 of file utlist.cxx.
References OpenStormBento::CUtList::GetLast(), and InsertAfter().
|
virtual |
Definition at line 67 of file utlist.cxx.
|
inline |
Definition at line 75 of file utlist.hxx.
References cpNext.
Referenced by OpenStormBento::CUtList::Destroy(), OpenStormBento::CUtList::GetFirst(), OpenStormBento::CUtList::GetNextOrNULL(), and OpenStormBento::CUtList::~CUtList().
|
inline |
Definition at line 77 of file utlist.hxx.
References cpPrev.
Referenced by OpenStormBento::FindID(), OpenStormBento::FindNamedObject(), and OpenStormBento::CUtList::GetLast().
|
inline |
Definition at line 79 of file utlist.hxx.
References cpNext, and cpPrev.
Referenced by CUtListElmt().
|
inline |
Definition at line 74 of file utlist.hxx.
References cpNext.
Referenced by OpenStormBento::CUtList::~CUtList().
|
inline |
Definition at line 76 of file utlist.hxx.
References cpNext.
Referenced by OpenStormBento::CUtList::CUtList(), and OpenStormBento::CUtList::~CUtList().
|
inline |
Definition at line 78 of file utlist.hxx.
References cpPrev.
Referenced by OpenStormBento::CUtList::CUtList(), and OpenStormBento::CUtList::~CUtList().
|
private |
Definition at line 88 of file utlist.hxx.
Referenced by GetNext(), InsertAfter(), MakeNotOnList(), SetNext(), and ~CUtListElmt().
|
private |
Definition at line 89 of file utlist.hxx.
Referenced by GetPrev(), InsertAfter(), SetPrev(), and ~CUtListElmt().