Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/customize/
H A Dcfgutil.cxx162 css::uno::Reference< css::container::XNameAccess > xStyleSet; in getLabel4Style() local
164 xFamilies->getByName(aStyle.sFamily) >>= xStyleSet; in getLabel4Style()
167 if (xStyleSet.is()) in getLabel4Style()
168 xStyleSet->getByName(aStyle.sStyle) >>= xStyle; in getLabel4Style()
241 css::uno::Reference< css::container::XNameAccess > xStyleSet; in getStyles() local
244 xFamilies->getByName(sFamily) >>= xStyleSet; in getStyles()
245 lStyleNames = xStyleSet->getElementNames(); in getStyles()
265 xStyleSet->getByName(aStyleInfo.sStyle) >>= xStyle; in getStyles()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopage.cxx2920 … Reference< beans::XPropertySet > xStyleSet( xFamily->getByName( aStyleName ), UNO_QUERY_THROW ); in setBackground() local
2932 xStyleSet->setPropertyValue( aIt->sName, xInputSet->getPropertyValue( aIt->sName ) ); in setBackground()

Completed in 56 milliseconds