Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp11 CFWL_ListBox* CFWL_ListBox::Create() { in Create()
12 return new CFWL_ListBox; in Create()
14 FWL_ERR CFWL_ListBox::Initialize(const CFWL_WidgetProperties* pProperties) { in Initialize()
30 FWL_ERR CFWL_ListBox::AddDIBitmap(CFX_DIBitmap* pDIB, FWL_HLISTITEM hItem) { in AddDIBitmap()
34 FWL_HLISTITEM CFWL_ListBox::AddString(const CFX_WideStringC& wsAdd, in AddString()
43 FX_BOOL CFWL_ListBox::DeleteString(FWL_HLISTITEM hItem) { in DeleteString()
67 FX_BOOL CFWL_ListBox::DeleteAll() { in DeleteAll()
77 int32_t CFWL_ListBox::CountSelItems() { in CountSelItems()
82 FWL_HLISTITEM CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem()
87 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex()
[all …]
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp27 CFWL_ListBox* pListBox = CFWL_ListBox::Create(); in LoadWidget()
70 CFWL_ListBox* pListBox = (CFWL_ListBox*)m_pNormalWidget; in CommitData()
83 CFWL_ListBox* pListBox = (CFWL_ListBox*)m_pNormalWidget; in IsDataChanged()
127 CFWL_ListBox* pListBox = ((CFWL_ListBox*)m_pNormalWidget); in UpdateFWLData()
138 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(selItemArray[i], TRUE); in UpdateFWLData()
149 CFWL_ListBox* pListBox = (CFWL_ListBox*)m_pNormalWidget; in OnSelectChanged()
157 FWL_HLISTITEM item = ((CFWL_ListBox*)m_pNormalWidget)->GetSelItem(nIndex); in SetItemState()
158 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(item, bSelected); in SetItemState()
165 ((CFWL_ListBox*)m_pNormalWidget)->AddString(wsTemp); in InsertItem()
171 ((CFWL_ListBox*)m_pNormalWidget)->DeleteAll(); in DeleteItem()
[all …]
/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h12 class CFWL_ListBox; variable
14 class CFWL_ListBox : public CFWL_Widget {
16 static CFWL_ListBox* Create();
41 CFWL_ListBox();
42 virtual ~CFWL_ListBox();