Searched refs:LinePropertiesContext (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/oox/source/drawingml/table/ |
H A D | tablecellcontext.cxx | 86 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext() 89 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext() 92 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext() 95 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext() 98 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext() 101 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
|
H A D | tablestylecellstylecontext.cxx | 79 xRet = new LinePropertiesContext( *this, xAttribs, *mpLineProperties ); in createFastChildContext()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | linepropertiescontext.cxx | 40 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 D | shapepropertiescontext.cxx | 93 xRet.set( new LinePropertiesContext( *this, xAttribs, mrShape.getLineProperties() ) ); in createFastChildContext()
|
H A D | themeelementscontext.cxx | 101 return new LinePropertiesContext( *this, xAttribs, *mrLineStyleList.back() ); in createFastChildContext()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | linepropertiescontext.hxx | 35 class LinePropertiesContext : public ::oox::core::ContextHandler class 38 LinePropertiesContext( ::oox::core::ContextHandler& rParent, 41 ~LinePropertiesContext();
|
Completed in 27 milliseconds