Searched refs:GetNormalWidget (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffcombobox.cpp | 53 auto* pComboBox = ToComboBox(GetNormalWidget()); in PtInActiveRect() 88 auto* pComboBox = ToComboBox(GetNormalWidget()); in UpdateWidgetProperty() 104 GetNormalWidget()->ModifyStyleExts(dwExtendedStyle, 0xFFFFFFFF); in UpdateWidgetProperty() 129 ToComboBox(GetNormalWidget())->ShowDropDownList(); in OpenDropDownList() 147 pParam->m_wsPrevText = ToComboBox(GetNormalWidget())->GetEditText(); in FWLEventSelChange() 152 auto* pFWLcombobox = ToComboBox(GetNormalWidget()); in GetCurrentText() 204 auto* pComboBox = ToComboBox(GetNormalWidget()); in UpdateFWLData() 221 ToComboBox(GetNormalWidget())->EditCanUndo(); in CanUndo() 226 ToComboBox(GetNormalWidget())->EditCanRedo(); in CanRedo() 230 return ToComboBox(GetNormalWidget())->EditCanCopy(); in CanCopy() [all …]
|
D | cxfa_fftextedit.cpp | 39 if (GetNormalWidget()) { in PreFinalize() 41 GetNormalWidget()->GetFWLApp()->GetNoteDriver(); in PreFinalize() 42 pNoteDriver->UnregisterEventTarget(GetNormalWidget()); in PreFinalize() 75 CFWL_Edit* pWidget = ToEdit(GetNormalWidget()); in UpdateWidgetProperty() 113 GetNormalWidget()->ModifyStyles(dwStyle, 0xFFFFFFFF); in UpdateWidgetProperty() 114 GetNormalWidget()->ModifyStyleExts(dwExtendedStyle, 0xFFFFFFFF); in UpdateWidgetProperty() 139 CFWL_MessageMouse msg(GetNormalWidget(), in OnLButtonDown() 180 CFWL_MessageSetFocus msg(GetNormalWidget()); in OnSetFocus() 186 CFWL_MessageKillFocus msg(GetNormalWidget()); in OnKillFocus() 203 WideString wsText = ToEdit(GetNormalWidget())->GetText(); in CommitData() [all …]
|
D | cxfa_fffield.cpp | 95 CFX_RectF rtWidget = GetNormalWidget()->GetWidgetRect(); in RenderWidget() 98 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(GetNormalWidget(), pGS, mt); in RenderWidget() 123 CFWL_Widget* CXFA_FFField::GetNormalWidget() { in GetNormalWidget() function in CXFA_FFField 127 const CFWL_Widget* CXFA_FFField::GetNormalWidget() const { in GetNormalWidget() function in CXFA_FFField 136 return GetNormalWidget() && CXFA_FFWidget::IsLoaded(); in IsLoaded() 164 static_cast<CFWL_Edit*>(GetNormalWidget())->SetScrollOffset(fScrollOffset); in SetEditScrollOffset() 173 if (GetNormalWidget()) in PerformLayout() 174 GetNormalWidget()->Update(); in PerformLayout() 346 if (GetNormalWidget()) in UpdateFWL() 347 GetNormalWidget()->Update(); in UpdateFWL() [all …]
|
D | cxfa_fflistbox.cpp | 35 if (GetNormalWidget()) { in PreFinalize() 37 GetNormalWidget()->GetFWLApp()->GetNoteDriver(); in PreFinalize() 38 pNoteDriver->UnregisterEventTarget(GetNormalWidget()); in PreFinalize() 94 auto* pListBox = ToListBox(GetNormalWidget()); in CommitData() 107 auto* pListBox = ToListBox(GetNormalWidget()); in IsDataChanged() 147 auto* pListBox = ToListBox(GetNormalWidget()); in UpdateFWLData() 160 GetNormalWidget()->Update(); in UpdateFWLData() 171 auto* pListBox = ToListBox(GetNormalWidget()); in SetItemState() 173 GetNormalWidget()->Update(); in SetItemState() 178 ToListBox(GetNormalWidget())->AddString(wsLabel); in InsertItem() [all …]
|
D | cxfa_ffcheckbutton.cpp | 64 auto* pCheckBox = static_cast<CFWL_CheckBox*>(GetNormalWidget()); in UpdateWidgetProperty() 194 if (GetNormalWidget()) in PerformLayout() 195 GetNormalWidget()->Update(); in PerformLayout() 252 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(GetNormalWidget(), pGS, mt); in RenderWidget() 257 if (!GetNormalWidget() || !IsButtonDown()) in OnLButtonUp() 261 CFWL_MessageMouse msg(GetNormalWidget(), in OnLButtonUp() 269 uint32_t dwState = GetNormalWidget()->GetStates(); in FWLState2XFAState() 289 GetNormalWidget()->SetStates(FWL_STATE_CKB_Neutral); in SetFWLCheckState() 291 GetNormalWidget()->SetStates(FWL_STATE_CKB_Checked); in SetFWLCheckState() 293 GetNormalWidget()->RemoveStates(FWL_STATE_CKB_Checked); in SetFWLCheckState() [all …]
|
D | cxfa_ffpushbutton.cpp | 58 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(GetNormalWidget(), pGS, mt); in RenderWidget() 98 GetNormalWidget()->ModifyStyleExts(dwStyleEx, 0xFFFFFFFF); in UpdateWidgetProperty() 117 if (GetNormalWidget()) in PerformLayout() 118 GetNormalWidget()->Update(); in PerformLayout() 190 uint32_t dwState = GetNormalWidget()->GetStates(); in RenderHighlightCaption() 215 auto* pWidget = GetNormalWidget(); in OnDrawWidget()
|
D | cxfa_ffimageedit.cpp | 77 CFX_RectF rtImage = GetNormalWidget()->GetWidgetRect(); in RenderWidget() 116 CFWL_MessageMouse msg(GetNormalWidget(), in OnLButtonDown() 124 if (!GetNormalWidget()) in SetFWLRect() 131 GetNormalWidget()->SetWidgetRect(rtImage); in SetFWLRect()
|
D | cxfa_ffnumericedit.cpp | 47 CFWL_Edit* pWidget = static_cast<CFWL_Edit*>(GetNormalWidget()); in UpdateWidgetProperty() 67 GetNormalWidget()->ModifyStyleExts(dwExtendedStyle, 0xFFFFFFFF); in UpdateWidgetProperty() 73 event->SetValidate(OnValidate(GetNormalWidget(), event->GetInsert())); in OnProcessEvent()
|
D | cxfa_ffdatetimeedit.cpp | 29 return static_cast<CFWL_DateTimePicker*>(GetNormalWidget()); in GetPickerWidget() 92 GetNormalWidget()->ModifyStyleExts(dwExtendedStyle, 0xFFFFFFFF); in UpdateWidgetProperty() 156 if (!GetNormalWidget()) in UpdateFWLData() 174 GetNormalWidget()->Update(); in UpdateFWLData() 213 OnSelectChanged(GetNormalWidget(), event->GetYear(), event->GetMonth(), in OnProcessEvent()
|
D | cxfa_ffpasswordedit.cpp | 51 CFWL_Edit* pWidget = static_cast<CFWL_Edit*>(GetNormalWidget()); in UpdateWidgetProperty() 69 GetNormalWidget()->ModifyStyleExts(dwExtendedStyle, 0xFFFFFFFF); in UpdateWidgetProperty()
|
D | cxfa_ffbarcode.cpp | 175 CFX_RectF rtWidget = GetNormalWidget()->GetWidgetRect(); in RenderWidget() 179 GetNormalWidget()->DrawWidget(pGS, mt); in RenderWidget() 189 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(GetNormalWidget()); in UpdateWidgetProperty() 248 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(GetNormalWidget()); in AcceptsFocusOnButtonDown()
|
D | cxfa_fffield.h | 85 CFWL_Widget* GetNormalWidget(); 86 const CFWL_Widget* GetNormalWidget() const;
|
D | cxfa_ffsignature.cpp | 107 auto* pNorm = GetNormalWidget(); in HitTest()
|