/aoo42x/main/vcl/source/window/ |
H A D | decoview.cxx | 75 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol() 80 nTemp = nCenterX-i; in ImplDrawSymbol() 100 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol() 124 nRight = nCenterX; in ImplDrawSymbol() 148 nLeft = nCenterX; in ImplDrawSymbol() 173 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol() 193 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol() 275 nCenterX++; in ImplDrawSymbol() 282 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol() 481 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol() [all …]
|
/aoo42x/main/oox/source/drawingml/ |
H A D | fillproperties.cxx | 234 sal_Int32 nCenterX = (MAX_PERCENT + aFillToRect.X1 - aFillToRect.X2) / 2; in pushToPropMap() local 235 … aGradient.XOffset = getLimitedValue< sal_Int16, sal_Int32 >( nCenterX / PER_PERCENT, 30, 70 ); in pushToPropMap()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview.cxx | 257 long nCenterX = (aSize.Width() / 2) - 1; in Paint() local 262 DrawRect( Rectangle( nCenterX, nCenterY, nCenterX, nPosY ) ); in Paint() 263 DrawRect( Rectangle( nCenterX, nCenterY, nDarkX, nCenterY ) ); in Paint() 267 DrawRect( Rectangle( nCenterX+1, nCenterY, nPosX, nPosY ) ); in Paint() 269 DrawRect( Rectangle( 0, nCenterY, nCenterX-1, nPosY ) ); in Paint()
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 49 sal_uInt16 nCenterX, in OverlayBitmapExPrimitive() argument 56 mnCenterX(nCenterX), in OverlayBitmapExPrimitive()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1227 long nCenterX = rCenter.X(); in Rotate() local 1235 nX = pPt->X()-nCenterX; in Rotate() 1239 pPt->X() = nNewX + nCenterX; 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 | 41 int nCenterX; // adjust X by Width()/2 * this number member 684 rect.left += pHandleInfo->nCenterX * (nWidth - size) / 2; in GetHandleRect()
|
/aoo42x/main/svx/inc/svx/sdr/overlay/ |
H A D | overlaytools.hxx | 64 sal_uInt16 nCenterX,
|
/aoo42x/main/sd/source/filter/html/ |
H A D | htmlex.hxx | 199 String CreateHTMLCircleArea( sal_uLong nRadius, sal_uLong nCenterX,
|
H A D | htmlex.cxx | 2810 sal_uLong nCenterX, in CreateHTMLCircleArea() argument 2816 aStr += String::CreateFromInt32(nCenterX); in CreateHTMLCircleArea()
|
/aoo42x/main/tools/source/generic/ |
H A D | poly.cxx | 1303 long nCenterX = rCenter.X(); in Rotate() local 1310 nX = rPt.X() - nCenterX; in Rotate() 1312 rPt.X() = (long) FRound( fCos * nX + fSin * nY ) + nCenterX; 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 2041 >> nCenterX in ApplyCustomShapeGeometryAttributes() 2086 if ( nCenterX == 2 ) in ApplyCustomShapeGeometryAttributes() 2087 nCenterX = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes() 2093 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aPolar.First, nCenterX, ( nFlags & … in ApplyCustomShapeGeometryAttributes() 2102 if ( nCenterX == 2 ) in ApplyCustomShapeGeometryAttributes() 2103 nCenterX = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes() 2107 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aMap.First, nCenterX, ( nFlags & 0x… in ApplyCustomShapeGeometryAttributes()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 1075 EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aCenter.First, pData->nCenterX, in MergeDefaultAttributes() 1557 … EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aCenter.First, pData->nCenterX, in IsDefaultGeometry()
|