Lines Matching refs:xPropSet
123 … uno::Reference< beans::XPropertySet > xPropSet(xControlModel, uno::UNO_QUERY); in TYPEINIT1() local
127 … uno::Reference< beans::XPropertySetInfo > xPropInfoSet = xPropSet->getPropertySetInfo(); in TYPEINIT1()
139 xPropSet->setPropertyValue(sLabel, aTmp ); in TYPEINIT1()
147 xPropSet->setPropertyValue( sTargetURL, aTmp ); in TYPEINIT1()
152 xPropSet->setPropertyValue( C2U("TargetFrame"), aTmp ); in TYPEINIT1()
158 xPropSet->setPropertyValue( C2U("ButtonType"), aTmp ); in TYPEINIT1()
200 uno::Reference< beans::XPropertySet > xPropSet(xControlModel, uno::UNO_QUERY); in GetState() local
203 uno::Reference< beans::XPropertySetInfo > xInfo = xPropSet->getPropertySetInfo(); in GetState()
207 aTmp = xPropSet->getPropertyValue( C2U("ButtonType") ); in GetState()
213 aTmp = xPropSet->getPropertyValue( C2U("Label") ); in GetState()
224 aTmp = xPropSet->getPropertyValue( C2U("TargetURL") ); in GetState()
235 aTmp = xPropSet->getPropertyValue( C2U("TargetFrame") ); in GetState()