Home
last modified time | relevance | path

Searched refs:LinePropertiesContext (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtablecellcontext.cxx85 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
88 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
91 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
94 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
97 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
100 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
H A Dtablestylecellstylecontext.cxx78 xRet = new LinePropertiesContext( *this, xAttribs, *mpLineProperties ); in createFastChildContext()
/trunk/main/oox/source/drawingml/
H A Dlinepropertiescontext.cxx40 LinePropertiesContext::LinePropertiesContext( ContextHandler& rParent, const Reference< XFastAttrib… in LinePropertiesContext() function in oox::drawingml::LinePropertiesContext
51 LinePropertiesContext::~LinePropertiesContext() in ~LinePropertiesContext()
55 Reference< XFastContextHandler > LinePropertiesContext::createFastChildContext( sal_Int32 nElement,… in createFastChildContext()
H A Dshapepropertiescontext.cxx93 xRet.set( new LinePropertiesContext( *this, xAttribs, mrShape.getLineProperties() ) ); in createFastChildContext()
H A Dthemeelementscontext.cxx99 return new LinePropertiesContext( *this, xAttribs, *mrLineStyleList.back() ); in createFastChildContext()
/trunk/main/oox/inc/oox/drawingml/
H A Dlinepropertiescontext.hxx35 class LinePropertiesContext : public ::oox::core::ContextHandler class
38 LinePropertiesContext( ::oox::core::ContextHandler& rParent,
41 ~LinePropertiesContext();