Lines Matching refs:mrModel
99 … getFormatter().convertFrameFormatting( aBackPropSet, mrModel.mxShapeProp, OBJECTTYPE_CHARTSPACE ); in convertFromModel()
102 PlotAreaConverter aPlotAreaConv( *this, mrModel.mxPlotArea.getOrCreate() ); in convertFromModel()
103 aPlotAreaConv.convertFromModel( mrModel.mxView3D.getOrCreate() ); in convertFromModel()
111 WallFloorConverter aFloorConv( *this, mrModel.mxFloor.getOrCreate() ); in convertFromModel()
114 WallFloorConverter aWallConv( *this, mrModel.mxBackWall.getOrCreate() ); in convertFromModel()
119 if( !mrModel.mbAutoTitleDel ) try in convertFromModel()
124 if( mrModel.mxTitle.is() || (aAutoTitle.getLength() > 0) ) in convertFromModel()
129 TitleConverter aTitleConv( *this, mrModel.mxTitle.getOrCreate() ); in convertFromModel()
138 if( xDiagram.is() && mrModel.mxLegend.is() ) in convertFromModel()
140 LegendConverter aLegendConv( *this, *mrModel.mxLegend ); in convertFromModel()
149 switch( mrModel.mnDispBlanksAs ) in convertFromModel()
169 aDiaProp.setProperty( PROP_IncludeHiddenCells, !mrModel.mbPlotVisOnly ); in convertFromModel()
179 if( mrModel.maDrawingPath.getLength() > 0 ) try in convertFromModel()
206 … getFilter(), mrModel.maDrawingPath, xShapes, getChartSize(), aShapesOffset, bOleSupport ) ); in convertFromModel()
213 if ( mrModel.mbPivotChart ) in convertFromModel()