/aoo42x/main/vcl/source/window/ |
H A D | decoview.cxx | 73 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 …]
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview.cxx | 258 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()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | fillproperties.cxx | 236 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()
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 50 sal_uInt16 nCenterY, in OverlayBitmapExPrimitive() argument 57 mnCenterY(nCenterY), in OverlayBitmapExPrimitive()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1228 long nCenterY = rCenter.Y(); in Rotate() local 1236 nY = pPt->Y()-nCenterY; in Rotate() 1240 pPt->Y() = nNewY + nCenterY; in Rotate()
|
/aoo42x/main/svx/inc/svx/ |
H A D | EnhancedCustomShapeGeometry.hxx | 63 …sal_Int32 nPositionX, nPositionY, nCenterX, nCenterY, nRangeXMin, nRangeXMax, nRangeYMin, nRangeYM… member
|
/aoo42x/main/embedserv/source/embed/ |
H A D | tracker.cxx | 42 int nCenterY; // adjust Y by Height()/2 * this number member 685 rect.top += pHandleInfo->nCenterY * (nHeight - size) / 2; in GetHandleRect()
|
/aoo42x/main/svx/inc/svx/sdr/overlay/ |
H A D | overlaytools.hxx | 65 sal_uInt16 nCenterY,
|
/aoo42x/main/sd/source/filter/html/ |
H A D | htmlex.hxx | 200 sal_uLong nCenterY, const String& rHRef ) const;
|
H A D | htmlex.cxx | 2811 sal_uLong nCenterY, in CreateHTMLCircleArea() argument 2818 aStr += String::CreateFromInt32(nCenterY); in CreateHTMLCircleArea()
|
/aoo42x/main/tools/source/generic/ |
H A D | poly.cxx | 1304 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()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 2037 …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()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 1077 EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aCenter.Second, pData->nCenterY, in MergeDefaultAttributes() 1559 … EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aCenter.Second, pData->nCenterY, in IsDefaultGeometry()
|