Home
last modified time | relevance | path

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

/trunk/main/forms/source/component/
H A DRadioButton.cxx176 …Reference<XPropertySet> xSiblingProperties(*(InterfaceRef*)xIndexAccess->getByIndex(i).getValue(),… in SetSiblingPropsTo() local
177 if (!xSiblingProperties.is()) in SetSiblingPropsTo()
179 if (xMyProps == xSiblingProperties) in SetSiblingPropsTo()
183 if (!hasProperty(PROPERTY_CLASSID, xSiblingProperties)) in SetSiblingPropsTo()
186 xSiblingProperties->getPropertyValue(PROPERTY_CLASSID) >>= nType; in SetSiblingPropsTo()
191 xSiblingProperties->getPropertyValue(PROPERTY_NAME) >>= sCurrentName; in SetSiblingPropsTo()
193 xSiblingProperties->setPropertyValue(rPropName, rValue); in SetSiblingPropsTo()
230 …Reference<XPropertySet> xSiblingProperties(*(InterfaceRef*)xIndexAccess->getByIndex(i).getValue(),… in setFastPropertyValue_NoBroadcast() local
231 if (!xSiblingProperties.is()) in setFastPropertyValue_NoBroadcast()
234 if (xMyProps == xSiblingProperties) in setFastPropertyValue_NoBroadcast()
[all …]