Home
last modified time | relevance | path

Searched refs:pShapeFactory (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DVLegendSymbolFactory.cxx107 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in createSymbol() local
108 xResult.set( pShapeFactory->createGroup2D( rSymbolContainer ), uno::UNO_QUERY ); in createSymbol()
115 pShapeFactory->createInvisibleRectangle( xResultGroup, rEntryKeyAspectRatio ); in createSymbol()
123 pShapeFactory->createLine( xResultGroup, awt::Size( rEntryKeyAspectRatio.Width, 0 ), in createSymbol()
171 pShapeFactory->createCircle( xResultGroup, awt::Size( nSize, nSize ), in createSymbol()
186 pShapeFactory->createRectangle( xResultGroup, in createSymbol()
H A DDataPointSymbolSupplier.cxx33 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in create2DSymbolList() local
35 pShapeFactory->createGroup2D( xTarget ); in create2DSymbolList()
40 pShapeFactory->createSymbol2D( xGroupShapes, aPos, rSize, nS, 0, 0 ); in create2DSymbolList()
H A DVButton.cxx96 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes() local
103 m_xShape.set(pShapeFactory->createGroup2D(m_xTarget, m_sCID), uno::UNO_QUERY); in createShapes()
130 = pShapeFactory->createText(xContainer, m_sLabel, aPropNames, aPropValues, uno::Any()); in createShapes()
H A DVTitle.cxx159 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes() local
160 …m_xShape =pShapeFactory->createText( m_xTarget, rReferenceSize, rPos, aStringList, xTitlePropertie… in createShapes()
H A DPolarLabelPositionHelper.cxx36 , ShapeFactory* pShapeFactory ) in PolarLabelPositionHelper() argument
37 : LabelPositionHelper( nDimensionCount, xLogicTarget, pShapeFactory ) in PolarLabelPositionHelper()
H A DVLegend.cxx157 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in lcl_createTextShapes() local
178 pShapeFactory->createText( xTarget, aLabelString, in lcl_createTextShapes()
423 … ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in lcl_placeLegendEntries() local
427 Reference<drawing::XShape> xEntry = pShapeFactory->createText( in lcl_placeLegendEntries()
931 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes() local
933 m_xShape.set( pShapeFactory->createGroup2D( m_xTarget, in createShapes()
1043 Reference<drawing::XShape> xBorder = pShapeFactory->createRectangle( in createShapes()
H A DLabelPositionHelper.cxx38 , ShapeFactory* pShapeFactory ) in LabelPositionHelper() argument
41 , m_pShapeFactory(pShapeFactory) in LabelPositionHelper()
H A DPlottingPositionHelper.cxx199 , ShapeFactory* pShapeFactory in transformSceneToScreenPosition() argument
210 uno::Reference< drawing::XShape > xShape3DAnchor = pShapeFactory->createCube( xSceneTarget in transformSceneToScreenPosition()
H A DChartView.cxx2348 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in formatPage() local
2349 pShapeFactory->createRectangle( in formatPage()
2443 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes() local
2445 mxRootShape = pShapeFactory->getOrCreateChartRootShape( m_xDrawPage ); in createShapes()
2918 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes2D() local
2939 pShapeFactory->createGroup2D(mxRootShape,aDiagramCID) ); in createShapes2D()
2941 aParam.mxMarkHandles = pShapeFactory->createInvisibleRectangle( in createShapes2D()
2945 aParam.mxPlotAreaWithAxes = pShapeFactory->createInvisibleRectangle( in createShapes2D()
2949 …aParam.mxDiagramWithAxesShapes = pShapeFactory->createGroup2D(xDiagramPlusAxesPlusMarkHandlesGroup… in createShapes2D()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DDataPointSymbolSupplier.cxx33 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in create2DSymbolList() local
35 pShapeFactory->createGroup2D( xTarget ); in create2DSymbolList()
40 pShapeFactory->createSymbol2D( xGroupShapes, aPos, rSize, nS, 0, 0 ); in create2DSymbolList()
H A DVLegendSymbolFactory.cxx107 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in createSymbol() local
108 xResult.set( pShapeFactory->createGroup2D( rSymbolContainer ), uno::UNO_QUERY ); in createSymbol()
115 Reference< drawing::XShape > xBound( pShapeFactory->createInvisibleRectangle( in createSymbol()
124 pShapeFactory->createLine( xResultGroup, awt::Size( rEntryKeyAspectRatio.Width, 0 ), in createSymbol()
172 pShapeFactory->createCircle( xResultGroup, awt::Size( nSize, nSize ), in createSymbol()
187 pShapeFactory->createRectangle( xResultGroup, in createSymbol()
H A DVButton.cxx95 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes() local
102 m_xShape.set(pShapeFactory->createGroup2D(m_xTarget, m_sCID), uno::UNO_QUERY); in createShapes()
128 uno::Reference<drawing::XShape> xEntry = pShapeFactory->createText( in createShapes()
H A DVTitle.cxx128 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes() local
129 m_xShape =pShapeFactory->createText( m_xTarget, rReferenceSize, rPos, aStringList, in createShapes()
H A DPolarLabelPositionHelper.cxx36 , ShapeFactory* pShapeFactory ) in PolarLabelPositionHelper() argument
37 : LabelPositionHelper( nDimensionCount, xLogicTarget, pShapeFactory ) in PolarLabelPositionHelper()
H A DVLegend.cxx156 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in lcl_createTextShapes() local
177 pShapeFactory->createText( xTarget, aLabelString, in lcl_createTextShapes()
888 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createShapes() local
890 m_xShape.set( pShapeFactory->createGroup2D( m_xTarget, in createShapes()
1004 pShapeFactory->createRectangle( xLegendContainer, in createShapes()
H A DLabelPositionHelper.cxx37 , ShapeFactory* pShapeFactory ) in LabelPositionHelper() argument
40 , m_pShapeFactory(pShapeFactory) in LabelPositionHelper()
H A DPlottingPositionHelper.cxx199 , ShapeFactory* pShapeFactory in transformSceneToScreenPosition() argument
210 uno::Reference< drawing::XShape > xShape3DAnchor = pShapeFactory->createCube( xSceneTarget in transformSceneToScreenPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/axes/
H A DVCoordinateSystem.cxx97 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in initPlottingTargets() local
101 m_xLogicTargetForGrids = pShapeFactory->createGroup2D( xLogicTarget ); in initPlottingTargets()
102 xLogicTargetForSeriesBehindAxis = pShapeFactory->createGroup2D( xLogicTarget ); in initPlottingTargets()
103 m_xLogicTargetForAxes = pShapeFactory->createGroup2D( xLogicTarget ); in initPlottingTargets()
108 m_xLogicTargetForGrids = pShapeFactory->createGroup3D( xLogicTarget ); in initPlottingTargets()
109 xLogicTargetForSeriesBehindAxis = pShapeFactory->createGroup3D( xLogicTarget ); in initPlottingTargets()
110 m_xLogicTargetForAxes = pShapeFactory->createGroup3D( xLogicTarget ); in initPlottingTargets()
H A DVPolarAngleAxis.cxx56 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createTextShapes_ForAngleAxis() local
118 …Helper aPolarLabelPositionHelper(m_pPosHelper.get(), 2/*nDimensionCount*/, xTarget, pShapeFactory); in createTextShapes_ForAngleAxis()
130 …pTickInfo->xTextShape = pShapeFactory->createText( xTarget, aStackedLabel, aPropNames, aPropValues… in createTextShapes_ForAngleAxis()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/axes/
H A DVCoordinateSystem.cxx98 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(xShapeFactory); in initPlottingTargets() local
102 m_xLogicTargetForGrids = pShapeFactory->createGroup2D( xLogicTarget ); in initPlottingTargets()
103 xLogicTargetForSeriesBehindAxis = pShapeFactory->createGroup2D( xLogicTarget ); in initPlottingTargets()
104 m_xLogicTargetForAxes = pShapeFactory->createGroup2D( xLogicTarget ); in initPlottingTargets()
109 m_xLogicTargetForGrids = pShapeFactory->createGroup3D( xLogicTarget ); in initPlottingTargets()
110 xLogicTargetForSeriesBehindAxis = pShapeFactory->createGroup3D( xLogicTarget ); in initPlottingTargets()
111 m_xLogicTargetForAxes = pShapeFactory->createGroup3D( xLogicTarget ); in initPlottingTargets()
H A DVPolarAngleAxis.cxx56 ShapeFactory* pShapeFactory = ShapeFactory::getOrCreateShapeFactory(m_xShapeFactory); in createTextShapes_ForAngleAxis() local
118 …Helper aPolarLabelPositionHelper(m_pPosHelper.get(), 2/*nDimensionCount*/, xTarget, pShapeFactory); in createTextShapes_ForAngleAxis()
130 …pTickInfo->xTextShape = pShapeFactory->createText( xTarget, aStackedLabel, aPropNames, aPropValues… in createTextShapes_ForAngleAxis()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/inc/
H A DPolarLabelPositionHelper.hxx37 , ShapeFactory* pShapeFactory );
H A DLabelPositionHelper.hxx43 , ShapeFactory* pShapeFactory );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/inc/
H A DPolarLabelPositionHelper.hxx38 , ShapeFactory* pShapeFactory );
H A DLabelPositionHelper.hxx44 , ShapeFactory* pShapeFactory );

12