Home
last modified time | relevance | path

Searched refs:mxHiLowLines (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx385 if( mrModel.mxHiLowLines.is() ) in convertFromModel()
386 … getFormatter().convertFrameFormatting( aSeriesProp, mrModel.mxHiLowLines, OBJECTTYPE_HILOLINE ); in convertFromModel()
H A Dtypegroupcontext.cxx231 return new ShapePrWrapperContext( *this, mrModel.mxHiLowLines.create() ); in onCreateContext()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dtypegroupmodel.hxx63 …ShapeRef mxHiLowLines; /// High/low lines connecting lowest and highest data poin… member