Home
last modified time | relevance | path

Searched refs:mpAccelList (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/vcl/source/window/
H A Daccmgr.cxx47 if ( mpAccelList ) in DECLARE_LIST()
48 delete mpAccelList; in DECLARE_LIST()
57 if ( !mpAccelList ) in InsertAccel()
58 mpAccelList = new ImplAccelList; 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()
[all …]
/aoo4110/main/vcl/inc/
H A Daccmgr.hxx40 ImplAccelList* mpAccelList; member in ImplAccelManager
46 mpAccelList = NULL; in ImplAccelManager()

Completed in 17 milliseconds