Searched defs:useEditor (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | RegistryUtils.cpp | 61 void SaveRegEditor(bool useEditor, const UString &path) { SaveCuString(kCU_FMPath, useEditor ? kEdi… in SaveRegEditor() 62 void ReadRegEditor(bool useEditor, UString &path) { ReadCuString(kCU_FMPath, useEditor ? kEditor : … in ReadRegEditor()
|
H A D | PanelItemOpen.cpp | 719 static HRESULT StartEditApplication(const UString &path, bool useEditor, HWND window, CProcess &pro… in StartEditApplication() 820 void CPanel::EditItem(unsigned index, bool useEditor) in EditItem() 1452 …e(unsigned index, bool tryInternal, bool tryExternal, bool editMode, bool useEditor, const wchar_t… in OpenItemInArchive()
|
H A D | App.h | 124 void EditItem(bool useEditor) { GetFocusedPanel().EditItem(useEditor); } in EditItem()
|
H A D | PanelItems.cpp | 1021 void CPanel::EditItem(bool useEditor) in EditItem()
|