Home
last modified time | relevance | path

Searched refs:fPos (Results 1 – 14 of 14) sorted by relevance

/aoo42x/main/chart2/source/controller/itemsetwrapper/
H A DErrorBarItemConverter.cxx209 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 DStatisticsItemConverter.cxx310 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 Dsvggradientprimitive2d.cxx194 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 Dconverterbase.cxx301 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 Dtexture.cxx169 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 Dpolygontubeprimitive3d.cxx289 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 DCategoryPositionHelper.cxx69 double fPos = fScaledXPos in getScaledSlotPos() local
73 return fPos; in getScaledSlotPos()
/aoo42x/main/basegfx/source/range/
H A Db2drangeclipper.cxx210 SweepLineEvent( double fPos, in SweepLineEvent() argument
214 mfPos( fPos ), in SweepLineEvent()
/aoo42x/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx645 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 Dsvggradientprimitive2d.hxx136 double fPos,
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1102 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 Dvbahelper.hxx235 void implSetPos( double fPos, bool bPosY );
/aoo42x/main/sc/source/core/tool/
H A Dinterpr1.cxx7636 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 Dimpedit3.cxx3591 double fPos(0.0); in Paint() local
3595 fPos += fAdvance; in Paint()
3596 pTmpDXArray[a] = basegfx::fround(fPos); in Paint()

Completed in 182 milliseconds