Home
last modified time | relevance | path

Searched refs:ColorContext (Results 1 – 15 of 15) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dfillpropertiesgroupcontext.cxx45 ColorContext( rParent, rFillProps.maFillColor ) in SolidFillContext()
74 return new ColorContext( *this, mrGradientProps.maGradientStops[ fPosition ] ); in createFastChildContext()
116 return new ColorContext( *this, mrPatternProps.maPattBgColor ); in createFastChildContext()
118 return new ColorContext( *this, mrPatternProps.maPattFgColor ); in createFastChildContext()
149 return new ColorContext( *this, mrBlipProps.maColorChangeFrom ); in createFastChildContext()
151 return new ColorContext( *this, mrBlipProps.maColorChangeTo ); in createFastChildContext()
H A Dcolorchoicecontext.cxx130 ColorContext::ColorContext( ContextHandler& rParent, Color& rColor ) : in ColorContext() function in oox::drawingml::ColorContext
136 Reference< XFastContextHandler > ColorContext::createFastChildContext( in createFastChildContext()
H A Dtextcharacterpropertiescontext.cxx117 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maCharColor ) ); in createFastChildContext()
126 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maHighlightColor ) ); in createFastChildContext()
H A Dshapestylecontext.cxx72 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
H A Dclrschemecontext.cxx62 ColorContext( rParent, *this ), in clrSchemeColorContext()
H A Dtextparagraphpropertiescontext.cxx198 xRet.set( new ColorContext( *this, *mrBulletList.maBulletColorPtr ) ); in createFastChildContext()
/trunk/main/oox/inc/oox/drawingml/
H A Dcolorchoicecontext.hxx62 class ColorContext : public ::oox::core::ContextHandler class
65 explicit ColorContext( ::oox::core::ContextHandler& rParent, Color& rColor );
H A Dclrschemecontext.hxx41 class clrSchemeColorContext : private Color, public ColorContext
H A Dfillpropertiesgroupcontext.hxx36 class SolidFillContext : public ColorContext
/trunk/main/oox/source/drawingml/table/
H A Dtablestylecellstylecontext.cxx89 xRet.set( new ColorContext( *this, rLineStyleRef.maPhClr ) ); in createFastChildContext()
106 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
H A Dtablebackgroundstylecontext.cxx69 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
H A Dtablestyletextstylecontext.cxx91 xRet.set( new ColorContext( *this, rFontStyle.maPhClr ) ); in createFastChildContext()
/trunk/main/oox/source/ppt/
H A Danimvariantcontext.cxx84 xRet.set( new ::oox::drawingml::ColorContext( *this, maColor ) ); in createFastChildContext()
H A Dtimenodelistcontext.cxx559 xRet.set( new ColorContext( *this, maToClr ) ); in createFastChildContext()
563 xRet.set( new ColorContext( *this, maFromClr ) ); in createFastChildContext()
H A Dslidefragmenthandler.cxx164 xRet.set( new ColorContext( *this, mpSlidePersistPtr->getBackgroundColor() ) ); in createFastChildContext()

Completed in 60 milliseconds