Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_CMB_ListItemAlignMask (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h39 #define FWL_STYLEEXT_CMB_ListItemAlignMask (3L << 10) macro
Dcfwl_combobox.cpp452 switch (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CMB_ListItemAlignMask) { in ResetListItemAlignment()
462 m_pListBox->ModifyStylesEx(dwAdd, FWL_STYLEEXT_CMB_ListItemAlignMask); in ResetListItemAlignment()