/aoo42x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 440 ShapeFactory::createCube( in createCube() 475 ShapeFactory::impl_createCube( in impl_createCube() 535 ShapeFactory::createCylinder( in createCylinder() 545 ShapeFactory::createPyramid( in createPyramid() 705 ShapeFactory::createCone( in createCone() 978 ShapeFactory::createPieSegment2D( in createPieSegment2D() 1043 ShapeFactory::createPieSegment( in createPieSegment() 1309 sal_Int32 ShapeFactory::getSymbolCount() in getSymbolCount() 1821 ShapeFactory::createSymbol2D( in createSymbol2D() 1869 ShapeFactory::createGraphic2D( in createGraphic2D() [all …]
|
H A D | DrawModelWrapper.cxx | 253 ShapeFactory(this->getShapeFactory()).getOrCreateChartRootShape( m_xMainDrawPage ); in getMainDrawPage() 283 … uno::Reference<drawing::XShapes> xChartRoot( ShapeFactory::getChartRootShape( m_xMainDrawPage ) ); in clearMainDrawPage() 299 return ShapeFactory::getChartRootShape( xDrawPage ); in getChartRootShape()
|
H A D | ChartView.cxx | 1454 …uno::Reference< drawing::XShapes > xTextTargetShapes( ShapeFactory(m_xShapeFactory).createGroup2D(… in impl_createDiagramAndContent() 1483 … aConsumedOuterRect = ::basegfx::B2IRectangle( ShapeFactory::getRectangleOfShape(xBoundingShape) ); in impl_createDiagramAndContent() 1501 aConsumedOuterRect = ShapeFactory::getRectangleOfShape(xBoundingShape); in impl_createDiagramAndContent() 1569 … aConsumedOuterRect = ::basegfx::B2IRectangle( ShapeFactory::getRectangleOfShape(xBoundingShape) ); in impl_createDiagramAndContent() 1583 ShapeFactory::removeSubShapes( xTextTargetShapes ); in impl_createDiagramAndContent() 2529 uno::Reference<drawing::XShapes> xPageShapes( ShapeFactory(m_xShapeFactory) in createShapes() 2554 …ence< drawing::XShapes > xDiagramPlusAxesPlusMarkHandlesGroup_Shapes( ShapeFactory(m_xShapeFactory… in createShapes() 2556 …uno::Reference< drawing::XShape > xDiagram_MarkHandles( ShapeFactory(m_xShapeFactory).createInvisi… in createShapes() 2558 ShapeFactory::setShapeName( xDiagram_MarkHandles, C2U("MarkHandles") ); in createShapes() 2560 …uno::Reference< drawing::XShape > xDiagram_OuterRect( ShapeFactory(m_xShapeFactory).createInvisibl… in createShapes() [all …]
|
H A D | DataPointSymbolSupplier.cxx | 51 ShapeFactory aShapeFactory(xShapeFactory); in create2DSymbolList() 53 for(sal_Int32 nS=0;nS<ShapeFactory::getSymbolCount();nS++) in create2DSymbolList()
|
H A D | VLegendSymbolFactory.cxx | 121 Reference< drawing::XShape > xBound( ShapeFactory(xShapeFactory).createInvisibleRectangle( in createSymbol() 147 ShapeFactory aFactory( xShapeFactory ); in createSymbol()
|
H A D | VTitle.cxx | 89 return ShapeFactory::getSizeAfterRotation( in getFinalSize() 201 aLabel = ShapeFactory::getStackedString( aLabel, bStackCharacters ); in createShapes()
|
H A D | makefile.mk | 45 $(SLO)$/ShapeFactory.obj \
|
H A D | PlotterBase.cxx | 66 m_pShapeFactory = new ShapeFactory(xShapeFactory); in initPlotter()
|
H A D | PolarLabelPositionHelper.cxx | 46 , ShapeFactory* pShapeFactory ) in PolarLabelPositionHelper()
|
H A D | VLegend.cxx | 889 …ShapeFactory::setShapeName( m_xShape, ObjectIdentifier::createClassifiedIdentifierForParticle( aLe… in createShapes() 936 ShapeFactory(m_xShapeFactory).setShapeName( xBorder, C2U("MarkHandles") ); in createShapes()
|
/aoo42x/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 113 m_pShapeFactory = new ShapeFactory(xFactory); in init() 150 m_aCurrentSizeWithoutAxes = awt::Size( ShapeFactory::calculateNewSizeRespectingAspectRatio( in adjustPosAndSize_2d() 153 m_aCurrentPosWithoutAxes = awt::Point( ShapeFactory::calculateTopLeftPositionToCenterObject( in adjustPosAndSize_2d() 212 ShapeFactory::makeShapeInvisible( m_xWall2D ); in createShapes_2d() 495 m_aCurrentSizeWithoutAxes = ShapeFactory::calculateNewSizeRespectingAspectRatio( in adjustPosAndSize_3d() 500 m_aCurrentPosWithoutAxes= ShapeFactory::calculateTopLeftPositionToCenterObject( in adjustPosAndSize_3d() 517 ShapeFactory::setShapeName( m_xOuterGroupShape, C2U("PlotAreaExcludingAxes") ); in createShapes_3d() 576 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d() 604 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d() 680 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d() [all …]
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | LabelPositionHelper.hxx | 42 class ShapeFactory; 51 , ShapeFactory* pShapeFactory ); 76 ShapeFactory* m_pShapeFactory;
|
H A D | PlotterBase.hxx | 44 class ShapeFactory; 91 ShapeFactory* m_pShapeFactory;
|
H A D | ShapeFactory.hxx | 46 class ShapeFactory class 49 …ShapeFactory(::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory> xFact… in ShapeFactory() function in chart::ShapeFactory 227 ShapeFactory();
|
H A D | VDiagram.hxx | 37 class ShapeFactory; 99 ShapeFactory* m_pShapeFactory;
|
H A D | PlottingPositionHelper.hxx | 48 class ShapeFactory; 98 , ShapeFactory* pShapeFactory, sal_Int32 nDimensionCount );
|
H A D | PolarLabelPositionHelper.hxx | 48 , ShapeFactory* pShapeFactory );
|
/aoo42x/main/chart2/source/view/axes/ |
H A D | VPolarAngleAxis.cxx | 67 ShapeFactory aShapeFactory(m_xShapeFactory); in createTextShapes_ForAngleAxis() 141 …uno::Any aATransformation = ShapeFactory::makeTransformation( aAnchorScreenPosition2D, fRotationAn… in createTextShapes_ForAngleAxis() 142 …rtl::OUString aStackedLabel = ShapeFactory::getStackedString( aLabel, rAxisLabelProperties.bStackC… in createTextShapes_ForAngleAxis()
|
H A D | VCartesianAxis.cxx | 104 …uno::Any aATransformation = ShapeFactory::makeTransformation( rAnchorScreenPosition2D, fRotationAn… in createSingleLabel() 105 …rtl::OUString aLabel = ShapeFactory::getStackedString( rLabel, rAxisLabelProperties.bStackCharacte… in createSingleLabel() 107 Reference< drawing::XShape > xShape2DText = ShapeFactory(xShapeFactory) in createSingleLabel() 125 …angle aShapeRect = BaseGFXHelper::makeRectangle(xShape->getPosition(),ShapeFactory::getSizeAfterRo… in lcl_doesShapeOverlapWithTickmark() 151 …Rectangle aRect1( BaseGFXHelper::makeRectangle(xShape1->getPosition(),ShapeFactory::getSizeAfterRo… in doesOverlap() 152 …Rectangle aRect2( BaseGFXHelper::makeRectangle(xShape2->getPosition(),ShapeFactory::getSizeAfterRo… in doesOverlap() 281 … awt::Size aSize = ShapeFactory::getSizeAfterRotation( xShape2DText, fRotationAngleDegree ); in lcl_getLabelsDistance() 1504 …uno::Any aATransformation = ShapeFactory::makeTransformation(aAnchorScreenPosition2D, fRotationAng… in updatePositions()
|
H A D | VAxisOrGridBase.hxx | 43 class ShapeFactory;
|
H A D | VAxisBase.cxx | 118 awt::Size aSize( ShapeFactory::getSizeAfterRotation( in recordMaximumTextSize()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 339 if( m_bConnectLastToFirstPoint && !ShapeFactory::isPolygonEmptyOrSinglePoint(*pSeriesPoly) ) in impl_createLine() 362 if(!ShapeFactory::hasPolygonAnyLines(aPoly)) in impl_createLine() 421 if( m_bConnectLastToFirstPoint && !ShapeFactory::isPolygonEmptyOrSinglePoint(*pSeriesPoly) ) in impl_createArea() 453 ShapeFactory::closePolygon(aPoly); in impl_createArea() 459 ShapeFactory::closePolygon(aClippedPoly); //again necessary after clipping in impl_createArea() 463 if(!ShapeFactory::hasPolygonAnyLines(aPoly)) in impl_createArea()
|
H A D | VSeriesPlotter.cxx | 561 xTextShape = ShapeFactory(m_xShapeFactory). in createDataLabel() 563 … , *pPropNames, *pPropValues, ShapeFactory::makeTransformation( aScreenPosition2D ) ); in createDataLabel() 574 …xProp->setPropertyValue( C2U( "Transformation" ), ShapeFactory::makeTransformation( aScreenPositio… in createDataLabel() 1138 aNames, aValues, ShapeFactory::makeTransformation( aScreenPosition2D )); in createRegressionCurveEquationShapes() 1152 ShapeFactory::setShapeName( xTextShape, rEquationCID ); in createRegressionCurveEquationShapes() 2136 …uno::Reference< drawing::XShapes > xSymbolGroup( ShapeFactory(xShapeFactory).createGroup2D( xTarge… in createLegendEntriesForSeries() 2150 ShapeFactory::setShapeName( xShape, aCID ); in createLegendEntriesForSeries() 2165 …uno::Reference< drawing::XShapes > xSymbolGroup( ShapeFactory(xShapeFactory).createGroup2D( xTarge… in createLegendEntriesForSeries() 2178 ShapeFactory::setShapeName( xShape, aCID ); in createLegendEntriesForSeries() 2207 …uno::Reference< drawing::XShapes > xSymbolGroup( ShapeFactory(xShapeFactory).createGroup2D( xTarge… in createLegendEntriesForSeries() [all …]
|
H A D | BarChart.cxx | 839 ShapeFactory::setShapeName(xShape in createShapes() 933 if(!ShapeFactory::hasPolygonAnyLines(*pSeriesPoly)) in createShapes() 939 if(!ShapeFactory::hasPolygonAnyLines(aPoly)) in createShapes()
|
H A D | PieChart.cxx | 534 ShapeFactory::setShapeName( xPointShape in createShapes() 561 ShapeFactory::setShapeName( xPointShape in createShapes()
|