Lines Matching refs:rChartSize
167 const Size& rChartSize );
178 const Size& rChartSize ) : in ConverterData() argument
183 maSize( rChartSize ) in ConverterData()
225 const Size& rChartSize ) : in ConverterRoot() argument
226 mxData( new ConverterData( rFilter, rChartConverter, rChartModel, rxChartDoc, rChartSize ) ) in ConverterRoot()
366 const Size& rChartSize = getChartSize(); in calcAbsRectangle() local
367 orRect.X = lclCalcPosition( rChartSize.Width, mrModel.mfX, mrModel.mnXMode ); in calcAbsRectangle()
368 orRect.Y = lclCalcPosition( rChartSize.Height, mrModel.mfY, mrModel.mnYMode ); in calcAbsRectangle()
371 … orRect.Width = lclCalcSize( orRect.X, rChartSize.Width, mrModel.mfW, mrModel.mnWMode ); in calcAbsRectangle()
372 … orRect.Height = lclCalcSize( orRect.Y, rChartSize.Height, mrModel.mfH, mrModel.mnHMode ); in calcAbsRectangle()
407 const Size& rChartSize = getChartSize(); in convertFromModel() local
409 lclCalcPosition( rChartSize.Width, mrModel.mfX, mrModel.mnXMode ), in convertFromModel()
410 lclCalcPosition( rChartSize.Height, mrModel.mfY, mrModel.mnYMode ) ); in convertFromModel()