Searched refs:GetStylesEx (Results 1 – 10 of 10) sorted by relevance
214 if (m_pNormalWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteInverted) { in OnDrawWidget()228 if (m_pNormalWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteOutLine) { in OnDrawWidget()
389 if (ToEdit(m_pNormalWidget.get())->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) in CanCut()395 return !(ToEdit(m_pNormalWidget.get())->GetStylesEx() & in CanPaste()
81 if (m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) in EditCanCut()
86 uint32_t GetStylesEx() const;
108 uint32_t CFWL_Widget::GetStylesEx() const { in GetStylesEx() function in CFWL_Widget408 if (GetStylesEx() & FWL_STYLEEXT_MNU_Vert) { in GetPopupPosMenu()
586 if (m_pEdit && !(m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly)) { in DisForm_OnFocusChanged()
720 if (GetStylesEx() & FWL_STYLEEXT_LTB_ShowScrollBarFocus) { in OnFocusChanged()
671 if (!(GetStylesEx() & FWL_STYLEEXT_CMB_ReadOnly)) { in DisForm_Layout()
43 bool bVert = !!pWidget->GetStylesEx(); in DrawBackground()
291 uint32_t dwStyle = pWidget->GetStylesEx(); in DrawCheckSign()