Home
last modified time | relevance | path

Searched refs:ImplAccelList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/inc/
H A Daccmgr.hxx29 class ImplAccelList;
40 ImplAccelList* mpAccelList;
41 ImplAccelList* mpSequenceList;
/trunk/main/vcl/source/window/
H A Daccel.cxx40 DECLARE_LIST( ImplAccelList, ImplAccelEntry* )
50 ImplAccelList maIdList; // Id-List
59 sal_uInt16 ImplAccelEntryGetIndex( ImplAccelList* pList, sal_uInt16 nId, in DBG_NAME()
108 static void ImplAccelEntryInsert( ImplAccelList* pList, ImplAccelEntry* pEntry ) in ImplAccelEntryInsert()
132 static sal_uInt16 ImplAccelEntryGetFirstPos( ImplAccelList* pList, sal_uInt16 nId ) in ImplAccelEntryGetFirstPos()
H A Daccmgr.cxx37 DECLARE_LIST( ImplAccelList, Accelerator* ) in DECLARE_LIST() argument
58 mpAccelList = new ImplAccelList; in InsertAccel()
238 mpSequenceList = new ImplAccelList; in IsAccelKey()

Completed in 17 milliseconds