Lines Matching refs:m_nClassId
260 ,m_nClassId(FormComponentType::CONTROL) in OControlExport()
812 getValuePropertyNames(m_eType, m_nClassId, pCurrentValuePropertyName, pValuePropertyName); in exportCommonControlAttributes()
1195 getValueLimitPropertyNames(m_nClassId, pMinValuePropertyName, pMaxValuePropertyName); in exportSpecialAttributes()
1458 m_nClassId = FormComponentType::CONTROL; in examine()
1460 m_xProps->getPropertyValue(PROPERTY_CLASSID) >>= m_nClassId; in examine()
1462 switch (m_nClassId) in examine()
1534 if ( ( m_nClassId != FormComponentType::DATEFIELD ) in examine()
1535 && ( m_nClassId != FormComponentType::TIMEFIELD ) in examine()
1547 if ( ( m_nClassId == FormComponentType::TEXTFIELD ) in examine()
1548 || ( m_nClassId == FormComponentType::PATTERNFIELD ) in examine()
1553 if ( m_nClassId != FormComponentType::FILECONTROL ) in examine()
1557 if ( m_nClassId == FormComponentType::TEXTFIELD ) in examine()
1563 if ( FormComponentType::PATTERNFIELD != m_nClassId ) // except the PatternField in examine()
1566 if (FormComponentType::TEXTFIELD != m_nClassId) in examine()
1713 if ( m_nClassId == FormComponentType::SCROLLBAR ) in examine()
1750 if ( m_nClassId == FormComponentType::LISTBOX ) in examine()
2058 if (FormComponentType::DATEFIELD != m_nClassId) in examine()