/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | ErrorBarItemConverter.cxx | 209 double fPos, fNeg; in ApplySpecialItem() local 210 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in ApplySpecialItem() 212 if( ! ( ::rtl::math::approxEqual( fPos, fValue ) && in ApplySpecialItem() 229 double fPos, fNeg; in ApplySpecialItem() local 232 if( ! ::rtl::math::approxEqual( fPos, fValue )) in ApplySpecialItem() 247 double fPos, fNeg; in ApplySpecialItem() local 248 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in ApplySpecialItem() 380 double fPos, fNeg; in FillSpecialItem() local 388 double fPos, fNeg; in FillSpecialItem() local 396 double fPos, fNeg; in FillSpecialItem() local [all …]
|
H A D | StatisticsItemConverter.cxx | 310 double fPos, fNeg; in ApplySpecialItem() local 311 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in ApplySpecialItem() 335 double fPos, fNeg; in ApplySpecialItem() local 336 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in ApplySpecialItem() 339 ! ::rtl::math::approxEqual( fPos, fValue )) in ApplySpecialItem() 356 double fPos, fNeg; in ApplySpecialItem() local 357 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in ApplySpecialItem() 573 double fPos, fNeg; in FillSpecialItem() local 585 double fPos, fNeg; in FillSpecialItem() local 597 double fPos, fNeg; in FillSpecialItem() local [all …]
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | svggradientprimitive2d.cxx | 194 double fPos, in createRun() argument 213 fPos = rStart.getOffset(); in createRun() 240 fPos = fMax; in createRun() 243 return fPos; in createRun() 500 fPos = 0.0; in create2DDecomposition() 505 fPos -= 1.0; in create2DDecomposition() 530 fPos = 1.0; in create2DDecomposition() 555 fPos += 1.0; in create2DDecomposition() 823 if(fPos < fMax) in create2DDecomposition() 831 while(fPos < fMax) in create2DDecomposition() [all …]
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | converterbase.cxx | 301 sal_Int32 lclCalcPosition( sal_Int32 nChartSize, double fPos, sal_Int32 nPosMode ) in lclCalcPosition() argument 306 return getLimitedValue< sal_Int32, double >( nChartSize * fPos + 0.5, 0, nChartSize ); in lclCalcPosition() 333 double lclCalcRelSize( double fPos, double fSize, sal_Int32 nSizeMode ) in lclCalcRelSize() argument 340 fSize -= fPos; in lclCalcRelSize() 346 return getLimitedValue< double, double >( fSize, 0.0, 1.0 - fPos ); in lclCalcRelSize()
|
/aoo42x/main/drawinglayer/source/texture/ |
H A D | texture.cxx | 169 const double fPos(fStripeWidth * a); in appendTransformationsAndColors() local 173 double fHeight(1.0 - fPos); in appendTransformationsAndColors() 181 aNew.translate(0.0, fPos); in appendTransformationsAndColors() 254 const double fPos(fStripeWidth * a); in appendTransformationsAndColors() local 266 aNew.scale(1.0, 1.0 - fPos); in appendTransformationsAndColors()
|
/aoo42x/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 289 double fPos(-F_PI2); in getLineJoinSegments() local 305 fPos += fInc; in getLineJoinSegments() 308 cos(fPos), in getLineJoinSegments() 309 sin(fPos), in getLineJoinSegments()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | CategoryPositionHelper.cxx | 69 double fPos = fScaledXPos in getScaledSlotPos() local 73 return fPos; in getScaledSlotPos()
|
/aoo42x/main/basegfx/source/range/ |
H A D | b2drangeclipper.cxx | 210 SweepLineEvent( double fPos, in SweepLineEvent() argument 214 mfPos( fPos ), in SweepLineEvent()
|
/aoo42x/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 645 const double fPos(static_cast< double >(a) * fLenFact); in adaptiveSubdivideByCount() 646 rTarget.append(interpolatePoint(fPos)); in adaptiveSubdivideByCount()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | svggradientprimitive2d.hxx | 136 double fPos,
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 1102 void UserFormGeometryHelper::implSetPos( double fPos, bool bPosY ) in implSetPos() argument 1105 sal_Int32 nPosPixel = static_cast< sal_Int32 >( fPos + (bPosY ? mfOffsetY : mfOffsetX) ); in implSetPos()
|
/aoo42x/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 235 void implSetPos( double fPos, bool bPosY );
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 7636 double fPos = ::rtl::math::approxFloor( GetDouble()); in ScReplace() local 7638 if (fPos < 1.0 || fPos > static_cast<double>(STRING_MAXLEN) in ScReplace() 7644 xub_StrLen nPos = static_cast<xub_StrLen>(fPos); in ScReplace()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 3591 double fPos(0.0); in Paint() local 3595 fPos += fAdvance; in Paint() 3596 pTmpDXArray[a] = basegfx::fround(fPos); in Paint()
|