Searched refs:rCoordSys (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/oox/source/vml/ |
H A D | vmlshape.cxx | 69 …t lclGetAbsPoint( const Point& rRelPoint, const Rectangle& rShapeRect, const Rectangle& rCoordSys ) in lclGetAbsPoint() argument 71 double fWidthRatio = static_cast< double >( rShapeRect.Width ) / rCoordSys.Width; in lclGetAbsPoint() 72 double fHeightRatio = static_cast< double >( rShapeRect.Height ) / rCoordSys.Height; in lclGetAbsPoint() 74 …aAbsPoint.X = static_cast< sal_Int32 >( rShapeRect.X + fWidthRatio * (rRelPoint.X - rCoordSys.X) +… in lclGetAbsPoint() 75 …aAbsPoint.Y = static_cast< sal_Int32 >( rShapeRect.Y + fHeightRatio * (rRelPoint.Y - rCoordSys.Y) … in lclGetAbsPoint() 79 …lclGetAbsRect( const Rectangle& rRelRect, const Rectangle& rShapeRect, const Rectangle& rCoordSys ) in lclGetAbsRect() argument 81 double fWidthRatio = static_cast< double >( rShapeRect.Width ) / rCoordSys.Width; in lclGetAbsRect() 82 double fHeightRatio = static_cast< double >( rShapeRect.Height ) / rCoordSys.Height; in lclGetAbsRect() 84 …aAbsRect.X = static_cast< sal_Int32 >( rShapeRect.X + fWidthRatio * (rRelRect.X - rCoordSys.X) + 0… in lclGetAbsRect() 85 …aAbsRect.Y = static_cast< sal_Int32 >( rShapeRect.Y + fHeightRatio * (rRelRect.Y - rCoordSys.Y) + … in lclGetAbsRect()
|
/aoo42x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 707 const Sequence< Reference< XCoordinateSystem > > & rCoordSys ) in createAxes() 710 if( rCoordSys.getLength() > 0 ) in createAxes() 713 Reference< XCoordinateSystem > xCooSys( rCoordSys[nCooSysIdx] ); in createAxes() 741 const Sequence< Reference< XCoordinateSystem > > & rCoordSys ) in adaptAxes() 745 if( rCoordSys.getLength() > 0 ) in adaptAxes() 747 for( sal_Int32 nCooSysIdx=0; nCooSysIdx < rCoordSys.getLength(); ++nCooSysIdx ) in adaptAxes() 749 Reference< XCoordinateSystem > xCooSys( rCoordSys[nCooSysIdx] ); in adaptAxes() 826 const Sequence< Reference< XCoordinateSystem > > & rCoordSys, in createChartTypes() 829 if( rCoordSys.getLength() == 0 || in createChartTypes() 830 ! rCoordSys[0].is() ) in createChartTypes() [all …]
|
H A D | ColumnLineChartTypeTemplate.cxx | 180 const Sequence< Reference< XCoordinateSystem > > & rCoordSys, in createChartTypes() 183 if( rCoordSys.getLength() == 0 || in createChartTypes() 184 ! rCoordSys[0].is() ) in createChartTypes() 221 Reference< XChartTypeContainer > xCTCnt( rCoordSys[ 0 ], uno::UNO_QUERY_THROW ); in createChartTypes() 237 xCTCnt.set( rCoordSys[ 0 ], uno::UNO_QUERY_THROW ); in createChartTypes()
|
H A D | PieChartTypeTemplate.cxx | 286 const Sequence< Reference< chart2::XCoordinateSystem > > & rCoordSys, in createChartTypes() 289 if( rCoordSys.getLength() == 0 || in createChartTypes() 290 ! rCoordSys[0].is() ) in createChartTypes() 306 Reference< chart2::XChartTypeContainer > xCTCnt( rCoordSys[0], uno::UNO_QUERY_THROW ); in createChartTypes() 316 aFlatSeriesSeq, rCoordSys[0], getStackMode( 0 )); in createChartTypes()
|
H A D | ChartTypeTemplate.hxx | 225 ::com::sun::star::chart2::XCoordinateSystem > > & rCoordSys, 242 ::com::sun::star::chart2::XCoordinateSystem > > & rCoordSys ); 254 ::com::sun::star::chart2::XCoordinateSystem > > & rCoordSys );
|
H A D | StockChartTypeTemplate.cxx | 333 const Sequence< Reference< XCoordinateSystem > > & rCoordSys, in createChartTypes() 336 if( rCoordSys.getLength() < 1 ) in createChartTypes() 410 Reference< XChartTypeContainer > xCTCnt( rCoordSys[ 0 ], uno::UNO_QUERY_THROW ); in createChartTypes()
|
H A D | PieChartTypeTemplate.hxx | 107 ::com::sun::star::chart2::XCoordinateSystem > > & rCoordSys ); 123 ::com::sun::star::chart2::XCoordinateSystem > > & rCoordSys,
|
H A D | ColumnLineChartTypeTemplate.hxx | 97 ::com::sun::star::chart2::XCoordinateSystem > > & rCoordSys,
|
H A D | StockChartTypeTemplate.hxx | 117 ::com::sun::star::chart2::XCoordinateSystem > > & rCoordSys,
|
Completed in 59 milliseconds