Home
last modified time | relevance | path

Searched refs:fWidth (Results 26 – 50 of 59) sorted by relevance

123

/trunk/main/tools/source/generic/
H A Db3dtrans.cxx987 double fWidth = GetDeviceRectangleWidth(); in CalcFocalLength() local
993 aCorrectedPosition = basegfx::B3DPoint(0.0, 0.0, fFocalLength * fWidth / 35.0); in CalcFocalLength()
1002 if(fWidth != 0.0) in CalcFocalLength()
1003 fFocalLength = aOldPosition.getZ() / fWidth * 35.0; in CalcFocalLength()
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx90 double fWidth = GetTextWidth( rText ) / 2.0; in DrawElements() local
92 long nX = static_cast< long >( mnCenterX - fWidth * fCos - fHeight * fSin ); in DrawElements()
93 long nY = static_cast< long >( mnCenterY + fWidth * fSin - fHeight * fCos ); in DrawElements()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1547 double fWidth, fHeight; in CreateSubPath() local
1588 GetParameter( fWidth, seqCoordinates[ rSrcPt + 1 ].First, sal_True, sal_False ); in CreateSubPath()
1590 fWidth /= 2; in CreateSubPath()
1596 fWidth = nCoordWidth/2; in CreateSubPath()
1614 GetParameter( fWidth, seqCoordinates[ rSrcPt + 1 ].First, sal_True, sal_False ); in CreateSubPath()
1618 fWidth *= fXScale; 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/oox/source/xls/
H A Dworksheethelper.cxx318 void setDefaultColumnWidth( double fWidth );
806 void WorksheetGlobals::setDefaultColumnWidth( double fWidth ) in setDefaultColumnWidth() argument
809 if( fWidth > 0.0 ) in setDefaultColumnWidth()
811 maDefColModel.mfWidth = fWidth; in setDefaultColumnWidth()
1638 void WorksheetHelper::setDefaultColumnWidth( double fWidth ) in setDefaultColumnWidth() argument
1640 mrSheetGlob.setDefaultColumnWidth( fWidth ); in setDefaultColumnWidth()
/trunk/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx221 void SvgSvgNode::seekReferenceWidth(double& fWidth, bool& bHasFound) const in seekReferenceWidth() argument
240 fWidth = pParentSvgSvgNode->getViewBox()->getWidth() * fPercentage; in seekReferenceWidth()
254fWidth = pParentSvgSvgNode->getWidth().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceWidth()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlineprimitive2d.cxx266 double fWidth, in TextLinePrimitive2D() argument
273 mfWidth(fWidth), in TextLinePrimitive2D()
H A Dgridprimitive2d.cxx274 double fWidth, in GridPrimitive2D() argument
284 mfWidth(fWidth), in GridPrimitive2D()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx207 void SAL_CALL ScVbaSheetObjectBase::setWidth( double fWidth ) throw (uno::RuntimeException) in setWidth() argument
209 if( fWidth <= 0.0 ) in setWidth()
211 mxShape->setSize( awt::Size( PointsToHmm( fWidth ), mxShape->getSize().Height ) ); in setWidth()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx247 double fWidth = (*aIter)->maSize.Width; in addChildren() local
253 fWidth *= fXScale; in addChildren()
255 aShapeRect.Width = static_cast< sal_Int32 >( fWidth ); in addChildren()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx272 double fWidth) in createNewSdrLineStartEndAttribute() argument
289 fStartWidth = ((double)(-nTempStartWidth) * fWidth) * 0.01; in createNewSdrLineStartEndAttribute()
312 fEndWidth = ((double)(-nTempEndWidth) * fWidth) * 0.01; in createNewSdrLineStartEndAttribute()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1040 void UserFormGeometryHelper::setWidth( double fWidth ) in setWidth() argument
1042 implSetSize( fWidth, false, true ); in setWidth()
1060 void UserFormGeometryHelper::setInnerWidth( double fWidth ) in setInnerWidth() argument
1062 implSetSize( fWidth, false, false ); in setInnerWidth()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx588 const double fWidth(rRange.getWidth()); in applyDefaultTextureCoordinatesParallel() local
590 const bool bWidthSet(!fTools::equalZero(fWidth)); in applyDefaultTextureCoordinatesParallel()
603 aTextureCoordinate.setX((aPoint.getX() - rRange.getMinX()) / fWidth); in applyDefaultTextureCoordinatesParallel()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx223 virtual void setWidth( double fWidth );
227 virtual void setInnerWidth( double fWidth );
/trunk/main/vcl/source/gdi/
H A Dgraphictools.cxx292 void SvtGraphicStroke::setStrokeWidth( double fWidth ) in setStrokeWidth() argument
294 mfStrokeWidth = fWidth; in setStrokeWidth()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1807 double fWidth = static_cast< double >( aRefSize.Width ); in impl_moveOrResizeObject() local
1811 aRelSize.Primary = static_cast< double >( aRect.Width ) / fWidth; in impl_moveOrResizeObject()
1818 aRelPos.Primary = (static_cast< double >( aRect.X ) / fWidth) + in impl_moveOrResizeObject()
1826 aRelPos.Primary = static_cast< double >( aRect.X ) / fWidth; in impl_moveOrResizeObject()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx296 … double fWidth = static_cast< double >( aVisualAreaSize.Width ) / m_aVisualAreaSize.Width; in impl_adjustAdditionalShapesPositionAndSize() local
299 aPos.X = static_cast< long >( aPos.X * fWidth ); in impl_adjustAdditionalShapesPositionAndSize()
301 aSize.Width = static_cast< long >( aSize.Width * fWidth ); in impl_adjustAdditionalShapesPositionAndSize()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dlinestartendattribute.hxx53 double fWidth,
H A Dlineattribute.hxx57 double fWidth = 0.0,
H A Dsdrlineattribute.hxx56 double fWidth,
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dlinegeometry.hxx77 double fWidth,
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextlineprimitive2d.hxx60 double fWidth,
H A Dgridprimitive2d.hxx83 double fWidth,
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgsvgnode.hxx68 virtual void seekReferenceWidth(double& fWidth, bool& bHasFound) const;
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrattributecreator.hxx68 double fWidth);
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx157 BASEGFX_DLLPUBLIC double snapToZeroRange(double v, double fWidth);

Completed in 129 milliseconds

123