Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 25 of 119) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/drawing/
H A DMeasureProperties.idl97 /** If this is <TRUE/>, the angle of the measure is set automatically.
102 /** This is the automatic angle.
107 /** This is the fixed angle.
122 /** If this value is <TRUE/>, the measure has a fixed angle.
H A DCaptionShape.idl97 /** This property specifies if the escape angle of
100 the best possible angle. If not, the value in
105 /** This property specifies the escape angle of
H A DEnhancedCustomShapeExtrusion.idl123 /** This attributes specifies the rotation angle about the x-axis in grad.
125 specified by the draw:rotate-angle.
140 an extrusion in percent. The second parameter specifies the skew-angle. Skew settings
H A DRotationDescriptor.idl45 /** This is the angle for rotation of this <type>Shape</type>.
49 This property contains an error, the rotation angle is mathematically
H A DEllipseShape.idl84 /** If the kind specifies an open circle, this is the start angle.
90 /** If the kind specifies an open circle, this is the end angle.
H A DEnhancedCustomShapeHandle.idl55 parameter the angle of the handle. Otherwise, if the handle is not polar, the first parameter
78 value which is connected to the angle of the handle
/trunk/main/svx/source/svdraw/
H A Dsvdstr.src1009 Text [ en-US ] = "Adjust angle by %1" ;
1406 Text [ en-US ] = "Given angle" ;
1570 Text [ en-US ] = "Start angle" ;
1574 Text [ en-US ] = "Final angle" ;
1594 Text [ en-US ] = "Rotation angle" ;
1598 Text [ en-US ] = "Shear angle" ;
1982 Text [ en-US ] = "Fixed legend angle" ;
1987 Text [ en-US ] = "Legend angle" ;
2352 Text [ en-US ] = "Start angle" ;
2357 Text [ en-US ] = "End angle" ;
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DCaret.idl53 /** The angle of the caret.<p>
55 This member contains the rotation angle of the caret in
58 vertically). The rotation angle is positive for
H A DPathJoinType.idl40 This join type might lead, depending on the angle between the
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimateTransform.idl53 Values for a rotation angle</li>
55 Values for a skew-angle</li>
57 Values for a skew-angle</li>
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx426 double angle = 87; in makeIris() local
434 …(new SRotate (basegfx::B3DVector(0, 0, 1), basegfx::B3DVector(rx, ry, 0), angle, true, 0.0, 0.5)); in makeIris()
435 …k (new SRotate (basegfx::B3DVector(0, 0, 1), basegfx::B3DVector(rx, ry, 0), -angle, true, 0.5, 1)); in makeIris()
701 …tor& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(Origin),angle(Angle) in SRotate()
715 …tor& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(Origin),angle(Angle) in RotateAndScaleDepthByWidth()
722 …tor& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(Origin),angle(Angle) in RotateAndScaleDepthByHeight()
761 glRotated(t*angle,axis.getX(),axis.getY(),axis.getZ()); in interpolate()
786 glRotated(t*angle,axis.getX(),axis.getY(),axis.getZ()); in interpolate()
798 glRotated(t*angle,axis.getX(),axis.getY(),axis.getZ()); in interpolate()
H A DOGLTrans_TransitionImpl.hxx366 double angle; member in SRotate
482 double angle; member in RotateAndScaleDepthByWidth
498 double angle; member in RotateAndScaleDepthByHeight
/trunk/main/offapi/com/sun/star/graphic/
H A DXGraphicRasterizer.idl104 The rotation angle of the graphic to be rasterized.
110 The horizontal shear angle of the graphic to be rasterized.
116 The vertical shear angle of the graphic to be rasterized.
/trunk/main/offapi/com/sun/star/chart2/
H A DRelativeSize.idl47 direction of a given orientation-angle.</p>
63 direction perpendicular to a given orientation-angle.</p>
/trunk/main/starmath/source/
H A Dsymbol.src255 < "angle" ; > ;
327 < "angle" ; > ;
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx72 const double fCurrentAngle(aLeft.angle(aRight)); in ImpSubDivAngle()
211 const double fCurrentAngleLeft(aLeftLeft.angle(aRightLeft)); in ImpSubDivAngleStart()
221 const double fCurrentAngleRight(aLeftRight.angle(aRightRight)); in ImpSubDivAngleStart()
/trunk/main/oox/source/dump/
H A Ddffdumper.ini173 …0x0188=fill-blip-opt,fill-width,fill-height,fill-angle,fill-focus,fill-to-left,fill-to-top,fill-to…
202 …0x02D0=3dstyle-skew-angle,3dstyle-skew-amount,3dstyle-ambient-intensity,3dstyle-key-light-x,3dstyl…
210 …0x0340=callout-type,callout-box-distance,callout-angle,callout-drop-type,callout-drop-pos,callout-…
297 0x018B=int32,fix,angle,DFF-DEGREES
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx159 double angle( const B2IVector& rVec ) const;
H A Db2dvector.hxx183 double angle( const B2DVector& rVec ) const;
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx702 const double fAngle(fabs(rPerpendPrev.angle(rPerpendEdge))); in createAreaGeometryForJoin()
882 const double fAngle(fabs(aTangentPrev.angle(aTangentEdge))); in createAreaGeometry()
H A Db2dsvgpolypolygon.cxx563 B2DVector(1.0,0.0).angle( in importFromSvgD()
570 B2DVector(1.0,0.0).angle( in importFromSvgD()
/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx55 double B2IVector::angle( const B2IVector& rVec ) const in angle() function in basegfx::B2IVector
H A Db2dvector.cxx92 double B2DVector::angle( const B2DVector& rVec ) const in angle() function in basegfx::B2DVector
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_PolarOptions.src46 Text [ en-US ] = "Starting angle" ;
/trunk/main/slideshow/source/engine/transitions/
H A Dcombtransition.cxx67 …basegfx::B2DHomMatrix aMatrix(basegfx::tools::createRotateAroundPoint(0.5, 0.5, aUpVec.angle( rDir… in createClipPolygon()

Completed in 124 milliseconds

12345