Searched refs:m_eElementType (Results 1 – 2 of 2) sorted by relevance
679 ,m_eElementType(OControlElement::UNKNOWN) in OControlImport()688 ,m_eElementType(_eType) in OControlImport()697 switch ( m_eElementType ) in determineDefaultServiceName()889 … getValuePropertyNames(m_eElementType, nClassId, pCurrentValueProperty, pValueProperty); in StartElement()1016 … getRuntimeValuePropertyNames(m_eElementType, nClassId, pValueProperty, pDefaultValueProperty); in EndElement()1329 && ( ( OControlElement::BUTTON == m_eElementType ) in handleAttribute()1330 || ( OControlElement::IMAGE == m_eElementType ) in handleAttribute()1428 OSL_ENSURE( m_eElementType == OControlElement::TEXT_AREA, in CreateChildContext()1431 if ( m_eElementType == OControlElement::TEXT_AREA ) in CreateChildContext()1613 if (OControlElement::COMBOBOX == m_eElementType) in OListAndComboImport()[all …]
197 OControlElement::ElementType m_eElementType; member in xmloff::OControlImport251 void setElementType(OControlElement::ElementType _eType) { m_eElementType = _eType; } in setElementType()