Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_EDT_VFar (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h38 #define FWL_STYLEEXT_EDT_VFar (2L << 20) macro
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp232 dwExtendedStyle |= FWL_STYLEEXT_EDT_VFar; in GetAlignment()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_datetimepickerimp.cpp775 dwAdd |= FWL_STYLEEXT_EDT_VFar; in ReSetEditAlignment()
Dfwl_comboboximp.cpp1067 dwAdd |= FWL_STYLEEXT_EDT_VFar; in ReSetEditAlignment()
Dfwl_editimp.cpp1353 } else if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_VFar) { in UpdateVAlignment()