Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/forms/
H A Delementimport.cxx679 ,m_eElementType(OControlElement::UNKNOWN) in OControlImport()
688 ,m_eElementType(_eType) in OControlImport()
697 switch ( m_eElementType ) in determineDefaultServiceName()
1328 && ( ( OControlElement::BUTTON == m_eElementType ) in handleAttribute()
1329 || ( OControlElement::IMAGE == m_eElementType ) in handleAttribute()
1427 OSL_ENSURE( m_eElementType == OControlElement::TEXT_AREA, in CreateChildContext()
1430 if ( m_eElementType == OControlElement::TEXT_AREA ) in CreateChildContext()
1612 if (OControlElement::COMBOBOX == m_eElementType) in OListAndComboImport()
1641 if (OControlElement::COMBOBOX == m_eElementType) in StartElement()
1663 if (OControlElement::LISTBOX == m_eElementType) in EndElement()
[all …]
H A Delementimport.hxx197 OControlElement::ElementType m_eElementType; member in xmloff::OControlImport
251 void setElementType(OControlElement::ElementType _eType) { m_eElementType = _eType; } in setElementType()

Completed in 31 milliseconds