Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp66 dwExtendedStyle |= FWL_STYLEEXT_EDT_ReadOnly; in UpdateWidgetProperty()
292 if (m_pNormalWidget->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) { in CanCut()
472 dwExtendedStyle |= FWL_STYLEEXT_EDT_ReadOnly; in UpdateWidgetProperty()
544 dwExtendedStyle |= FWL_STYLEEXT_EDT_ReadOnly; in UpdateWidgetProperty()
639 dwEditStyles |= FWL_STYLEEXT_EDT_ReadOnly; in UpdateWidgetProperty()
Dxfa_ffchoicelist.cpp271 FWL_STYLEEXT_EDT_ReadOnly | FWL_STYLEEXT_EDT_LastLineHeight; in UpdateWidgetProperty()
274 dwEditStyles &= ~FWL_STYLEEXT_EDT_ReadOnly; in UpdateWidgetProperty()
279 dwEditStyles |= FWL_STYLEEXT_EDT_ReadOnly; in UpdateWidgetProperty()
Dxfa_fffield.cpp335 dwStyle = FWL_STYLEEXT_EDT_ReadOnly; in UpdateUIProperty()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h15 #define FWL_STYLEEXT_EDT_ReadOnly (1L << 0) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp494 !(m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ReadOnly)) { in DrawWidget()
603 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ReadOnly) || in Insert()
647 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ReadOnly) || in DoClipboard()
996 param.m_dwStates = m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ReadOnly in DrawTextBk()
1211 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ReadOnly) || in UpdateEditParams()
2039 FWL_STYLEEXT_EDT_ReadOnly) || in OnKeyDown()
2085 if ((m_pOwner->m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ReadOnly) || in OnChar()
Dfwl_datetimepickerimp.cpp632 if (m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) { in CanCut()
1139 !(m_pOwner->m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly)) { in DisForm_OnFocusChanged()
Dfwl_comboboximp.cpp823 if (m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) { in EditCanCut()
1233 m_pEdit->ModifyStylesEx(0, FWL_STYLEEXT_EDT_ReadOnly); in DisForm_ModifyStylesEx()
1235 m_pEdit->ModifyStylesEx(FWL_STYLEEXT_EDT_ReadOnly, 0); in DisForm_ModifyStylesEx()