Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1603 ::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 …]
H A Dcellbindinghandler.cxx192 ::rtl::OUString sControlSource; in actuatingPropertyChanged()
193 _rNewValue >>= sControlSource; in actuatingPropertyChanged()
195 … _rxInspectorUI->enablePropertyUI( PROPERTY_BOUND_CELL, sControlSource.getLength() == 0 ); in actuatingPropertyChanged()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx2440 ::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()
3436sControlSource = ::comphelper::getString(xCurrentModelSet->getPropertyValue(FM_PROP_CONTROLSOURCE)… in CreateExternalView()
3438 aRadioControlSources[aGroupName] = sControlSource; in CreateExternalView()
3441 DBG_ASSERT(aRadioControlSources[aGroupName] == sControlSource, in CreateExternalView()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx276 rtl::OUString sControlSource; in getControlSource() local
288 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("XL_A1_Representation") ) ) >>= sControlSource; in getControlSource()
294 return sControlSource; in getControlSource()
/trunk/main/forms/source/component/
H A DRadioButton.cxx224 ::rtl::OUString sControlSource; in setFastPropertyValue_NoBroadcast()

Completed in 61 milliseconds