Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1823 ListSourceType eLSType = ListSourceType_VALUELIST; in impl_updateDependentProperty_nothrow() local
1824 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() local
1853 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() local
1913 impl_getPropertyValue_throw( PROPERTY_LISTSOURCETYPE ) >>= eLSType; in impl_updateDependentProperty_nothrow()
1914 isEnabled &= ( eLSType == ListSourceType_VALUELIST ); in impl_updateDependentProperty_nothrow()

Completed in 36 milliseconds