/trunk/main/chart2/qa/complex/chart2/ |
H A D | TestCaseOldAPI.java | 626 aGradient.Angle = 300; // 30 degrees in testDataSeriesAndPoints() 645 assertTrue( "Gradient Angle", aNewGradient.Angle == aGradient.Angle ); in testDataSeriesAndPoints() 668 aHatch.Angle = 230; // 23 degrees in testDataSeriesAndPoints() 682 assertTrue( "Hatch Angle", aNewHatch.Angle == aHatch.Angle ); in testDataSeriesAndPoints()
|
/trunk/main/xmloff/source/style/ |
H A D | HatchStyle.cxx | 96 aHatch.Angle = 0; in importXML() 156 aHatch.Angle = sal_Int16( nValue ); in importXML() 245 rUnitConverter.convertNumber( aOut, sal_Int32( aHatch.Angle ) ); in exportXML()
|
H A D | GradientStyle.cxx | 106 aGradient.Angle = 0; in importXML() 198 aGradient.Angle = sal_Int16( nValue ); in importXML() 320 SvXMLUnitConverter::convertNumber( aOut, sal_Int32( aGradient.Angle ) ); in exportXML()
|
H A D | TransGradientStyle.cxx | 101 aGradient.Angle = 0; in importXML() 191 aGradient.Angle = sal_Int16( nValue ); in importXML() 304 SvXMLUnitConverter::convertNumber( aOut, sal_Int32( aGradient.Angle ) ); in exportXML()
|
/trunk/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionImpl.hxx | 353 …SRotate(const basegfx::B3DVector& Axis,const basegfx::B3DVector& Origin,double Angle,bool bInter, … 477 …th(const basegfx::B3DVector& Axis,const basegfx::B3DVector& Origin,double Angle,bool bInter, doubl… 493 …ht(const basegfx::B3DVector& Axis,const basegfx::B3DVector& Origin,double Angle,bool bInter, doubl…
|
H A D | OGLTrans_TransitionImpl.cxx | 701 …st basegfx::B3DVector& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(O… in SRotate() argument 715 …st basegfx::B3DVector& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(O… in RotateAndScaleDepthByWidth() argument 722 …st basegfx::B3DVector& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(O… in RotateAndScaleDepthByHeight() argument
|
/trunk/main/cui/source/tabpages/ |
H A D | transfrm.src | 308 Text [ en-US ] = "Angle" ; 385 Text [ en-US ] = "~Angle" ; 417 QuickHelpText [ en-US ] = "Rotation Angle" ; 465 Text [ en-US ] = "~Angle" ;
|
H A D | labdlg.src | 70 Text [ en-US ] = "~Angle" ;
|
/trunk/main/svx/source/unodraw/ |
H A D | XPropertyTable.cxx | 526 aUnoHatch.Angle = aHatch.GetAngle(); in getAny() 543 aXHatch.SetAngle( aUnoHatch.Angle ); in getEntry() 602 aGradient.Angle = (short)aXGradient.GetAngle(); in getAny() 626 aXGradient.SetAngle( aGradient.Angle ); in getEntry()
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | Hatch.idl | 70 // DocMerge from xml: field com::sun::star::drawing::Hatch::Angle 73 long Angle;
|
/trunk/main/svx/sdi/ |
H A D | xoitems.sdi | 52 INT16 Angle MID_GRADIENT_ANGLE; 76 INT32 Angle MID_HATCH_ANGLE;
|
/trunk/test/testuno/source/fvt/uno/sd/textbox/ |
H A D | FillProperties.java | 123 aGradient.Angle = 450; in testFillGradient() 191 aHatch.Angle = 450; in testFillHatch()
|
/trunk/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 3809 aGradient2.Angle = (short)aXGradient.GetAngle(); in QueryValue() 3835 aGradient2.Angle = (short)aXGradient.GetAngle(); in QueryValue() 3908 aXGradient.SetAngle( aGradient2.Angle ); in PutValue() 3945 aXGradient.SetAngle( aGradient2.Angle ); in PutValue() 4514 aUnoHatch.Angle = aHatch.GetAngle(); in QueryValue() 4533 aUnoHatch.Angle = aHatch.GetAngle(); in QueryValue() 4595 aHatch.SetAngle( aUnoHatch.Angle ); in PutValue() 4613 aHatch.SetAngle( aUnoHatch.Angle ); in PutValue()
|
/trunk/main/oox/source/drawingml/ |
H A D | fillproperties.cxx | 213 aGradient.Angle = 900; in pushToPropMap() 257 … aGradient.Angle = static_cast< sal_Int16 >( (4500 - (nDmlAngle / (PER_DEGREE / 10))) % 3600 ); in pushToPropMap()
|
/trunk/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeProperties.java | 157 aGradient.Angle = 450; in testShapeFillGradient() 216 aHatch.Angle=450; in testShapeFillHatch()
|
/trunk/main/filter/source/graphicfilter/icgm/ |
H A D | elements.hxx | 33 void ImplInsertHatch( sal_Int32 Key, int Style, long Distance, long Angle );
|
H A D | outact.cxx | 148 mpGradient->Angle = sal::static_int_cast< sal_Int16 >(nAngle); in SetGradientAngle()
|
H A D | actimpr.cxx | 366 aHatch.Angle = pHatchEntry->HatchAngle; in ImplSetFillBundle() 372 aHatch.Angle = 15 * ( ( nHatchIndex & 0x1f ) - 5 ); in ImplSetFillBundle()
|
/trunk/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | FillAndLineStyleDemo.java | 93 aGradient.Angle = 450; in main()
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | Gradient.idl | 67 short Angle;
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbafillformat.cxx | 58 aGradient.Angle = m_nGradientAngle; in setFillStyle()
|
/trunk/main/sfx2/source/sidebar/ |
H A D | Tools.cxx | 136 aVclGradient.SetAngle(aAwtGradient.Angle); in AwtToVclGradient()
|
/trunk/main/svx/source/accessibility/ |
H A D | accessibility.src | 86 Text [ en-US ] = "Angle control" ;
|
/trunk/main/sd/source/ui/dlg/ |
H A D | copydlg.src | 118 Text [ en-US ] = "~Angle" ;
|
/trunk/main/oox/source/export/ |
H A D | drawingml.cxx | 201 … XML_ang, I32S( ( ( ( 3600 - aGradient.Angle + 900 ) * 6000 ) % 21600000 ) ), in WriteGradientFill() 212 … XML_ang, I32S( ( ( ( 3600 - aGradient.Angle + 900 ) * 6000 ) % 21600000 ) ), in WriteGradientFill()
|