/aoo4110/main/svtools/source/misc/ |
H A D | imap.cxx | 366 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 D | imap2.cxx | 172 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()
|
/aoo4110/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 93 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 D | imapwnd.cxx | 264 const long nRadius = pIMapCircleObj->GetRadius( sal_False ); in CreateObj() local 265 const Point aOffset( nRadius, nRadius ); in CreateObj()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 293 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()
|
/aoo4110/main/oox/source/export/ |
H A D | shapes.cxx | 820 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()
|
/aoo4110/main/svx/inc/svx/ |
H A D | sderitm.hxx | 34 SdrEckenradiusItem(long nRadius=0): SdrMetricItem(SDRATTR_ECKENRADIUS,nRadius) {} in SdrEckenradiusItem() argument
|
H A D | dlgctrl.hxx | 93 sal_uInt16 nRadius; member in SvxRectCtl
|
/aoo4110/main/xmloff/source/draw/ |
H A D | XMLImageMapExport.cxx | 313 sal_Int32 nRadius = 0; in ExportCircle() local 314 aAny >>= nRadius; in ExportCircle() 315 mrExport.GetMM100UnitConverter().convertMeasure(aBuffer, nRadius); in ExportCircle()
|
H A D | XMLImageMapContext.cxx | 531 sal_Int32 nRadius; member in XMLImageMapCircleContext 605 nRadius = nTmp; in ProcessAttribute() 625 aAny <<= nRadius; in Prepare()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfly.cxx | 1899 static KSHORT nRadius = 0; in ShowContour() local 1900 if( nRadius ) in ShowContour() 1902 KSHORT nHalf = nRadius / 2; in ShowContour() 1903 Size aSz( nRadius, nRadius ); in ShowContour()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | imapcirc.hxx | 41 sal_uLong nRadius; member in IMapCircleObject
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedtv1.cxx | 1402 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()
|
/aoo4110/main/svx/inc/svx/sdr/primitive2d/ |
H A D | sdrattributecreator.hxx | 126 sal_Int32 nRadius,
|
/aoo4110/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1659 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 D | htmlex.hxx | 199 String CreateHTMLCircleArea( sal_uLong nRadius, sal_uLong nCenterX,
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 4427 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() 4442 … nRadius = 0x2a30; // 0x2a30 ist PPTs maximum radius in ImplWritePage() 4444 nRadius = ( 0x2a30 * nRadius ) / nLenght; in ImplWritePage() 4445 aPropOpt.AddOpt( ESCHER_Prop_adjustValue, nRadius ); in ImplWritePage()
|
/aoo4110/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 978 …void calculateRelativeCornerRadius(sal_Int32 nRadius, const basegfx::B2DRange& rObjectRange, doubl… in calculateRelativeCornerRadius() argument 980 rfCornerRadiusX = rfCornerRadiusY = (double)nRadius; in calculateRelativeCornerRadius()
|