Searched refs:FillPropertiesContext (Results 1 – 10 of 10) sorted by relevance
/trunk/main/oox/source/drawingml/ |
H A D | fillpropertiesgroupcontext.cxx | 258 FillPropertiesContext::FillPropertiesContext( ContextHandler& rParent, FillProperties& rFillProps )… in FillPropertiesContext() function in oox::drawingml::FillPropertiesContext 264 Reference< XFastContextHandler > FillPropertiesContext::createFastChildContext( in createFastChildContext() 271 /*static*/ Reference< XFastContextHandler > FillPropertiesContext::createFillContext( in createFillContext() 290 FillPropertiesContext( rParent, *this ), in SimpleFillPropertiesContext()
|
H A D | shapepropertiescontext.cxx | 110 …xRet.set( FillPropertiesContext::createFillContext( *this, aElementToken, xAttribs, mrShape.getFil… in createFastChildContext()
|
H A D | linepropertiescontext.cxx | 66 …xRet = FillPropertiesContext::createFillContext( *this, nElement, xAttribs, mrLineProperties.maLin… in createFastChildContext()
|
H A D | themeelementscontext.cxx | 71 …return FillPropertiesContext::createFillContext( *this, nElement, xAttribs, *mrFillStyleList.back(… in createFastChildContext()
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | fillpropertiesgroupcontext.hxx | 160 class FillPropertiesContext : public ::oox::core::ContextHandler class 163 explicit FillPropertiesContext( 193 class SimpleFillPropertiesContext : private FillProperties, public FillPropertiesContext
|
/trunk/main/oox/source/ppt/ |
H A D | backgroundproperties.cxx | 54 …xRet = ::oox::drawingml::FillPropertiesContext::createFillContext( *this, aElementToken, xAttribs,… in createFastChildContext()
|
/trunk/main/oox/source/drawingml/table/ |
H A D | tablebackgroundstylecontext.cxx | 62 xRet.set( new FillPropertiesContext( *this, *rxFillProperties ) ); in createFastChildContext()
|
H A D | tablestylecellstylecontext.cxx | 99 xRet.set( new FillPropertiesContext( *this, *rxFillProperties ) ); in createFastChildContext()
|
H A D | tablecellcontext.cxx | 110 …xRet.set( FillPropertiesContext::createFillContext( *this, aElementToken, xAttribs, mrTableCell.ma… in createFastChildContext()
|
/trunk/main/oox/source/drawingml/diagram/ |
H A D | datamodelcontext.cxx | 256 xRet.set( FillPropertiesContext::createFillContext( in createFastChildContext()
|
Completed in 30 milliseconds