Searched refs:nYRef (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 128 void SlantX(long nYRef, double fSin, double fCos); 193 void SlantX(long nYRef, double fSin, double fCos);
|
H A D | EnhancedCustomShapeGeometry.hxx | 79 sal_Int32 nYRef; member
|
H A D | EnhancedCustomShape2d.hxx | 94 sal_Int32 nYRef; member in EnhancedCustomShape2d
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1318 void XPolygon::SlantX(long nYRef, double fSin, double fCos) in SlantX() argument 1328 long nDy = rPnt.Y() - nYRef; in SlantX() 1330 rPnt.Y() = nYRef + (long)(fCos * nDy); in SlantX() 2052 void XPolyPolygon::SlantX(long nYRef, double fSin, double fCos) in SlantX() argument 2057 pImpXPolyPolygon->aXPolyList.GetObject(i)->SlantX(nYRef, fSin, fCos); in SlantX()
|
/aoo41x/main/tools/inc/tools/ |
H A D | poly.hxx | 208 void SlantX( long nYRef, double fSin, double fCos ); 311 void SlantX( long nYRef, double fSin, double fCos );
|
/aoo41x/main/tools/source/generic/ |
H A D | poly2.cxx | 545 void PolyPolygon::SlantX( long nYRef, double fSin, double fCos ) in SlantX() argument 558 mpImplPolyPolygon->mpPolyAry[ i ]->SlantX( nYRef, fSin, fCos ); in SlantX()
|
H A D | poly.cxx | 1319 void Polygon::SlantX( long nYRef, double fSin, double fCos ) in SlantX() argument 1327 const long nDy = rPnt.Y() - nYRef; in SlantX() 1330 rPnt.Y() = nYRef + (long)( fCos * nDy ); in SlantX()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 940 sal_Int32 nYRef = pDefCustomShape->nYRef; in MergeDefaultAttributes() local 941 if ( ( nYRef != DEFAULT_MINIMUM_SIGNED_COMPARE ) ) in MergeDefaultAttributes() 944 aPropVal.Value <<= nYRef; in MergeDefaultAttributes() 1412 if ( pDefCustomShape->nYRef == nStretchY ) in IsDefaultGeometry() 1416 else if ( pDefCustomShape && ( pDefCustomShape->nYRef == DEFAULT_MINIMUM_SIGNED_COMPARE ) ) in IsDefaultGeometry()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 658 nYRef = nStretchY; in ApplyShapeAttributes() 701 nYRef ( Mx80000000 ), in EnhancedCustomShape2d() 811 if( (nYRef != Mx80000000) && aLogicRect.GetWidth() ) in EnhancedCustomShape2d() 851 case ENUM_FUNC_YSTRETCH : fRet = nYRef; break; in GetEnumFunc()
|
Completed in 53 milliseconds