Searched refs:eListSourceType (Results 1 – 1 of 1) sorted by relevance
1623 ListSourceType eListSourceType = ListSourceType_VALUELIST; in examine() local1627 m_xProps->getPropertyValue(PROPERTY_LISTSOURCETYPE) >>= eListSourceType; in examine()1629 if (ListSourceType_VALUELIST != eListSourceType) in examine()1958 ListSourceType eListSourceType = ListSourceType_VALUELIST; in controlHasUserSuppliedListEntries() local1959 … OSL_VERIFY( m_xProps->getPropertyValue( PROPERTY_LISTSOURCETYPE ) >>= eListSourceType ); in controlHasUserSuppliedListEntries()1960 if ( eListSourceType == ListSourceType_VALUELIST ) in controlHasUserSuppliedListEntries()
Completed in 11 milliseconds