Lines Matching refs:mpAccelList
47 if ( mpAccelList ) in DECLARE_LIST()
48 delete mpAccelList; in DECLARE_LIST()
57 if ( !mpAccelList ) in InsertAccel()
58 mpAccelList = new ImplAccelList; in InsertAccel()
62 if ( mpAccelList->GetPos( pAccel ) != LIST_ENTRY_NOTFOUND ) in InsertAccel()
67 mpAccelList->Insert( pAccel, (sal_uLong)0 ); in InsertAccel()
77 if ( !mpAccelList ) in RemoveAccel()
98 mpAccelList->Remove( pAccel ); in RemoveAccel()
138 if ( !mpAccelList ) in IsAccelKey()
140 if ( !mpAccelList->Count() ) in IsAccelKey()
221 pAccel = mpAccelList->First(); in IsAccelKey()
283 pAccel = mpAccelList->Next(); in IsAccelKey()