Home
last modified time | relevance | path

Searched refs:aM (Results 1 – 14 of 14) sorted by relevance

/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx74 ::basegfx::B3DHomMatrix aM; in HomogenMatrixToB3DHomMatrix()
75 aM.set(0, 0, rHM.Line1.Column1); in HomogenMatrixToB3DHomMatrix()
76 aM.set(0, 1, rHM.Line1.Column2); in HomogenMatrixToB3DHomMatrix()
77 aM.set(0, 2, rHM.Line1.Column3); in HomogenMatrixToB3DHomMatrix()
78 aM.set(0, 3, rHM.Line1.Column4); in HomogenMatrixToB3DHomMatrix()
79 aM.set(1, 0, rHM.Line2.Column1); in HomogenMatrixToB3DHomMatrix()
80 aM.set(1, 1, rHM.Line2.Column2); in HomogenMatrixToB3DHomMatrix()
81 aM.set(1, 2, rHM.Line2.Column3); in HomogenMatrixToB3DHomMatrix()
82 aM.set(1, 3, rHM.Line2.Column4); in HomogenMatrixToB3DHomMatrix()
83 aM.set(2, 0, rHM.Line3.Column1); in HomogenMatrixToB3DHomMatrix()
[all …]
/trunk/main/chart2/source/view/main/
H A DVTitle.cxx107 ::basegfx::B2DHomMatrix aM; in changePosition()
108 aM.rotate( -m_fRotationAngleDegree*F_PI/180.0 );//#i78696#->#i80521# in changePosition()
109 aM.translate( m_nXPos, m_nYPos); in changePosition()
110 …rop->setPropertyValue( C2U( "Transformation" ), uno::makeAny( B2DHomMatrixToHomogenMatrix3(aM) ) ); in changePosition()
282 ::basegfx::B2DHomMatrix aM; in createShapes()
283 aM.rotate( -m_fRotationAngleDegree*F_PI/180.0 );//#i78696#->#i80521# in createShapes()
284 aM.translate( m_nXPos, m_nYPos ); in createShapes()
285 …rop->setPropertyValue( C2U( "Transformation" ), uno::makeAny( B2DHomMatrixToHomogenMatrix3(aM) ) ); in createShapes()
H A DShapeFactory.cxx515 ::basegfx::B3DHomMatrix aM; in impl_createCube()
517 aM.rotate(0.0,0.0,-nRotateZAngleHundredthDegree/18000.00*F_PI); in impl_createCube()
518 aM.translate(rPosition.PositionX in impl_createCube()
521 drawing::HomogenMatrix aHM = B3DHomMatrixToHomogenMatrix(aM); in impl_createCube()
755 ::basegfx::B3DHomMatrix aM; in impl_createConeOrCylinder()
757 aM.rotate(0.0,0.0,-nRotateZAngleHundredthDegree/18000.00*F_PI); in impl_createConeOrCylinder()
759 aM.scale(1.0,1.0,rSize.DirectionZ/rSize.DirectionX); in impl_createConeOrCylinder()
760 aM.translate(rPosition.PositionX, rPosition.PositionY, rPosition.PositionZ); in impl_createConeOrCylinder()
761 drawing::HomogenMatrix aHM = B3DHomMatrixToHomogenMatrix(aM); in impl_createConeOrCylinder()
1234 ::basegfx::B3DHomMatrix aM; in createArea3D()
[all …]
H A DChartView.cxx404 ::basegfx::B3DHomMatrix aM; in createTransformationSceneToScreen()
405 aM.scale(double(rDiagramRectangleWithoutAxes.getWidth())/FIXED_SIZE_FOR_3D_CHART_VOLUME in createTransformationSceneToScreen()
407 aM.translate(double(rDiagramRectangleWithoutAxes.getMinX()) in createTransformationSceneToScreen()
409 return aM; in createTransformationSceneToScreen()
/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx994 SdrMark aM(pEdge, maMarkedObjectList.GetMark(a)->GetPageView()); in ImpForceEdgesOfMarkedNodes() local
998 aM.SetCon1(sal_True); in ImpForceEdgesOfMarkedNodes()
1003 aM.SetCon2(sal_True); in ImpForceEdgesOfMarkedNodes()
1009 maEdgesOfMarkedNodes.InsertEntry(aM); in ImpForceEdgesOfMarkedNodes()
1013 maMarkedEdgesOfMarkedNodes.InsertEntry(aM); in ImpForceEdgesOfMarkedNodes()
H A Dsvdedtv.cxx922 SdrMark aM(*GetEdgesOfMarkedNodes().GetMark(nEdgeNum)); in CopyMarkedObj() local
923 aM.SetUser(1); in CopyMarkedObj()
924 aSourceObjectsForCopy.InsertEntry(aM); in CopyMarkedObj()
/trunk/main/basic/source/inc/
H A Dsbintern.hxx88 SbErrorStackEntry(SbMethodRef aM, xub_StrLen nL, xub_StrLen nC1, xub_StrLen nC2) in SbErrorStackEntry() argument
89 : aMethod(aM), nLine(nL), nCol1(nC1), nCol2(nC2) {} in SbErrorStackEntry()
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx705 ::basegfx::B3DHomMatrix aM; in createShapes_3d()
706aM.translate(GRID_TO_WALL_DISTANCE/fXScale, GRID_TO_WALL_DISTANCE/fYScale, GRID_TO_WALL_DISTANCE/f… in createShapes_3d()
707 aM.scale( fXScale, fYScale, fZScale ); in createShapes_3d()
710 , uno::makeAny(BaseGFXHelper::B3DHomMatrixToHomogenMatrix(aM)) ); in createShapes_3d()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx167 awt::SimpleFontMetric aM; in getFontMetric() local
171 aM = VCLUnoHelper::CreateFontMetric( mpOutputDevice->GetFontMetric() ); in getFontMetric()
173 return aM; in getFontMetric()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx3690 SwTOXMark aM( pT ); in lcl_ImportTox() local
3693 aM.SetLevel( nLevel ); in lcl_ImportTox()
3699 aM.SetPrimaryKey( sFldTxt.Copy( 0, nFnd ) ); in lcl_ImportTox()
3704 aM.SetSecondaryKey( sFldTxt.Copy( nFnd+1, nScndFnd - nFnd - 1 )); in lcl_ImportTox()
3713 aM.SetAlternativeText( sFldTxt ); in lcl_ImportTox()
3714 rDoc.InsertPoolItem( rPaM, aM, 0 ); in lcl_ImportTox()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dsanskrit.lm47 aM 764
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5755 awt::Size aM( ImplMapSize( aS ) ); in ImplCreateTable() local
5756 aColumns.push_back( std::pair< sal_Int32, sal_Int32 >( nPosition, aM.Width ) ); in ImplCreateTable()
5757 nPosition += aM.Width; in ImplCreateTable()
5768 awt::Size aM( ImplMapSize( aS ) ); in ImplCreateTable() local
5769 aRows.push_back( std::pair< sal_Int32, sal_Int32 >( nPosition, aM.Height ) ); in ImplCreateTable()
5770 nPosition += aM.Height; in ImplCreateTable()
/trunk/extras/l10n/source/gl/
H A Dlocalize.sdf13486 …s.cdcollection.Fields.musiccategoryID Name 0 gl IDCategoríaMúsica 2…
/trunk/extras/l10n/source/es/
H A Dlocalize.sdf13486 …s.cdcollection.Fields.musiccategoryID Name 0 es IDCategoríaMúsica 2…