Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/dialogs/
H A Dfiletypes.cpp364 CSimpleMap<CStringW, CStringW> CommandLineMap; member
1249 if (pEditType->CommandLineMap.FindKey(szVerbName) == -1) in EditTypeDlg_WriteClass()
1261 const INT nCount = pEditType->CommandLineMap.GetSize(); in EditTypeDlg_WriteClass()
1264 const CStringW& key = pEditType->CommandLineMap.GetKeyAt(i); in EditTypeDlg_WriteClass()
1265 const CStringW& cmd = pEditType->CommandLineMap.GetValueAt(i); in EditTypeDlg_WriteClass()
1360 pEditType->CommandLineMap.SetAt(szVerbName, szValue); in EditTypeDlg_ReadClass()
1438 pEditType->CommandLineMap.Remove(szText); in EditTypeDlg_OnRemove()
1487 pEditType->CommandLineMap.SetAt(action.szAction, strCommandLine); in EditTypeDlg_OnCommand()
1537 iIndex = pEditType->CommandLineMap.FindKey(action.szAction); in EditTypeDlg_OnCommand()
1538 CStringW str = pEditType->CommandLineMap.GetValueAt(iIndex); in EditTypeDlg_OnCommand()
[all …]