Lines Matching refs:xPageShapes

2196                 , const uno::Reference< drawing::XShapes>& xPageShapes  in lcl_createTitle()
2233 apVTitle->init(xPageShapes,xShapeFactory,aCID); in lcl_createTitle()
2339 , const uno::Reference< drawing::XShapes>& xPageShapes in lcl_createLegend()
2351 aVLegend.init( xPageShapes, xShapeFactory, xModel ); in lcl_createLegend()
2529 uno::Reference<drawing::XShapes> xPageShapes( ShapeFactory(m_xShapeFactory) in createShapes() local
2546 formatPage( m_xChartModel, aPageSize, xPageShapes, m_xShapeFactory ); in createShapes()
2554 …lusMarkHandlesGroup_Shapes( ShapeFactory(m_xShapeFactory).createGroup2D(xPageShapes,aDiagramCID) ); in createShapes()
2571 lcl_createTitle( TitleHelper::MAIN_TITLE, xPageShapes, m_xShapeFactory, m_xChartModel in createShapes()
2577 lcl_createTitle( TitleHelper::SUB_TITLE, xPageShapes, m_xShapeFactory, m_xChartModel in createShapes()
2588 … lcl_createLegend( LegendHelper::getLegend( m_xChartModel ), xPageShapes, m_xShapeFactory, m_xCC in createShapes()
2601 …e_X = lcl_createTitle( TitleHelper::TITLE_AT_STANDARD_X_AXIS_POSITION, xPageShapes, m_xShapeFactor… in createShapes()
2610 …e_Y = lcl_createTitle( TitleHelper::TITLE_AT_STANDARD_Y_AXIS_POSITION, xPageShapes, m_xShapeFactor… in createShapes()
2619 …apVTitle_Z = lcl_createTitle( TitleHelper::Z_AXIS_TITLE, xPageShapes, m_xShapeFactory, m_xChartMod… in createShapes()
2631 …apVTitle_SecondX = lcl_createTitle( TitleHelper::SECONDARY_X_AXIS_TITLE, xPageShapes, m_xShapeFact… in createShapes()
2640 …apVTitle_SecondY = lcl_createTitle( TitleHelper::SECONDARY_Y_AXIS_TITLE, xPageShapes, m_xShapeFact… in createShapes()
2677 lcl_removeEmptyGroupShapes( xPageShapes ); in createShapes()