Searched refs:sControlSource (Results 1 – 5 of 5) sorted by relevance
1603 ::rtl::OUString sControlSource; in actuatingPropertyChanged()1604 _rNewValue >>= sControlSource; 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()[all …]
192 ::rtl::OUString sControlSource; in actuatingPropertyChanged()193 _rNewValue >>= sControlSource; in actuatingPropertyChanged()195 … _rxInspectorUI->enablePropertyUI( PROPERTY_BOUND_CELL, sControlSource.getLength() == 0 ); in actuatingPropertyChanged()
2440 ::rtl::OUString sControlSource, aName; in IMPL_LINK()2473 sControlSource = iter.getCurrentValue(); in IMPL_LINK()2474 if ( sControlSource.getLength() == 0 ) in IMPL_LINK()2533 if (sControlSource.getLength() && xValidFormFields->hasByName(sControlSource)) in IMPL_LINK()2544 strFieldList += sControlSource.getStr(); in IMPL_LINK()3405 ::rtl::OUString sColumnType,aGroupName,sControlSource; in CreateExternalView()3436 …sControlSource = ::comphelper::getString(xCurrentModelSet->getPropertyValue(FM_PROP_CONTROLSOURCE)… in CreateExternalView()3438 aRadioControlSources[aGroupName] = sControlSource; in CreateExternalView()3441 DBG_ASSERT(aRadioControlSources[aGroupName] == sControlSource, in CreateExternalView()
276 rtl::OUString sControlSource; in getControlSource() local288 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("XL_A1_Representation") ) ) >>= sControlSource; in getControlSource()294 return sControlSource; in getControlSource()
224 ::rtl::OUString sControlSource; in setFastPropertyValue_NoBroadcast()
Completed in 73 milliseconds