Searched refs:xBGSet (Results 1 – 1 of 1) sorted by relevance
229 Reference<beans::XPropertySet> xBGSet (aBGSet, uno::UNO_QUERY); in getBackground() local230 if ( ! xBGSet.is()) in getBackground()241 xBGSet = Reference<beans::XPropertySet> (aBGSet, uno::UNO_QUERY); in getBackground()246 if (xBGSet.is()) in getBackground()249 aColor = xBGSet->getPropertyValue (::rtl::OUString::createFromAscii ("FillColor")); in getBackground()
Completed in 11 milliseconds