Home
last modified time | relevance | path

Searched refs:nYRef (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx940 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()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx545 void PolyPolygon::SlantX( long nYRef, double fSin, double fCos ) in SlantX() argument
558 mpImplPolyPolygon->mpPolyAry[ i ]->SlantX( nYRef, fSin, fCos ); in SlantX()
H A Dpoly.cxx1319 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()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx208 void SlantX( long nYRef, double fSin, double fCos );
311 void SlantX( long nYRef, double fSin, double fCos );
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1318 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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx658 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()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx128 void SlantX(long nYRef, double fSin, double fCos);
193 void SlantX(long nYRef, double fSin, double fCos);
H A DEnhancedCustomShape2d.hxx94 sal_Int32 nYRef; member in EnhancedCustomShape2d
H A DEnhancedCustomShapeGeometry.hxx79 sal_Int32 nYRef; member

Completed in 103 milliseconds