Lines Matching refs:mxSet
72 mxSet (mxShape, uno::UNO_QUERY), in DescriptionGenerator()
106 if (mxSet.is()) in Initialize()
121 if (mxSet.is()) in Initialize()
123 uno::Any aValue = mxSet->getPropertyValue (OUString::createFromAscii ("Style")); in Initialize()
175 if (mxSet.is()) in AddProperty()
285 if (mxSet.is()) in AddColor()
287 uno::Any aValue = mxSet->getPropertyValue (sPropertyName); in AddColor()
321 if (mxSet.is()) in AddInteger()
323 uno::Any aValue = mxSet->getPropertyValue (sPropertyName); in AddInteger()
347 if (mxSet.is()) in AddString()
349 uno::Any aValue = mxSet->getPropertyValue (sPropertyName); in AddString()
383 if (mxSet.is()) in AddFillStyle()
385 uno::Any aValue = mxSet->getPropertyValue (sPropertyName); in AddFillStyle()
464 if (mxSet.is()) in AddPropertyNames()
466 uno::Reference<beans::XPropertySetInfo> xInfo (mxSet->getPropertySetInfo()); in AddPropertyNames()