Searched refs:xStyleSet (Results 1 – 2 of 2) sorted by relevance
162 css::uno::Reference< css::container::XNameAccess > xStyleSet; in getLabel4Style() local164 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() local244 xFamilies->getByName(sFamily) >>= xStyleSet; in getStyles()245 lStyleNames = xStyleSet->getElementNames(); in getStyles()265 xStyleSet->getByName(aStyleInfo.sStyle) >>= xStyle; in getStyles()
2920 … Reference< beans::XPropertySet > xStyleSet( xFamily->getByName( aStyleName ), UNO_QUERY_THROW ); in setBackground() local2932 xStyleSet->setPropertyValue( aIt->sName, xInputSet->getPropertyValue( aIt->sName ) ); in setBackground()
Completed in 40 milliseconds