Searched refs:ITEM (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rosapps/applications/sysutils/fontsub/ |
H A D | fontsub.cpp | 35 struct ITEM struct 39 ITEM(const STRING& Name, const STRING& Substitute, in ITEM() argument 68 typedef std::vector<ITEM> ITEMVECTOR; 160 inline bool ItemCompareByNameAscend(const ITEM& Item1, const ITEM& Item2) in ItemCompareByNameAscend() 165 inline bool ItemCompareByNameDescend(const ITEM& Item1, const ITEM& Item2) in ItemCompareByNameDescend() 170 inline bool ItemCompareBySubAscend(const ITEM& Item1, const ITEM& Item2) in ItemCompareBySubAscend() 175 inline bool ItemCompareBySubDescend(const ITEM& Item1, const ITEM& Item2) in ItemCompareBySubDescend() 293 ITEM Item(szName, szValue, CharSet1, CharSet2); in DoLoadItems() 669 ITEM Item(key, value, CharSet1, CharSet2); in AddDlg_OnCommand() 980 ITEM Item(key, value, CharSet1, CharSet2); in DoParseFile()
|
/reactos/win32ss/user/user32/windows/ |
H A D | menu.c | 83 ITEM *MENU_FindItem( HMENU *hmenu, UINT *nPos, UINT wFlags ) in MENU_FindItem() 86 ITEM *fallback = NULL; in MENU_FindItem() 108 ITEM *subitem = MENU_FindItem( &hsubmenu, nPos, wFlags ); in MENU_FindItem() 173 ITEM *pItem = MENU_FindItem (&hmenu, &item, bypos ? MF_BYPOSITION : 0); in GetMenuItemInfo_common() 971 ITEM * lpmi; in GetMenuItemID() 1074 ITEM *item; in GetMenuStringA() 1109 ITEM *item; in GetMenuStringW()
|
/reactos/win32ss/user/ntuser/ |
H A D | menu.c | 277 ITEM *item = pMenu->rgItems; in IntDestroyMenu() 407 ITEM *item; in MENU_depth() 510 ITEM *fallback = NULL; in MENU_FindItem() 641 ITEM *newItems; in MENU_InsertItem() 1482 ITEM *item; in MENU_FindItemByCoords() 1547 ITEM *item = menu->rgItems; in MENU_FindItemByKey() 2103 ITEM *lpitem; in MENU_MenuBarCalcSize() 2624 ITEM *item; in MENU_DrawPopupMenu() 3324 ITEM *Item; in MENU_ShowSubPopup() 3610 ITEM *item; in MENU_ButtonUp() [all …]
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 393 } ITEM, *PITEM; typedef
|