| /AOO41X/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 230 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in ApplySpecialItem() 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 381 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem() [all …]
|
| H A D | StatisticsItemConverter.cxx | 310 double fPos, fNeg; in ApplySpecialItem() local 311 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in ApplySpecialItem() 314 ! ( ::rtl::math::approxEqual( fPos, fValue ) && 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 574 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in FillSpecialItem() [all …]
|
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | svggradientprimitive2d.cxx | 194 double fPos, in createRun() argument 204 const bool bCreateStartPad(fPos < 0.0 && Spread_pad == getSpreadMethod()); in createRun() 210 …const SvgGradientEntry aTemp(bCreateStartPad ? fPos : 0.0, rStart.getColor(), rStart.getOpacity()); in createRun() 213 fPos = rStart.getOffset(); in createRun() 216 while(fPos < 1.0 && nIndex + 1 < nCount) in createRun() 222 fPos = rCandidateB.getOffset(); in createRun() 226 const bool bCreateEndPad(fPos < fMax && Spread_pad == getSpreadMethod()); in createRun() 231 fPos = bCreateEndPad ? fMax : 1.0; in createRun() 232 const SvgGradientEntry aTemp(fPos, rEnd.getColor(), rEnd.getOpacity()); in createRun() 240 fPos = fMax; in createRun() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/chart2/source/view/charttypes/ |
| H A D | CategoryPositionHelper.cxx | 69 double fPos = fScaledXPos in getScaledSlotPos() local 73 return fPos; in getScaledSlotPos()
|
| /AOO41X/main/drawinglayer/source/texture/ |
| H A D | texture.cxx | 146 const double fPos(fStripeWidth * a); in appendTransformationsAndColors() local 156 …basegfx::tools::createScaleTranslateB2DHomMatrix(0.5, 0.5 * (1.0 - fPos), 0.5, 0.5 * (1.0 + fPos)); in appendTransformationsAndColors()
|
| /AOO41X/main/basegfx/source/range/ |
| H A D | b2drangeclipper.cxx | 210 SweepLineEvent( double fPos, in SweepLineEvent() argument 214 mfPos( fPos ), in SweepLineEvent()
|
| /AOO41X/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()
|
| /AOO41X/main/drawinglayer/inc/drawinglayer/primitive2d/ |
| H A D | svggradientprimitive2d.hxx | 136 double fPos,
|
| /AOO41X/main/vbahelper/inc/vbahelper/ |
| H A D | vbahelper.hxx | 235 void implSetPos( double fPos, bool bPosY );
|
| /AOO41X/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()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr1.cxx | 7499 double fPos = ::rtl::math::approxFloor( GetDouble()); in ScReplace() local 7501 if (fPos < 1.0 || fPos > static_cast<double>(STRING_MAXLEN) in ScReplace() 7507 xub_StrLen nPos = static_cast<xub_StrLen>(fPos); in ScReplace()
|