Searched refs:nXRef (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 129 void SlantY(long nXRef, double fSin, double fCos); 194 void SlantY(long nXRef, double fSin, double fCos);
|
H A D | EnhancedCustomShapeGeometry.hxx | 78 sal_Int32 nXRef; member
|
H A D | EnhancedCustomShape2d.hxx | 93 sal_Int32 nXRef; member in EnhancedCustomShape2d
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1345 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()
|
/aoo41x/main/tools/inc/tools/ |
H A D | poly.hxx | 209 void SlantY( long nXRef, double fSin, double fCos ); 312 void SlantY( long nXRef, double fSin, double fCos );
|
/aoo41x/main/tools/source/generic/ |
H A D | poly2.cxx | 563 void PolyPolygon::SlantY( long nXRef, double fSin, double fCos ) in SlantY() argument 576 mpImplPolyPolygon->mpPolyAry[ i ]->SlantY( nXRef, fSin, fCos ); in SlantY()
|
H A D | poly.cxx | 1336 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 924 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()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 646 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()
|
Completed in 95 milliseconds