Searched refs:ColorValueContext (Results 1 – 3 of 3) sorted by relevance
40 ColorValueContext::ColorValueContext( ContextHandler& rParent, Color& rColor ) : in ColorValueContext() function in oox::drawingml::ColorValueContext46 void ColorValueContext::startFastElement( sal_Int32 nElement, const Reference< XFastAttributeList >… in startFastElement()86 Reference< XFastContextHandler > ColorValueContext::createFastChildContext( in createFastChildContext()147 return new ColorValueContext( *this, mrColor ); in createFastChildContext()
38 class ColorValueContext : public ::oox::core::ContextHandler class41 explicit ColorValueContext( ::oox::core::ContextHandler& rParent, Color& rColor );
99 xRet.set( new ColorValueContext( *this, mrTableStylePart.getTextColor() ) ); in createFastChildContext()
Completed in 9 milliseconds