Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.cpp121 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) in OnChar()
144 if (CPWL_Edit* pEdit = (CPWL_Edit*)GetPDFWindow(pPageView, false)) in IsDataChanged()
151 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in SaveData()
167 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in GetActionData()
179 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in GetActionData()
197 if (CPWL_Edit* pEdit = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in SetActionData()
226 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in SaveState()
235 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, true)) { in RestoreState()
252 pRet = GetPDFWindow(pPageView, false); in ResetPDFWindow()
254 pRet = GetPDFWindow(pPageView, true); in ResetPDFWindow()
[all …]
Dcffl_combobox.cpp85 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
101 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false)); in SaveData()
133 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()
153 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()
174 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SetActionData()
205 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SaveState()
219 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, true))) { in RestoreState()
242 pRet = GetPDFWindow(pPageView, false); in ResetPDFWindow()
244 pRet = GetPDFWindow(pPageView, true); in ResetPDFWindow()
255 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in IsFieldFull()
[all …]
Dcffl_formfiller.cpp48 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in SetWindowRect()
54 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in GetWindowRect()
68 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in GetViewBBox()
90 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in OnDraw()
123 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) { in OnLButtonDown()
140 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonUp()
153 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonDblClk()
168 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnMouseMove()
184 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnMouseWheel()
192 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnRButtonDown()
[all …]
Dcffl_listbox.cpp94 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
116 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveData()
145 (CPWL_ListBox*)GetPDFWindow(pPageView, false)) { in GetActionData()
171 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveState()
183 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in RestoreState()
202 pRet = GetPDFWindow(pPageView, false); in ResetPDFWindow()
204 pRet = GetPDFWindow(pPageView, true); in ResetPDFWindow()
Dcffl_radiobutton.cpp62 (CPWL_RadioButton*)GetPDFWindow(pPageView, true)) in OnChar()
80 (CPWL_RadioButton*)GetPDFWindow(pPageView, true)) in OnLButtonUp()
92 (CPWL_RadioButton*)GetPDFWindow(pPageView, false)) { in IsDataChanged()
101 (CPWL_RadioButton*)GetPDFWindow(pPageView, false)) { in SaveData()
Dcffl_checkbox.cpp62 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, true)) in OnChar()
80 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, true)) { in OnLButtonUp()
93 CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
98 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, false)) { in SaveData()
Dcffl_formfiller.h126 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew);