Home
last modified time | relevance | path

Searched refs:rxFillProperties (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtablebackgroundstylecontext.cxx60 …boost::shared_ptr< FillProperties >& rxFillProperties = mrTableStyle.getBackgroundFillProperties(); in createFastChildContext() local
61 rxFillProperties.reset( new FillProperties ); in createFastChildContext()
62 xRet.set( new FillPropertiesContext( *this, *rxFillProperties ) ); in createFastChildContext()
H A Dtablestylecellstylecontext.cxx97 FillPropertiesPtr& rxFillProperties = mrTableStylePart.getFillProperties(); in createFastChildContext() local
98 rxFillProperties.reset( new FillProperties ); in createFastChildContext()
99 xRet.set( new FillPropertiesContext( *this, *rxFillProperties ) ); in createFastChildContext()

Completed in 14 milliseconds