Home
last modified time | relevance | path

Searched refs:nAngle (Results 1 – 25 of 73) sorted by last modified time

123

/trunk/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx189 sal_Int32 nAngle = pSourceObj->GetRotateAngle(); in SetAttributes() local
190 if ( nAngle ) in SetAttributes()
192 double a = nAngle * F_PI18000; in SetAttributes()
193 pObj->NbcRotate( pObj->GetSnapRect().Center(), nAngle, sin( a ), cos( a ) ); in SetAttributes()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7911 int nAngle = GetFont().GetOrientation(); in GetTextOutlines() local
7912 if( nAngle ) in GetTextOutlines()
7913 aMatrix.rotate( nAngle * F_PI1800 ); in GetTextOutlines()
H A Dpdfwriter_impl.cxx7380 int nAngle = m_aCurrentPDFState.m_aFont.GetOrientation(); in drawLayout() local
7382 while( nAngle < 0 ) in drawLayout()
7383 nAngle += 3600; in drawLayout()
7384 nAngle = nAngle % 3600; in drawLayout()
7385 double fAngle = (double)nAngle * M_PI / 1800.0; in drawLayout()
H A Doutdev4.cxx176 double fAngle = nAngle * F_PI1800; in ImplDrawLinearGradient()
260 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
568 aPoly.Rotate( aCenter, nAngle ); in ImplDrawComplexGradient()
1228 long nAngle = nAngle10 % 1800; in ImplCalcHatchValues() local
1231 if( nAngle > 900 ) in ImplCalcHatchValues()
1232 nAngle -= 1800; in ImplCalcHatchValues()
1236 if( 0 == nAngle ) in ImplCalcHatchValues()
1251 else if( 900 == nAngle ) in ImplCalcHatchValues()
1266 else if( nAngle >= -450 && nAngle <= 450 ) in ImplCalcHatchValues()
1275 if( nAngle > 0 ) in ImplCalcHatchValues()
[all …]
H A Dcvtsvm.cxx1187 sal_Int16 nAngle; in ImplConvertFromSVM1() local
1198 rIStm >> nAngle >> nBorder >> nOfsX >> nOfsY >> nIntensityStart >> nIntensityEnd; in ImplConvertFromSVM1()
1202 aGrad.SetAngle( nAngle ); in ImplConvertFromSVM1()
H A Dgradient.cxx173 void Gradient::SetAngle( sal_uInt16 nAngle ) in SetAngle() argument
178 mpImplGradient->mnAngle = nAngle; in SetAngle()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2385 void SdrPathObj::NbcShear(const Point& rRefPnt, long nAngle, double fTan, FASTBOOL bVShear) in NbcShear() argument
2403 SdrTextObj::NbcShear(rRefPnt,nAngle,fTan,bVShear); in NbcShear()
H A Dsvdotext.cxx1968 sal_Int32 nAngle(aGeo.nDrehWink); in GetTextScrollMetaFileAndRectangle() local
1971 aGeo.nDrehWink = nAngle; in GetTextScrollMetaFileAndRectangle()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1260 …sal_Int32 nAngle = ( rObjData.nSpFlags & SP_FFLIPV ) ? -mnFix16Angle : mnFix16Angle; // #72116# ve… in ProcessObj() local
1261 nAngle += nTextRotationAngle; in ProcessObj()
1287 nAngle = 36000 - nAngle; in ProcessObj()
1288 if ( nAngle ) in ProcessObj()
1290 double a = nAngle * nPi180; in ProcessObj()
1291 pTObj->NbcRotate( rObjData.aBoundRect.Center(), nAngle, sin( a ), cos( a ) ); in ProcessObj()
H A Dmsdffimp.cxx386 nAngle = NormAngle360( -nAngle ); in Fix16ToAngle()
388 return nAngle; in Fix16ToAngle()
2875 if(nAngle >= 0) in ImportGradientColor()
2879 nAngle=3600 - ( ( Fix16ToAngle(nAngle) + 5 ) / 10 ); in ImportGradientColor()
2881 while ( nAngle >= 3600 ) nAngle -= 3600; in ImportGradientColor()
2882 while ( nAngle < 0 ) nAngle += 3600; in ImportGradientColor()
2895 while ( nAngle >= 3600 ) nAngle -= 3600; in ImportGradientColor()
2896 while ( nAngle < 0 ) nAngle += 3600; in ImportGradientColor()
4417 if ( ( nAngle > 4500 && nAngle <= 13500 ) || ( nAngle > 22500 && nAngle <= 31500 ) ) in ImportShape()
4764 nAngle = 36000 - nAngle; in ImportShape()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4324 sal_Int32 nAngle = static_cast<const SfxInt32Item*>(pItem)->GetValue(); in HasAttrib() local
4325 if ( nAngle != 0 && nAngle != 9000 && nAngle != 27000 ) in HasAttrib()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2917 long nAngle = pRecord->nTextRotationAngle; in MungeTextIntoDrawBox() local
2918 if ( nAngle ) in MungeTextIntoDrawBox()
2920 double a = nAngle*nPi180; in MungeTextIntoDrawBox()
2921 pSdrTextObj->NbcRotate(pSdrTextObj->GetCurrentBoundRect().Center(), nAngle, in MungeTextIntoDrawBox()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx865 nAngle( 1500 ), in SdOptionsSnap()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx3457 nAngle( 0 ), in XGradient()
3486 nAngle(nTheAngle), in XGradient()
3511 nAngle == rGradient.nAngle && in operator ==()
4234 nAngle(nTheAngle) in XHatch()
4253 nAngle == rHatch.nAngle ); in operator ==()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx903 const double nAngle( nFontAngle * (F_PI / 1800.0) ); in createFont() local
904 o_rFontRotation = -nAngle; in createFont()
/trunk/main/xmloff/source/text/
H A Dtxtprhdl.cxx1189 sal_Int16 nAngle; in importXML() local
1191 nAngle = 0; in importXML()
1193 nAngle = 900; in importXML()
1195 nAngle = 2700; in importXML()
1196 rValue <<= nAngle; in importXML()
1207 sal_Int16 nAngle = sal_Int16(); in exportXML() local
1208 sal_Bool bRet = ( rValue >>= nAngle ); in exportXML()
1212 SvXMLUnitConverter::convertNumber( aOut, nAngle / 10 ); in exportXML()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx87 int nAngle = 0; in getVerticalDeltaAngle() local
105 nAngle = 0; in getVerticalDeltaAngle()
107 nAngle = -900; in getVerticalDeltaAngle()
109 nAngle = 900; in getVerticalDeltaAngle()
111 return nAngle; in getVerticalDeltaAngle()
137 sal_Int32 nAngle, in SetFont() argument
152 mnTextAngle = nAngle; in SetFont()
H A Dcommon_gfx.cxx850 PrinterGfx::PSRotate (sal_Int32 nAngle) in PSRotate() argument
852 sal_Int32 nPostScriptAngle = -nAngle; in PSRotate()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1099 if( !nAngle && !nGlyphFlags ) in ApplyGlyphTransform()
1100 return nAngle; in ApplyGlyphTransform()
1119 nAngle += 900; in ApplyGlyphTransform()
1129 nAngle -= 900; in ApplyGlyphTransform()
1141 while( nAngle < 0 ) in ApplyGlyphTransform()
1142 nAngle += 3600; in ApplyGlyphTransform()
1161 nAngle = 0; in ApplyGlyphTransform()
1172 return nAngle; in ApplyGlyphTransform()
1481 nAngle = 0; in GetGlyphBitmap1()
1564 switch( nAngle ) in GetGlyphBitmap1()
[all …]
H A Dgcach_rbmp.cxx168 bool RawBitmap::Rotate( int nAngle ) in Rotate() argument
175 switch( nAngle ) in Rotate()
215 switch( nAngle ) in Rotate()
/trunk/main/vcl/inc/vcl/
H A Dgradient.hxx99 void SetAngle( sal_uInt16 nAngle );
/trunk/main/vcl/inc/
H A Dprintergfx.hxx292 void PSRotate (sal_Int32 nAngle);
389 sal_Int32 nAngle,
H A Dglyphcache.hxx320 bool Rotate( int nAngle );
/trunk/main/tools/source/generic/
H A Dpoly.cxx518 double nAngle; in Polygon() local
521 for( i=0, nAngle = 0.0; i < nPoints4; i++, nAngle += nAngleStep ) in Polygon()
523 long nX = FRound( nRadX * cos( nAngle ) ); in Polygon()
524 long nY = FRound( -nRadY * sin( nAngle ) ); in Polygon()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1509 long nAngle = 90; in ReadShapeObject() local
1510 double a = nAngle*100*nPi180; in ReadShapeObject()
1511 pStroke->Rotate(pStroke->GetCurrentBoundRect().Center(), nAngle*100, sin(a), cos(a) ); in ReadShapeObject()

Completed in 354 milliseconds

123