Lines Matching refs:sControlSource
1603 ::rtl::OUString sControlSource; in actuatingPropertyChanged()
1604 _rNewValue >>= sControlSource; in actuatingPropertyChanged()
1606 … _rxInspectorUI->enablePropertyUI( PROPERTY_FILTERPROPOSAL, sControlSource.getLength() > 0 ); in actuatingPropertyChanged()
1608 … _rxInspectorUI->enablePropertyUI( PROPERTY_EMPTY_IS_NULL, sControlSource.getLength() > 0 ); in actuatingPropertyChanged()
1849 ::rtl::OUString sControlSource; in impl_updateDependentProperty_nothrow()
1850 … OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_CONTROLSOURCE ) >>= sControlSource ); in impl_updateDependentProperty_nothrow()
1856 ( sControlSource.getLength() > 0 ) in impl_updateDependentProperty_nothrow()
1867 ::rtl::OUString sControlSource; in impl_updateDependentProperty_nothrow()
1869 impl_getPropertyValue_throw( PROPERTY_CONTROLSOURCE ) >>= sControlSource; in impl_updateDependentProperty_nothrow()
1875 ( sControlSource.getLength() != 0 ) || ( sImageURL.getLength() != 0 ) in impl_updateDependentProperty_nothrow()
1883 ::rtl::OUString sControlSource; in impl_updateDependentProperty_nothrow()
1884 … OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_CONTROLSOURCE ) >>= sControlSource ); in impl_updateDependentProperty_nothrow()
1897 ( sControlSource.getLength() != 0 ) && ( !bHasEmptyIsNULL || bEmptyIsNULL ) in impl_updateDependentProperty_nothrow()