Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx924 sal_Int32 nXRef = pDefCustomShape->nXRef; in MergeDefaultAttributes() local
925 if ( ( nXRef != DEFAULT_MINIMUM_SIGNED_COMPARE ) ) in MergeDefaultAttributes()
928 aPropVal.Value <<= nXRef; in MergeDefaultAttributes()
1394 if ( pDefCustomShape->nXRef == nStretchX ) in IsDefaultGeometry()
1398 else if ( pDefCustomShape && ( pDefCustomShape->nXRef == DEFAULT_MINIMUM_SIGNED_COMPARE ) ) in IsDefaultGeometry()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx563 void PolyPolygon::SlantY( long nXRef, double fSin, double fCos ) in SlantY() argument
576 mpImplPolyPolygon->mpPolyAry[ i ]->SlantY( nXRef, fSin, fCos ); in SlantY()
H A Dpoly.cxx1336 void Polygon::SlantY( long nXRef, double fSin, double fCos ) in SlantY() argument
1344 const long nDx = rPnt.X() - nXRef; in SlantY()
1346 rPnt.X() = nXRef + (long)( fCos * nDx ); in SlantY()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx209 void SlantY( long nXRef, double fSin, double fCos );
312 void SlantY( long nXRef, double fSin, double fCos );
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1345 void XPolygon::SlantY(long nXRef, double fSin, double fCos) in SlantY() argument
1355 long nDx = rPnt.X() - nXRef; in SlantY()
1356 rPnt.X() = nXRef + (long)(fCos * nDx); in SlantY()
2071 void XPolyPolygon::SlantY(long nXRef, double fSin, double fCos) in SlantY() argument
2076 pImpXPolyPolygon->aXPolyList.GetObject(i)->SlantY(nXRef, fSin, fCos); in SlantY()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx646 nXRef = nStretchX; in ApplyShapeAttributes()
700 nXRef ( Mx80000000 ), in EnhancedCustomShape2d()
801 if( (nXRef != Mx80000000) && aLogicRect.GetHeight() ) in EnhancedCustomShape2d()
850 case ENUM_FUNC_XSTRETCH : fRet = nXRef; break; in GetEnumFunc()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx129 void SlantY(long nXRef, double fSin, double fCos);
194 void SlantY(long nXRef, double fSin, double fCos);
H A DEnhancedCustomShape2d.hxx93 sal_Int32 nXRef; member in EnhancedCustomShape2d
H A DEnhancedCustomShapeGeometry.hxx78 sal_Int32 nXRef; member

Completed in 64 milliseconds