Searched refs:ColorContext (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/oox/source/drawingml/ |
H A D | fillpropertiesgroupcontext.cxx | 45 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 D | colorchoicecontext.cxx | 130 ColorContext::ColorContext( ContextHandler& rParent, Color& rColor ) : in ColorContext() function in oox::drawingml::ColorContext 136 Reference< XFastContextHandler > ColorContext::createFastChildContext( in createFastChildContext()
|
H A D | textcharacterpropertiescontext.cxx | 117 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maCharColor ) ); in createFastChildContext() 126 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maHighlightColor ) ); in createFastChildContext()
|
H A D | shapestylecontext.cxx | 72 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
|
H A D | clrschemecontext.cxx | 62 ColorContext( rParent, *this ), in clrSchemeColorContext()
|
H A D | textparagraphpropertiescontext.cxx | 198 xRet.set( new ColorContext( *this, *mrBulletList.maBulletColorPtr ) ); in createFastChildContext()
|
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | colorchoicecontext.hxx | 62 class ColorContext : public ::oox::core::ContextHandler class 65 explicit ColorContext( ::oox::core::ContextHandler& rParent, Color& rColor );
|
H A D | clrschemecontext.hxx | 41 class clrSchemeColorContext : private Color, public ColorContext
|
H A D | fillpropertiesgroupcontext.hxx | 36 class SolidFillContext : public ColorContext
|
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablestylecellstylecontext.cxx | 89 xRet.set( new ColorContext( *this, rLineStyleRef.maPhClr ) ); in createFastChildContext() 106 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
|
H A D | tablebackgroundstylecontext.cxx | 69 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
|
H A D | tablestyletextstylecontext.cxx | 91 xRet.set( new ColorContext( *this, rFontStyle.maPhClr ) ); in createFastChildContext()
|
/aoo4110/main/oox/source/ppt/ |
H A D | animvariantcontext.cxx | 84 xRet.set( new ::oox::drawingml::ColorContext( *this, maColor ) ); in createFastChildContext()
|
H A D | timenodelistcontext.cxx | 559 xRet.set( new ColorContext( *this, maToClr ) ); in createFastChildContext() 563 xRet.set( new ColorContext( *this, maFromClr ) ); in createFastChildContext()
|
H A D | slidefragmenthandler.cxx | 151 xRet.set( new ColorContext( *this, mpSlidePersistPtr->getBackgroundColor() ) ); in createFastChildContext()
|
Completed in 34 milliseconds