Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/forms/
H A Delementexport.cxx1623 ListSourceType eListSourceType = ListSourceType_VALUELIST; in examine() local
1627 m_xProps->getPropertyValue(PROPERTY_LISTSOURCETYPE) >>= eListSourceType; in examine()
1629 if (ListSourceType_VALUELIST != eListSourceType) in examine()
1958 ListSourceType eListSourceType = ListSourceType_VALUELIST; in controlHasUserSuppliedListEntries() local
1959 … OSL_VERIFY( m_xProps->getPropertyValue( PROPERTY_LISTSOURCETYPE ) >>= eListSourceType ); in controlHasUserSuppliedListEntries()
1960 if ( eListSourceType == ListSourceType_VALUELIST ) in controlHasUserSuppliedListEntries()

Completed in 17 milliseconds