Home
last modified time | relevance | path

Searched refs:BaseGFXHelper (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/chart2/source/tools/
H A DThreeDHelper.cxx93 … ::basegfx::B3DVector aLightVector( BaseGFXHelper::Direction3DToB3DVector( aLight ) ); in lcl_RotateLightSource()
97 , uno::makeAny( BaseGFXHelper::B3DVectorToDirection3D( aLightVector ) ) ); in lcl_RotateLightSource()
110 BaseGFXHelper::ReduceToRotationMatrix( aLightRottion ); in lcl_rotateLights()
195 BaseGFXHelper::ReduceToRotationMatrix( aRotation ); in lcl_isLightScheme()
196 … ::basegfx::B3DVector aLightVector( BaseGFXHelper::Direction3DToB3DVector( aDefaultDirection ) ); in lcl_isLightScheme()
198 aDefaultDirection = BaseGFXHelper::B3DVectorToDirection3D( aLightVector ); in lcl_isLightScheme()
239 BaseGFXHelper::ReduceToRotationMatrix( aRotation ); in lcl_setLightsForScheme()
338 ::basegfx::B3DVector aVPN( BaseGFXHelper::Direction3DToB3DVector( aCG.vpn ) ); in lcl_getCameraMatrix()
339 ::basegfx::B3DVector aVUP( BaseGFXHelper::Direction3DToB3DVector( aCG.vup ) ); in lcl_getCameraMatrix()
371 return BaseGFXHelper::HomogenMatrixToB3DHomMatrix( aCameraMatrix ); in lcl_getCameraMatrix()
[all …]
H A Dmakefile.mk105 $(SLO)$/BaseGFXHelper.obj \
H A DBaseGFXHelper.cxx36 namespace BaseGFXHelper namespace
/AOO41X/main/chart2/source/view/diagram/
H A DVDiagram.cxx129 …::basegfx::B2IRectangle aAllowedRect( BaseGFXHelper::makeRectangle(m_aAvailablePosIncludingAxes,m_… in adjustPosAndSize()
130 ::basegfx::B2IRectangle aNewInnerRect( BaseGFXHelper::makeRectangle(rPos,rSize) ); in adjustPosAndSize()
134 …aNewInnerRect = adjustPosAndSize_3d( BaseGFXHelper::B2IRectangleToAWTPoint(aNewInnerRect), BaseGFX… in adjustPosAndSize()
136 …aNewInnerRect = adjustPosAndSize_2d( BaseGFXHelper::B2IRectangleToAWTPoint(aNewInnerRect), BaseGFX… in adjustPosAndSize()
164 …return ::basegfx::B2IRectangle( BaseGFXHelper::makeRectangle(m_aCurrentPosWithoutAxes,m_aCurrentSi… in adjustPosAndSize_2d()
481 , uno::makeAny(BaseGFXHelper::B3DHomMatrixToHomogenMatrix( aResult )) ); in adjustAspectRatio3d()
504 …return ::basegfx::B2IRectangle( BaseGFXHelper::makeRectangle(m_aCurrentPosWithoutAxes,m_aCurrentSi… in adjustPosAndSize_3d()
652 … uno::makeAny( BaseGFXHelper::B3DHomMatrixToHomogenMatrix( aEffectiveTranformation ) ) ); in createShapes_3d()
710 , uno::makeAny(BaseGFXHelper::B3DHomMatrixToHomogenMatrix(aM)) ); in createShapes_3d()
731 return BaseGFXHelper::makeRectangle(m_aCurrentPosWithoutAxes,m_aCurrentSizeWithoutAxes); in getCurrentRectangle()
[all …]
/AOO41X/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSceneProperty.cxx74 ::basegfx::B3DTuple aRotation( BaseGFXHelper::GetRotationFromMatrix( in setPropertyValue()
75 BaseGFXHelper::HomogenMatrixToB3DHomMatrix( aHM ) ) ); in setPropertyValue()
82 aHM = BaseGFXHelper::B3DHomMatrixToHomogenMatrix(aNewMatrix); in setPropertyValue()
101 ::basegfx::B3DTuple aRotation( BaseGFXHelper::GetRotationFromMatrix( in getPropertyValue()
102 BaseGFXHelper::HomogenMatrixToB3DHomMatrix( aHM ) ) ); in getPropertyValue()
109 aHM = BaseGFXHelper::B3DHomMatrixToHomogenMatrix(aNewMatrix); in getPropertyValue()
/AOO41X/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneGeometry.cxx95 fXAngle = BaseGFXHelper::Rad2Deg( fXAngle ); in ThreeD_SceneGeometry_TabPage()
96 fYAngle = BaseGFXHelper::Rad2Deg( fYAngle ); in ThreeD_SceneGeometry_TabPage()
97 fZAngle = BaseGFXHelper::Rad2Deg( fZAngle ); in ThreeD_SceneGeometry_TabPage()
192 fXAngle = BaseGFXHelper::Deg2Rad( fXAngle ); in applyAnglesToModel()
193 fYAngle = BaseGFXHelper::Deg2Rad( fYAngle ); in applyAnglesToModel()
194 fZAngle = BaseGFXHelper::Deg2Rad( fZAngle ); in applyAnglesToModel()
/AOO41X/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx177 ::basegfx::B3DTuple aScale( BaseGFXHelper::GetScaleFromMatrix( in getCoordinateSystemResolution()
178 BaseGFXHelper::HomogenMatrixToB3DHomMatrix( in getCoordinateSystemResolution()
H A DVCartesianAxis.cxx125 …::basegfx::B2IRectangle aShapeRect = BaseGFXHelper::makeRectangle(xShape->getPosition(),ShapeFacto… in lcl_doesShapeOverlapWithTickmark()
151 …::basegfx::B2IRectangle aRect1( BaseGFXHelper::makeRectangle(xShape1->getPosition(),ShapeFactory::… in doesOverlap()
152 …::basegfx::B2IRectangle aRect2( BaseGFXHelper::makeRectangle(xShape2->getPosition(),ShapeFactory::… in doesOverlap()
/AOO41X/main/chart2/source/inc/
H A DBaseGFXHelper.hxx45 namespace BaseGFXHelper namespace
/AOO41X/main/chart2/source/view/main/
H A DClipping.cxx222 ::basegfx::B3DRange a3DRange( BaseGFXHelper::getBoundVolume( rPolygon ) ); in clipPolygonAtRectangle()
H A DChartView.cxx1402 …::basegfx::B2IRectangle aAvailableOuterRect( BaseGFXHelper::makeRectangle(rAvailablePos,rAvailable… in impl_createDiagramAndContent()
1423 … , BaseGFXHelper::B2IRectangleToAWTRectangle( aAvailableOuterRect ) //maximum space for labels in impl_createDiagramAndContent()
H A DShapeFactory.cxx2362 aRet = BaseGFXHelper::makeRectangle(aPos,aSize); in getRectangleOfShape()
/AOO41X/main/chart2/source/view/charttypes/
H A DPieChart.cxx595 aRect = BaseGFXHelper::makeRectangle(xShape->getPosition(),xShape->getSize() ); in lcl_getRect()