/aoo42x/main/svgio/source/svgreader/ |
H A D | svgsvgnode.cxx | 494 double fH = 0.0; in decomposeSvgNode() local 519 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode() 524 fH = fW * fViewBoxWidth / fViewBoxHeight ; in decomposeSvgNode() 528 fH = getHeight().solveNonPercentage(*this); in decomposeSvgNode() 529 fW = fH * fViewBoxWidth / fViewBoxHeight ; in decomposeSvgNode() 534 fH = fViewBoxHeight; in decomposeSvgNode() 568 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode() 583 aSvgCanvasRange = basegfx::B2DRange(0.0, 0.0, fW, fH); in decomposeSvgNode() 697 return basegfx::B2DRange(fX, fY, fX+fW, fY+fH); in getCurrentViewPort() 740 return basegfx::B2DRange(fX, fY, fX+fW, fY+fH); in getCurrentViewPort() [all …]
|
H A D | svgstyleattributes.cxx | 534 double fH(0.0); in add_fillPattern() local 536 rFillPattern.getValuesRelative(fX, fY, fW, fH, rGeoRange, mrOwner); in add_fillPattern() 538 if(fW > 0.0 && fH > 0.0) in add_fillPattern() 541 const basegfx::B2DRange aReferenceRange(fX, fY, fX + fW, fY + fH); in add_fillPattern() 572 … aMapPrimitivesToUnitRange.scale(1.0 / (fW * fTargetWidth), 1.0 / (fH * fTargetHeight)); in add_fillPattern() 576 aMapPrimitivesToUnitRange.scale(1.0 / fW, 1.0 / fH); in add_fillPattern()
|
H A D | svgmasknode.cxx | 232 …const double fH(Unit_percent == getHeight().getUnit() ? getHeight().getNumber() * 0.01 : getHeight… in apply() local 238 aContentRange.getMinY() + ((fY + fH) * fContentHeight)); in apply()
|
H A D | svgtools.cxx | 980 double fH(aHeight.solve(rInfoProvider,ycoordinate)); in readViewBox() local 981 return basegfx::B2DRange(fX,fY,fX+fW,fY+fH); in readViewBox()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 912 double fH = (double)aRect.GetHeight(); in ConvertMarkedObjTo3D() local 913 fDepth = sqrt(fW*fW + fH*fH) / 6.0; in ConvertMarkedObjTo3D() 1398 double fH(aVolume.getHeight()); in SetCurrent3DObj() local 1400 Rectangle aRect(0,0, (long) fW, (long) fH); in SetCurrent3DObj() 1404 InitScene(pScene, fW, fH, aVolume.getMaxZ() + ((fW + fH) / 4.0)); in SetCurrent3DObj() 1418 void E3dView::InitScene(E3dScene* pScene, double fW, double fH, double fCamZ) in InitScene() argument 1423 aCam.SetViewWindow(- fW / 2, - fH / 2, fW, fH); in InitScene() 1858 double fH = aAllBoundRect.GetHeight(); in MergeScenes() local 1859 Rectangle aRect(0,0, (long) fW, (long) fH); in MergeScenes() 1861 InitScene(pScene, fW, fH, aBoundVol.getMaxZ() + + ((fW + fH) / 4.0)); in MergeScenes()
|
H A D | viewpt3d2.cxx | 61 void Viewport3D::SetViewWindow(double fX, double fY, double fW, double fH) in SetViewWindow() argument 67 if ( fH > 0 ) aViewWin.H = fH; in SetViewWindow()
|
H A D | camera3d.cxx | 98 void Camera3D::SetViewWindow(double fX, double fY, double fW, double fH) in SetViewWindow() argument 100 Viewport3D::SetViewWindow(fX, fY, fW, fH); in SetViewWindow()
|
/aoo42x/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 347 double fH = rAvailableSize.Height; in adjustAspectRatio3d() local 367 fScaleY = (fH/fW)*(sy*fScaleZ+fScaleX)-(sx*fScaleZ); in adjustAspectRatio3d() 376 if( !::basegfx::fTools::equalZero(fH) ) in adjustAspectRatio3d() 378 fScaleX = (fW/fH)*(sx*fScaleZ+fScaleY)-(sy*fScaleZ); in adjustAspectRatio3d() 406 double fDivide = fH*sz-fW*cz; in adjustAspectRatio3d() 409 fScaleY = fScaleX*(fW*sz-fH*cz) / fDivide; in adjustAspectRatio3d() 433 double fDivide = fW*sz-fH*cz; in adjustAspectRatio3d() 436 fScaleX = fScaleY*(fH*sz-fW*cz) / fDivide; in adjustAspectRatio3d()
|
/aoo42x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 116 double fH = rVolume.getHeight(); in Construct() local 117 double fCamZ = rVolume.getMaxZ() + ((fW + fH) / 2.0); in Construct() 120 rCamera.SetViewWindow(- fW / 2, - fH / 2, fW, fH); in Construct() 384 double fH = rVolume.getHeight(); in Construct2() local 385 double fCamZ = rVolume.getMaxZ() + ((fW + fH) / 2.0); in Construct2() 388 rCamera.SetViewWindow(- fW / 2, - fH / 2, fW, fH); in Construct2()
|
H A D | dialcontrol.cxx | 465 double fH = sqrt( static_cast< double >( nX ) * nX + static_cast< double >( nY ) * nY ); in HandleMouseEvent() local 466 if( fH != 0.0 ) in HandleMouseEvent() 468 double fAngle = acos( nX / fH ); in HandleMouseEvent()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fucon3d.cxx | 459 double fH(aVolume.getHeight()); in CreateDefaultObject() local 460 Rectangle a3DRect(0, 0, (long)fW, (long)fH); in CreateDefaultObject() 465 double fCamZ(aVolume.getMaxZ() + ((fW + fH) / 4.0)); in CreateDefaultObject() 468 aCam.SetViewWindow(- fW / 2, - fH / 2, fW, fH); in CreateDefaultObject()
|
/aoo42x/main/svx/source/sidebar/possize/ |
H A D | SidebarDialControl.cxx | 68 double fH = sqrt( static_cast< double >( nX ) * nX + static_cast< double >( nY ) * nY ); in HandleMouseEvent() local 69 if( fH != 0.0 ) in HandleMouseEvent() 71 double fAngle = acos( nX / fH ); in HandleMouseEvent()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unopage.cxx | 598 double fH = (double)aSize.Height; in _CreateSdrObject() local 602 aCam.SetViewWindow(- fW / 2, - fH / 2, fW, fH); in _CreateSdrObject()
|
H A D | unoshap3.cxx | 385 double fH = rVolume.getHeight(); in setPropertyValueImpl() local 394 aCam.SetViewWindow(- fW / 2, - fH / 2, fW, fH); in setPropertyValueImpl() 400 aCam.SetDeviceWindow(Rectangle(0, 0, (long)fW, (long)fH)); in setPropertyValueImpl()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 612 double fH = rVolume.getHeight(); in Create3DObject() local 615 rCamera.SetViewWindow( -fW / 2, - fH / 2, fW, fH); in Create3DObject()
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 1025 double fH = (double) aPartArea.Width() / pRefPage->GetWdt(); in GetTitleRect() local 1028 if ( fH > fV ) in GetTitleRect() 1029 fH = fV; in GetTitleRect() 1030 aSize.Width() = (long) (fH * pRefPage->GetWdt()); in GetTitleRect() 1031 aSize.Height() = (long) (fH * pRefPage->GetHgt()); in GetTitleRect()
|
/aoo42x/main/svx/inc/svx/ |
H A D | camera3d.hxx | 62 void SetViewWindow(double fX, double fY, double fW, double fH);
|
H A D | viewpt3d.hxx | 111 void SetViewWindow(double fX, double fY, double fW, double fH);
|
H A D | view3d.hxx | 82 void InitScene(E3dScene* pScene, double fW, double fH, double fCamZ);
|
/aoo42x/main/xmloff/inc/ |
H A D | xexptran.hxx | 125 SdXMLImExViewBox(double fX = 0.0, double fY = 0.0, double fW = 1000.0, double fH = 1000.0);
|
/aoo42x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 284 double fH = (double) aPartArea.Width() / aPageSize.Width(); in ImpXMLAutoLayoutInfo() local 287 if ( fH > fV ) in ImpXMLAutoLayoutInfo() 288 fH = fV; in ImpXMLAutoLayoutInfo() 289 aSize.Width() = (long) (fH * aPageSize.Width()); in ImpXMLAutoLayoutInfo() 290 aSize.Height() = (long) (fH * aPageSize.Height()); in ImpXMLAutoLayoutInfo()
|
H A D | xexptran.cxx | 1284 SdXMLImExViewBox::SdXMLImExViewBox(double fX, double fY, double fW, double fH) in SdXMLImExViewBox() argument 1288 mfH( fH ) in SdXMLImExViewBox()
|