Home
last modified time | relevance | path

Searched refs:fHeight (Results 26 – 49 of 49) sorted by relevance

12

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1547 double fWidth, fHeight; in CreateSubPath() local
1589 GetParameter( fHeight, seqCoordinates[ rSrcPt + 1 ].Second, sal_False, sal_True ); in CreateSubPath()
1591 fHeight /= 2; in CreateSubPath()
1597 fHeight = nCoordHeight/2; in CreateSubPath()
1615 GetParameter( fHeight, seqCoordinates[ rSrcPt + 1 ].Second, sal_False, sal_True ); in CreateSubPath()
1619 fHeight*= fYScale; in CreateSubPath()
1620 Point aP( (sal_Int32)( _aCenter.X() - fWidth ), (sal_Int32)( _aCenter.Y() - fHeight ) ); in CreateSubPath()
1621 Size aS( (sal_Int32)( fWidth * 2.0 ), (sal_Int32)( fHeight * 2.0 ) ); in CreateSubPath()
/trunk/main/chart2/source/view/charttypes/
H A DBarChart.cxx706 double fHeight = fCompleteHeight-fLowerYValue; in createShapes() local
708 fHeight = fCompleteHeight-fUpperYValue; in createShapes()
709 fLogicBarWidth = fLogicBaseWidth*fHeight/(fCompleteHeight); in createShapes()
712 fLogicBarDepth = fLogicBarDepth*fHeight/(fCompleteHeight); in createShapes()
/trunk/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx263 void SvgSvgNode::seekReferenceHeight(double& fHeight, bool& bHasFound) const in seekReferenceHeight() argument
282 fHeight = pParentSvgSvgNode->getViewBox()->getHeight() * fPercentage; in seekReferenceHeight()
296fHeight = pParentSvgSvgNode->getHeight().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceHeight()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx219 void SAL_CALL ScVbaSheetObjectBase::setHeight( double fHeight ) throw (uno::RuntimeException) in setHeight() argument
221 if( fHeight <= 0.0 ) in setHeight()
223 mxShape->setSize( awt::Size( mxShape->getSize().Width, PointsToHmm( fHeight ) ) ); in setHeight()
H A Dvbasheetobject.hxx105 virtual void SAL_CALL setHeight( double fHeight ) throw (css::uno::RuntimeException);
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextstrikeoutprimitive2d.cxx251 double fHeight, in TextGeometryStrikeoutPrimitive2D() argument
255 mfHeight(fHeight), in TextGeometryStrikeoutPrimitive2D()
H A Dgridprimitive2d.cxx275 double fHeight, in GridPrimitive2D() argument
285 mfHeight(fHeight), in GridPrimitive2D()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx248 double fHeight= (*aIter)->maSize.Height; in addChildren() local
254 fHeight *= fYScale; in addChildren()
256 aShapeRect.Height = static_cast< sal_Int32 >( fHeight ); in addChildren()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1050 void UserFormGeometryHelper::setHeight( double fHeight ) in setHeight() argument
1052 implSetSize( fHeight, true, true ); in setHeight()
1070 void UserFormGeometryHelper::setInnerHeight( double fHeight ) in setInnerHeight() argument
1072 implSetSize( fHeight, true, false ); in setInnerHeight()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx589 const double fHeight(rRange.getHeight()); in applyDefaultTextureCoordinatesParallel() local
591 const bool bHeightSet(!fTools::equalZero(fHeight)); in applyDefaultTextureCoordinatesParallel()
615 aTextureCoordinate.setY(fOne - ((aPoint.getY() - rRange.getMinY()) / fHeight)); in applyDefaultTextureCoordinatesParallel()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx225 virtual void setHeight( double fHeight );
229 virtual void setInnerHeight( double fHeight );
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1808 double fHeight = static_cast< double >( aRefSize.Height ); in impl_moveOrResizeObject() local
1812 aRelSize.Secondary = static_cast< double >( aRect.Height ) / fHeight; in impl_moveOrResizeObject()
1820 aRelPos.Secondary = (static_cast< double >( aRect.Y ) / fHeight) + in impl_moveOrResizeObject()
1827 aRelPos.Secondary = static_cast< double >( aRect.Y ) / fHeight; in impl_moveOrResizeObject()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx930 double fHeight = 0; in CloseSectionGroup() local
931 if( aElement_->second >>= fHeight ) in CloseSectionGroup()
932 … nCharWidth = ConversionHelper::convertTwipToMM100( (long)( fHeight * 20.0 + 0.5 )); in CloseSectionGroup()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx297 … double fHeight = static_cast< double >( aVisualAreaSize.Height ) / m_aVisualAreaSize.Height; in impl_adjustAdditionalShapesPositionAndSize() local
300 aPos.Y = static_cast< long >( aPos.Y * fHeight ); in impl_adjustAdditionalShapesPositionAndSize()
302 aSize.Height = static_cast< long >( aSize.Height * fHeight ); in impl_adjustAdditionalShapesPositionAndSize()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextlineprimitive2d.hxx62 double fHeight,
H A Dgridprimitive2d.hxx84 double fHeight,
H A Dtextstrikeoutprimitive2d.hxx133 double fHeight,
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgsvgnode.hxx69 virtual void seekReferenceHeight(double& fHeight, bool& bHasFound) const;
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx402 double fHeight,
/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx309 double fHeight, bool bCustomHeight,
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx1456 double fHeight, in calculateCropScaling() argument
1486 fFactorY = fabs(fHeight) / fDivY; in calculateCropScaling()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1126 float fHeight = static_cast< float >( maApiData.maDesc.Height / 20.0 ); // twips to points in writeToPropertyMap() local
1127 rPropMap[ PROP_CharHeight ] <<= fHeight; in writeToPropertyMap()
1128 rPropMap[ PROP_CharHeightAsian ] <<= fHeight; in writeToPropertyMap()
1129 rPropMap[ PROP_CharHeightComplex ] <<= fHeight; in writeToPropertyMap()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx486 double fHeight,
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4390 double fHeight= u - o; in ImportShape() local
4396 fHeight *= fYScale; in ImportShape()
4397 …t( (sal_Int32)fl, (sal_Int32)fo ), Size( (sal_Int32)( fWidth + 1 ), (sal_Int32)( fHeight + 1 ) ) ); in ImportShape()
5081 double fHeight= u - o; in GetGroupAnchors() local
5087 fHeight *= fYScale; in GetGroupAnchors()
5088 …t( (sal_Int32)fl, (sal_Int32)fo ), Size( (sal_Int32)( fWidth + 1 ), (sal_Int32)( fHeight + 1 ) ) ); in GetGroupAnchors()

Completed in 381 milliseconds

12