Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_CMB_EditJustified (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h30 #define FWL_STYLEEXT_CMB_EditJustified (1L << 8) macro
Dcfwl_combobox.cpp356 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CMB_EditJustified) in ResetEditAlignment()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp171 dwExtendedStyle |= FWL_STYLEEXT_CMB_EditJustified; in GetAlignment()