Searched refs:m_nIncludeEvents (Results 1 – 2 of 2) sorted by relevance
265 ,m_nIncludeEvents(0) in OControlExport()1454 && ( m_nIncludeEvents == 0 ) && ( m_nIncludeBindings == 0), in examine()1544 m_nIncludeEvents = EA_CONTROL_EVENTS | EA_ON_CHANGE | EA_ON_SELECT; in examine()1588 m_nIncludeEvents = EA_CONTROL_EVENTS | EA_ON_CHANGE | EA_ON_SELECT; in examine()1597 m_nIncludeEvents = EA_CONTROL_EVENTS; in examine()1608 m_nIncludeEvents = EA_CONTROL_EVENTS | EA_ON_CHANGE | EA_ON_SELECT; in examine()1618 m_nIncludeEvents = EA_CONTROL_EVENTS | EA_ON_CHANGE | EA_ON_CLICK | EA_ON_DBLCLICK; in examine()1652 m_nIncludeEvents = EA_CONTROL_EVENTS | EA_ON_CLICK | EA_ON_DBLCLICK; in examine()1671 m_nIncludeEvents = EA_CONTROL_EVENTS | EA_ON_CHANGE; in examine()1679 m_nIncludeEvents = EA_CONTROL_EVENTS; in examine()[all …]
106 sal_Int32 m_nIncludeEvents; // events to include member in xmloff::OControlExport