Searched refs:eLSType (Results 1 – 1 of 1) sorted by relevance
1823 ListSourceType eLSType = ListSourceType_VALUELIST; in impl_updateDependentProperty_nothrow() local1824 OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_LISTSOURCETYPE ) >>= eLSType ); in impl_updateDependentProperty_nothrow()1839 sal_Bool bIsEnabled = ( ( eLSType == ListSourceType_VALUELIST ) in impl_updateDependentProperty_nothrow()1852 ListSourceType eLSType = ListSourceType_VALUELIST; in impl_updateDependentProperty_nothrow() local1853 OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_LISTSOURCETYPE ) >>= eLSType ); in impl_updateDependentProperty_nothrow()1857 && ( eLSType != ListSourceType_TABLEFIELDS ) in impl_updateDependentProperty_nothrow()1858 && ( eLSType != ListSourceType_VALUELIST ) in impl_updateDependentProperty_nothrow()1912 ListSourceType eLSType = ListSourceType_VALUELIST; in impl_updateDependentProperty_nothrow() local1913 impl_getPropertyValue_throw( PROPERTY_LISTSOURCETYPE ) >>= eLSType; in impl_updateDependentProperty_nothrow()1914 isEnabled &= ( eLSType == ListSourceType_VALUELIST ); in impl_updateDependentProperty_nothrow()
Completed in 22 milliseconds