Home
last modified time | relevance | path

Searched refs:fH (Results 1 – 22 of 22) sorted by path

/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx347 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()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1025 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()
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx459 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()
/trunk/main/svgio/source/svgreader/
H A Dsvgmasknode.cxx232 …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 Dsvgstyleattributes.cxx534 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 Dsvgsvgnode.cxx494 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 Dsvgtools.cxx980 double fH(aHeight.solve(rInfoProvider,ycoordinate)); in readViewBox() local
981 return basegfx::B2DRange(fX,fY,fX+fW,fY+fH); in readViewBox()
/trunk/main/svx/inc/svx/
H A Dcamera3d.hxx62 void SetViewWindow(double fX, double fY, double fW, double fH);
H A Dview3d.hxx82 void InitScene(E3dScene* pScene, double fW, double fH, double fCamZ);
H A Dviewpt3d.hxx111 void SetViewWindow(double fX, double fY, double fW, double fH);
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx612 double fH = rVolume.getHeight(); in Create3DObject() local
615 rCamera.SetViewWindow( -fW / 2, - fH / 2, fW, fH); in Create3DObject()
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx465 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()
H A Ddlgctl3d.cxx116 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()
/trunk/main/svx/source/engine3d/
H A Dcamera3d.cxx98 void Camera3D::SetViewWindow(double fX, double fY, double fW, double fH) in SetViewWindow() argument
100 Viewport3D::SetViewWindow(fX, fY, fW, fH); in SetViewWindow()
H A Dview3d.cxx912 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 Dviewpt3d2.cxx61 void Viewport3D::SetViewWindow(double fX, double fY, double fW, double fH) in SetViewWindow() argument
67 if ( fH > 0 ) aViewWin.H = fH; in SetViewWindow()
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControl.cxx68 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()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx598 double fH = (double)aSize.Height; in _CreateSdrObject() local
602 aCam.SetViewWindow(- fW / 2, - fH / 2, fW, fH); in _CreateSdrObject()
H A Dunoshap3.cxx385 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()
/trunk/main/xmloff/inc/
H A Dxexptran.hxx125 SdXMLImExViewBox(double fX = 0.0, double fY = 0.0, double fW = 1000.0, double fH = 1000.0);
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx284 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 Dxexptran.cxx1284 SdXMLImExViewBox::SdXMLImExViewBox(double fX, double fY, double fW, double fH) in SdXMLImExViewBox() argument
1288 mfH( fH ) in SdXMLImExViewBox()

Completed in 121 milliseconds