Home
last modified time | relevance | path

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

/aoo42x/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()
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()
1642 if (OControlElement::COMBOBOX == m_eElementType) in StartElement()
1664 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 54 milliseconds