/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_ffchoicelist.cpp | 20 if (m_pNormalWidget) {
21 IFWL_Widget* pWidget = m_pNormalWidget->GetWidget();
31 m_pNormalWidget = (CFWL_Widget*)pListBox;
32 IFWL_Widget* pWidget = m_pNormalWidget->GetWidget();
33 m_pNormalWidget->SetPrivateData(pWidget, this, NULL);
36 m_pOldDelegate = m_pNormalWidget->SetDelegate(this);
37 m_pNormalWidget->LockUpdate();
49 m_pNormalWidget->ModifyStylesEx(dwExtendedStyle, 0xFFFFFFFF);
57 m_pNormalWidget->UnlockUpdate();
69 FXSYS_assert(m_pNormalWidget != NULL); [all...] |
xfa_fftextedit.cpp | 22 if (m_pNormalWidget) {
23 IFWL_Widget* pWidget = m_pNormalWidget->GetWidget();
31 m_pNormalWidget = pFWLEdit;
32 IFWL_Widget* pWidget = m_pNormalWidget->GetWidget();
33 m_pNormalWidget->SetPrivateData(pWidget, this, NULL);
36 m_pOldDelegate = m_pNormalWidget->SetDelegate(this);
37 m_pNormalWidget->LockUpdate();
42 m_pNormalWidget->UnlockUpdate();
46 CFWL_Edit* pWidget = (CFWL_Edit*)m_pNormalWidget;
85 m_pNormalWidget->ModifyStyles(dwStyle, 0xFFFFFFFF); [all...] |
xfa_ffpushbutton.cpp | 46 GetApp()->GetWidgetMgrDelegate()->OnDrawWidget(m_pNormalWidget->GetWidget(),
50 FXSYS_assert(m_pNormalWidget == NULL);
56 m_pNormalWidget = (CFWL_Widget*)pPushButton;
57 IFWL_Widget* pWidget = m_pNormalWidget->GetWidget();
58 m_pNormalWidget->SetPrivateData(pWidget, this, NULL);
61 m_pNormalWidget->LockUpdate();
64 m_pNormalWidget->UnlockUpdate();
82 m_pNormalWidget->ModifyStylesEx(dwStyleEx, 0xFFFFFFFF);
118 if (m_pNormalWidget) {
119 m_pNormalWidget->Update(); [all...] |
xfa_fffield.cpp | 18 : CXFA_FFWidget(pPageView, pDataAcc), m_pNormalWidget(NULL) {
45 if (m_pNormalWidget) {
47 m_pNormalWidget->GetWidgetRect(rtWidget);
73 m_pNormalWidget->GetWidgetRect(rtWidget);
77 GetApp()->GetWidgetMgrDelegate()->OnDrawWidget(m_pNormalWidget->GetWidget(),
116 if (m_pNormalWidget) {
117 m_pNormalWidget->m_pIface->SetThemeProvider(GetApp()->GetFWLTheme());
121 return m_pNormalWidget != NULL && CXFA_FFWidget::IsLoaded();
130 delete m_pNormalWidget;
131 m_pNormalWidget = nullptr; [all...] |
xfa_ffcheckbutton.cpp | 26 m_pNormalWidget = pCheckBox;
27 IFWL_Widget* pWidget = m_pNormalWidget->GetWidget();
28 m_pNormalWidget->SetPrivateData(pWidget, this, NULL);
31 m_pOldDelegate = m_pNormalWidget->SetDelegate(this);
35 m_pNormalWidget = (CFWL_Widget*)pCheckBox;
36 m_pNormalWidget->SetPrivateData(m_pNormalWidget->GetWidget(), this, NULL);
37 m_pNormalWidget->LockUpdate();
41 m_pNormalWidget->UnlockUpdate();
45 CFWL_CheckBox* pCheckBox = (CFWL_CheckBox*)m_pNormalWidget;
[all...] |
xfa_ffbarcode.cpp | 26 m_pNormalWidget = pFWLBarcode;
27 IFWL_Widget* pWidget = m_pNormalWidget->GetWidget();
28 m_pNormalWidget->SetPrivateData(pWidget, this, NULL);
31 m_pOldDelegate = m_pNormalWidget->SetDelegate(this);
32 m_pNormalWidget->LockUpdate();
37 m_pNormalWidget->UnlockUpdate();
57 m_pNormalWidget->GetWidgetRect(rtWidget);
61 m_pNormalWidget->DrawWidget(pGS, &mt);
65 CFWL_Barcode* pBarCodeWidget = (CFWL_Barcode*)m_pNormalWidget;
121 CFWL_Barcode* pBarCodeWidget = (CFWL_Barcode*)m_pNormalWidget;
[all...] |
xfa_ffimageedit.cpp | 26 m_pNormalWidget = (CFWL_Widget*)pPictureBox;
27 IFWL_Widget* pWidget = m_pNormalWidget->GetWidget();
28 m_pNormalWidget->SetPrivateData(pWidget, this, NULL);
61 m_pNormalWidget->GetWidgetRect(rtImage);
96 ms.m_pDstTarget = m_pNormalWidget->m_pIface;
155 if (!m_pNormalWidget) {
163 m_pNormalWidget->SetWidgetRect(rtImage);
|
xfa_fffield.h | 56 CFWL_Widget* GetNormalWidget() { return m_pNormalWidget; }
88 CFWL_Widget* m_pNormalWidget;
|
xfa_ffsignature.cpp | 100 if (m_pNormalWidget) {
103 FX_DWORD dwWidgetHit = m_pNormalWidget->HitTest(ffx, ffy);
|