Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DListView.cpp44 int CListView::InsertItem(int index, LPCTSTR text) in InsertItem() function in NWindows::NControl::CListView
52 return InsertItem(&item); in InsertItem()
77 int CListView::InsertItem(int index, LPCWSTR text) in InsertItem() function in NWindows::NControl::CListView
85 return InsertItem(&item); in InsertItem()
DListView.h33 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } in InsertItem() function
34 int InsertItem(int index, LPCTSTR text);
42 …int InsertItem(const LV_ITEMW* item) { return (int)SendMessage(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function
43 int InsertItem(int index, LPCWSTR text);
DComboBox.h48 LRESULT InsertItem(COMBOBOXEXITEM *item) { return SendMessage(CBEM_INSERTITEM, 0, (LPARAM)item); } in InsertItem() function
50 …LRESULT InsertItem(COMBOBOXEXITEMW *item) { return SendMessage(CBEM_INSERTITEMW, 0, (LPARAM)item);… in InsertItem() function
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.h25 void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex = -1);
82 void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex = -1);
Dxfa_ffchoicelist.cpp162 void CXFA_FFListBox::InsertItem(const CFX_WideStringC& wsLabel, in InsertItem() function in CXFA_FFListBox
459 void CXFA_FFComboBox::InsertItem(const CFX_WideStringC& wsLabel, in InsertItem() function in CXFA_FFComboBox
Dxfa_ffnotify.cpp99 ->InsertItem((const CFX_WideStringC&)(const FX_WCHAR*)pParam, in OnWidgetDataEvent()
103 ->InsertItem((const CFX_WideStringC&)(const FX_WCHAR*)pParam, in OnWidgetDataEvent()
Dxfa_ffdocview.cpp825 pAcc->InsertItem(wsLabel, wsValue); in RunBindItems()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp236 _list.InsertItem(0, L"12345678901234567" in OnInit()
602 _list.InsertItem(&item); in Reload()
634 _list.InsertItem(&item); in Reload()
DProgressDialog2.cpp1106 _messageList.InsertItem(itemIndex, sz); in AddMessageDirect()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h685 void InsertItem(const CFX_WideString& wsLabel,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2347 void CXFA_WidgetData::InsertItem(const CFX_WideString& wsLabel, in InsertItem() function in CXFA_WidgetData
Dxfa_object_imp.cpp2359 pWidgetData->InsertItem(wsLabel, wsValue, -1, TRUE); in Script_Field_AddItem()