Searched refs:rxFillProperties (Results 1 – 2 of 2) sorted by relevance
60 …boost::shared_ptr< FillProperties >& rxFillProperties = mrTableStyle.getBackgroundFillProperties(); in createFastChildContext() local61 rxFillProperties.reset( new FillProperties ); in createFastChildContext()62 xRet.set( new FillPropertiesContext( *this, *rxFillProperties ) ); in createFastChildContext()
97 FillPropertiesPtr& rxFillProperties = mrTableStylePart.getFillProperties(); in createFastChildContext() local98 rxFillProperties.reset( new FillProperties ); in createFastChildContext()99 xRet.set( new FillPropertiesContext( *this, *rxFillProperties ) ); in createFastChildContext()
Completed in 30 milliseconds