Home
last modified time | relevance | path

Searched refs:nRadius (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1905 static KSHORT nRadius = 0; in ShowContour() local
1906 if( nRadius ) in ShowContour()
1908 KSHORT nHalf = nRadius / 2; in ShowContour()
1909 Size aSz( nRadius, nRadius ); in ShowContour()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1659 long nRadius = aRect.GetWidth() / 2; in CreateHtmlForPresPages() local
1829 aRect.Left() + nRadius, in CreateHtmlForPresPages()
1830 aRect.Top() + nRadius, in CreateHtmlForPresPages()
2809 String HtmlExport::CreateHTMLCircleArea( sal_uLong nRadius, in CreateHTMLCircleArea() argument
2820 aStr += String::CreateFromInt32(nRadius); in CreateHTMLCircleArea()
H A Dhtmlex.hxx199 String CreateHTMLCircleArea( sal_uLong nRadius, sal_uLong nCenterX,
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx93 sal_uInt16 nRadius; member in SvxRectCtl
H A Dsderitm.hxx34 SdrEckenradiusItem(long nRadius=0): SdrMetricItem(SDRATTR_ECKENRADIUS,nRadius) {} in SdrEckenradiusItem() argument
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx93 nRadius ( nCircle), in SvxRectCtl()
264 Invalidate( Rectangle( aPtLast - Point( nRadius, nRadius ), in MouseButtonDown()
265 aPtLast + Point( nRadius, nRadius ) ) ); in MouseButtonDown()
266 Invalidate( Rectangle( aPtNew - Point( nRadius, nRadius ), in MouseButtonDown()
267 aPtNew + Point( nRadius, nRadius ) ) ); in MouseButtonDown()
681 …Invalidate( Rectangle( aPtLast - Point( nRadius, nRadius ), aPtLast + Point( nRadius, nRadius ) ) … in SetActualRP()
682 Invalidate( Rectangle( aPtNew - Point( nRadius, nRadius ), aPtNew + Point( nRadius, nRadius ) ) ); in SetActualRP()
H A Dimapwnd.cxx264 const long nRadius = pIMapCircleObj->GetRadius( sal_False ); in CreateObj() local
265 const Point aOffset( nRadius, nRadius ); in CreateObj()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx531 sal_Int32 nRadius; member in XMLImageMapCircleContext
605 nRadius = nTmp; in ProcessAttribute()
625 aAny <<= nRadius; in Prepare()
H A DXMLImageMapExport.cxx313 sal_Int32 nRadius = 0; in ExportCircle() local
314 aAny >>= nRadius; in ExportCircle()
315 mrExport.GetMM100UnitConverter().convertMeasure(aBuffer, nRadius); in ExportCircle()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1402 long nRadius=((SdrEckenradiusItem&)(aMarkAttr.Get(SDRATTR_ECKENRADIUS))).GetValue(); in GetGeoAttrFromMarked() local
1406 aRetSet.Put(SdrEckenradiusItem(nRadius)); in GetGeoAttrFromMarked()
1611 long nRadius=((SdrEckenradiusItem*)pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
1612 aSetAttr.Put(SdrEckenradiusItem(nRadius)); in SetGeoAttrToMarked()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx978 …void calculateRelativeCornerRadius(sal_Int32 nRadius, const basegfx::B2DRange& rObjectRange, doubl… in calculateRelativeCornerRadius() argument
980 rfCornerRadiusX = rfCornerRadiusY = (double)nRadius; in calculateRelativeCornerRadius()
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrattributecreator.hxx126 sal_Int32 nRadius,
/trunk/main/svtools/source/misc/
H A Dimap.cxx366 nRadius = Application::GetDefaultDevice()->PixelToLogic( Size( nRad, 0 ), aMap100 ).Width(); in ImpConstruct()
371 nRadius = nRad; in ImpConstruct()
384 sal_uInt32 nTmp = nRadius; in WriteIMapObject()
404 nRadius = nTmp; in ReadIMapObject()
432 aPoint.Y() * aPoint.Y() ) <= nRadius ) in IsHit()
471 …nNewRadius = Application::GetDefaultDevice()->LogicToPixel( Size( nRadius, 0 ), MapMode( MAP_100TH… in GetRadius()
473 nNewRadius = nRadius; in GetRadius()
487 long nWidth = nRadius << 1; in GetBoundRect()
489 return Rectangle( Point( aCenter.X() - nRadius, aCenter.Y() - nRadius ), in GetBoundRect()
512 nRadius = ( nRadius * aAverage.GetNumerator() ) / aAverage.GetDenominator(); in Scale()
[all …]
H A Dimap2.cxx172 aStr += ByteString::CreateFromInt32(nRadius); in WriteCERN()
192 AppendNCSACoords( aCenter + Point( nRadius, 0 ), aStr ); in WriteNCSA()
429 const long nRadius = ImpReadCERNRadius( &pStr ); in ImpReadCERNLine() local
432 …IMapCircleObject* pObj = new IMapCircleObject( aCenter, nRadius, aURL, String(), String(), String(… in ImpReadCERNLine()
609 long nRadius = (long) sqrt( (double) aDX.X() * aDX.X() + in ImpReadNCSALine() local
612 …IMapCircleObject* pObj = new IMapCircleObject( aCenter, nRadius, aURL, String(), String(), String(… in ImpReadNCSALine()
/trunk/main/svtools/inc/svtools/
H A Dimapcirc.hxx41 sal_uLong nRadius; member in IMapCircleObject
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4427 sal_Int32 nRadius = 0; in ImplWritePage() local
4431 mAny >>= nRadius; in ImplWritePage()
4432 nRadius = ImplMapSize( ::com::sun::star::awt::Size( nRadius, 0 ) ).Width; in ImplWritePage()
4434 if ( nRadius ) in ImplWritePage()
4441 if ( nRadius >= nLenght ) in ImplWritePage()
4442nRadius = 0x2a30; // 0x2a30 ist PPTs maximum radius in ImplWritePage()
4444 nRadius = ( 0x2a30 * nRadius ) / nLenght; in ImplWritePage()
4445 aPropOpt.AddOpt( ESCHER_Prop_adjustValue, nRadius ); in ImplWritePage()
/trunk/main/oox/source/export/
H A Dshapes.cxx820 sal_Int32 nRadius = 0; in WriteRectangleShape() local
825 xShapeProps->getPropertyValue( S( "CornerRadius" ) ) >>= nRadius; in WriteRectangleShape()
828 if( nRadius ) in WriteRectangleShape()
830 nRadius = MapSize( awt::Size( nRadius, 0 ) ).Width; in WriteRectangleShape()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx293 sal_Int32 nRadius = (sal_Int32)rObj.ImplGetInt32PropertyValue( in ImplWriteShape() local
295 if( nRadius ) in ImplWriteShape()
297 nRadius = ImplMapSize( Size( nRadius, 0 )).Width(); in ImplWriteShape()
303 if ( nRadius >= nLenght ) in ImplWriteShape()
304 nRadius = 0x2a30; // 0x2a30 ist PPTs maximum radius in ImplWriteShape()
306 nRadius = ( 0x2a30 * nRadius ) / nLenght; in ImplWriteShape()
307 aPropOpt.AddOpt( ESCHER_Prop_adjustValue, nRadius ); in ImplWriteShape()

Completed in 158 milliseconds