Lines Matching refs:mrModel
71 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
73 mrModel.mnStyle = rAttribs.getInteger( XML_val, 2 ); in onCreateContext()
76 return new TextBodyContext( *this, mrModel.mxTextProp.create() ); in onCreateContext()
78 …mrModel.maDrawingPath = getFragmentPathFromRelId( rAttribs.getString( R_TOKEN( id ), OUString() ) … in onCreateContext()
81 mrModel.mbPivotChart = true; in onCreateContext()
91 mrModel.mbAutoTitleDel = rAttribs.getBool( XML_val, false ); in onCreateContext()
94 return new WallFloorContext( *this, mrModel.mxBackWall.create() ); in onCreateContext()
96 mrModel.mnDispBlanksAs = rAttribs.getToken( XML_val, XML_zero ); in onCreateContext()
99 return new WallFloorContext( *this, mrModel.mxFloor.create() ); in onCreateContext()
101 return new LegendContext( *this, mrModel.mxLegend.create() ); in onCreateContext()
103 return new PlotAreaContext( *this, mrModel.mxPlotArea.create() ); in onCreateContext()
106 mrModel.mbPlotVisOnly = rAttribs.getBool( XML_val, false ); in onCreateContext()
110 mrModel.mbShowLabelsOverMax = rAttribs.getBool( XML_val, false ); in onCreateContext()
113 return new WallFloorContext( *this, mrModel.mxSideWall.create() ); in onCreateContext()
115 return new TitleContext( *this, mrModel.mxTitle.create() ); in onCreateContext()
117 return new View3DContext( *this, mrModel.mxView3D.create() ); in onCreateContext()