Home
last modified time | relevance | path

Searched refs:nCenterY (Results 1 – 13 of 13) sorted by path

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx42 int nCenterY; // adjust Y by Height()/2 * this number member
685 rect.top += pHandleInfo->nCenterY * (nHeight - size) / 2; in GetHandleRect()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2037 …sal_Int32 nPositionX, nPositionY, nCenterX, nCenterY, nRangeXMin, nRangeXMax, nRangeYMin, nRangeYM… in ApplyCustomShapeGeometryAttributes() local
2042 >> nCenterY in ApplyCustomShapeGeometryAttributes()
2088 if ( nCenterY == 2 ) in ApplyCustomShapeGeometryAttributes()
2089 nCenterY = nCoordHeight / 2; in ApplyCustomShapeGeometryAttributes()
2094 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aPolar.Second, nCenterY, ( nFlags & … in ApplyCustomShapeGeometryAttributes()
2104 if ( nCenterY == 2 ) in ApplyCustomShapeGeometryAttributes()
2105 nCenterY = nCoordHeight / 2; in ApplyCustomShapeGeometryAttributes()
2108 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aMap.Second, nCenterY, ( nFlags & 0x… in ApplyCustomShapeGeometryAttributes()
/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx236 sal_Int32 nCenterY = (MAX_PERCENT + aFillToRect.Y1 - aFillToRect.Y2) / 2; in pushToPropMap() local
237 … aGradient.YOffset = getLimitedValue< sal_Int16, sal_Int32 >( nCenterY / PER_PERCENT, 30, 70 ); in pushToPropMap()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx258 long nCenterY = (aSize.Height() / 2) - 1; in Paint() local
262 DrawRect( Rectangle( nCenterX, nCenterY, nCenterX, nPosY ) ); in Paint()
263 DrawRect( Rectangle( nCenterX, nCenterY, nDarkX, nCenterY ) ); in Paint()
265 DrawRect( Rectangle( 0, 0, nPosX, nCenterY-1 ) ); in Paint()
267 DrawRect( Rectangle( nCenterX+1, nCenterY, nPosX, nPosY ) ); in Paint()
269 DrawRect( Rectangle( 0, nCenterY, nCenterX-1, nPosY ) ); in Paint()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2811 sal_uLong nCenterY, in CreateHTMLCircleArea() argument
2818 aStr += String::CreateFromInt32(nCenterY); in CreateHTMLCircleArea()
H A Dhtmlex.hxx200 sal_uLong nCenterY, const String& rHRef ) const;
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxx63 …sal_Int32 nPositionX, nPositionY, nCenterX, nCenterY, nRangeXMin, nRangeXMax, nRangeYMin, nRangeYM… member
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaytools.hxx65 sal_uInt16 nCenterY,
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx50 sal_uInt16 nCenterY, in OverlayBitmapExPrimitive() argument
57 mnCenterY(nCenterY), in OverlayBitmapExPrimitive()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1077 EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aCenter.Second, pData->nCenterY, in MergeDefaultAttributes()
1559 … EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aCenter.Second, pData->nCenterY, in IsDefaultGeometry()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1228 long nCenterY = rCenter.Y(); in Rotate() local
1236 nY = pPt->Y()-nCenterY; in Rotate()
1240 pPt->Y() = nNewY + nCenterY; in Rotate()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1304 long nCenterY = rCenter.Y(); in Rotate() local
1311 nY = rPt.Y() - nCenterY; in Rotate()
1313 rPt.Y() = -(long) FRound( fSin * nX - fCos * nY ) + nCenterY; in Rotate()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx73 nTop = nCenterY-n2; in ImplDrawSymbol()
74 nBottom = nCenterY; in ImplDrawSymbol()
98 nTop = nCenterY; in ImplDrawSymbol()
125 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
150 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
171 nTop = nCenterY-n4; in ImplDrawSymbol()
191 nTop = nCenterY-n4; in ImplDrawSymbol()
218 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
248 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
349 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol()
[all …]

Completed in 147 milliseconds