/aoo42x/main/chart2/source/view/main/ |
H A D | VLegendSymbolFactory.cxx | 104 const Reference< lang::XMultiServiceFactory > & xShapeFactory, in createSymbol() 110 if( ! (xSymbolContainer.is() && xShapeFactory.is())) in createSymbol() 113 xResult.set( xShapeFactory->createInstance( in createSymbol() 121 Reference< drawing::XShape > xBound( ShapeFactory(xShapeFactory).createInvisibleRectangle( in createSymbol() 129 Reference< drawing::XShape > xLine( xShapeFactory->createInstance( in createSymbol() 147 ShapeFactory aFactory( xShapeFactory ); in createSymbol() 179 Reference< drawing::XShape > xShape( xShapeFactory->createInstance( in createSymbol() 192 Reference< drawing::XShape > xShape( xShapeFactory->createInstance( in createSymbol()
|
H A D | PlotterBase.cxx | 57 , const uno::Reference< lang::XMultiServiceFactory >& xShapeFactory in initPlotter() 61 …DBG_ASSERT(xLogicTarget.is()&&xFinalTarget.is()&&xShapeFactory.is(),"no proper initialization para… in initPlotter() 65 m_xShapeFactory = xShapeFactory; in initPlotter() 66 m_pShapeFactory = new ShapeFactory(xShapeFactory); in initPlotter()
|
H A D | DataPointSymbolSupplier.cxx | 39 uno::Reference< lang::XMultiServiceFactory > xShapeFactory in create2DSymbolList() 44 xShapeFactory->createInstance( C2U( in create2DSymbolList() 51 ShapeFactory aShapeFactory(xShapeFactory); in create2DSymbolList()
|
H A D | VLegend.cxx | 179 const Reference< lang::XMultiServiceFactory > & xShapeFactory, in lcl_createTextShapes() 193 xShapeFactory->createInstance( in lcl_createTextShapes() 309 const Reference< lang::XMultiServiceFactory > & xShapeFactory, in lcl_placeLegendEntries() 342 …awt::Size aMaxEntryExtent = lcl_createTextShapes( rEntries, xShapeFactory, xTarget, aTextShapes, r… in lcl_placeLegendEntries()
|
H A D | DrawModelWrapper.cxx | 228 … uno::Reference< lang::XMultiServiceFactory > xShapeFactory( this->getUnoModel(), uno::UNO_QUERY ); in getShapeFactory() local 229 return xShapeFactory; in getShapeFactory()
|
H A D | ChartView.cxx | 2197 , const uno::Reference< lang::XMultiServiceFactory>& xShapeFactory in lcl_createTitle() 2233 apVTitle->init(xPageShapes,xShapeFactory,aCID); in lcl_createTitle() 2340 , const uno::Reference< lang::XMultiServiceFactory>& xShapeFactory in lcl_createLegend() 2351 aVLegend.init( xPageShapes, xShapeFactory, xModel ); in lcl_createLegend() 2365 , const uno::Reference< lang::XMultiServiceFactory>& xShapeFactory in formatPage() 2379 if( !xShapeFactory.is() ) in formatPage() 2386 xShapeFactory->createInstance( in formatPage()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 1846 , const Reference< lang::XMultiServiceFactory >& xShapeFactory in createLegendEntries() 1876 *pSeries, xTextProperties, xTarget, xShapeFactory, xContext ) ); in createLegendEntries() 2027 , const Reference< lang::XMultiServiceFactory >& xShapeFactory ) in createLegendSymbolForSeries() 2047 xTarget, eLegendSymbolStyle, xShapeFactory in createLegendSymbolForSeries() 2058 , const Reference< lang::XMultiServiceFactory >& xShapeFactory ) in createLegendSymbolForPoint() 2103 xTarget, eLegendSymbolStyle, xShapeFactory, xPointSet, ePropType, aExplicitSymbol )); in createLegendSymbolForPoint() 2113 , const Reference< lang::XMultiServiceFactory >& xShapeFactory in createLegendEntriesForSeries() 2119 if( ! ( xShapeFactory.is() && xTarget.is() && xContext.is() ) ) in createLegendEntriesForSeries() 2140 rSeries, nIdx, xSymbolGroup, xShapeFactory ) ); in createLegendEntriesForSeries() 2169 rEntryKeyAspectRatio, rSeries, xSymbolGroup, xShapeFactory ) ); in createLegendEntriesForSeries() [all …]
|
/aoo42x/main/chart2/source/view/axes/ |
H A D | VPolarRadiusAxis.cxx | 81 , const uno::Reference< lang::XMultiServiceFactory >& xShapeFactory in initPlotter() 85 VPolarAxis::initPlotter( xLogicTarget, xFinalTarget, xShapeFactory, rCID ); in initPlotter() 86 m_apAxisWithLabels->initPlotter( xLogicTarget, xFinalTarget, xShapeFactory, rCID ); in initPlotter()
|
H A D | VCoordinateSystem.cxx | 107 , const Reference< lang::XMultiServiceFactory >& xShapeFactory in initPlottingTargets() 111 …DBG_ASSERT(xLogicTarget.is()&&xFinalTarget.is()&&xShapeFactory.is(),"no proper initialization para… in initPlottingTargets() 116 ShapeFactory aShapeFactory(xShapeFactory); in initPlottingTargets() 132 m_xShapeFactory = xShapeFactory; in initPlottingTargets()
|
H A D | VCartesianAxis.cxx | 89 const Reference< lang::XMultiServiceFactory>& xShapeFactory in createSingleLabel() 107 Reference< drawing::XShape > xShape2DText = ShapeFactory(xShapeFactory) in createSingleLabel()
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | VSeriesPlotter.hxx | 213 ::com::sun::star::lang::XMultiServiceFactory >& xShapeFactory, 228 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xShapeFactory ); 235 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xShapeFactory ); 245 ::com::sun::star::lang::XMultiServiceFactory >& xShapeFactory,
|
H A D | VLegendSymbolFactory.hxx | 54 ::com::sun::star::lang::XMultiServiceFactory > & xShapeFactory,
|
H A D | LegendEntryProvider.hxx | 83 ::com::sun::star::lang::XMultiServiceFactory >& xShapeFactory,
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartController_Tools.cxx | 485 …const Reference< lang::XMultiServiceFactory >& xShapeFactory( pDrawModelWrapper->getShapeFactory()… in impl_PasteStringAsTextShape() local 487 OSL_ASSERT( xShapeFactory.is() && xDrawPage.is() ); in impl_PasteStringAsTextShape() 489 if ( xShapeFactory.is() && xDrawPage.is() ) in impl_PasteStringAsTextShape() 494 … xShapeFactory->createInstance( C2U( "com.sun.star.drawing.TextShape" ) ), uno::UNO_QUERY_THROW ); in impl_PasteStringAsTextShape()
|
/aoo42x/main/chart2/source/controller/drawinglayer/ |
H A D | ViewElementListProvider.cxx | 144 …uno::Reference< lang::XMultiServiceFactory > xShapeFactory( m_pDrawModelWrapper->getShapeFactory()… in GetSymbolList() local 151 … m_xSymbols = DataPointSymbolSupplier::create2DSymbolList( xShapeFactory, xTarget, aSymbolSize ); in GetSymbolList()
|
/aoo42x/main/chart2/source/inc/chartview/ |
H A D | DataPointSymbolSupplier.hxx | 46 ::com::sun::star::lang::XMultiServiceFactory > xShapeFactory
|