/trunk/main/slideshow/source/engine/activities/ |
H A D | accumulation.hxx | 51 template< typename ValueType > ValueType accumulate( const ValueType& rEndValue, in accumulate() function 59 template<> sal_Int16 accumulate< sal_Int16 >( const sal_Int16&, in accumulate() function 68 template<> ::rtl::OUString accumulate< ::rtl::OUString >( const ::rtl::OUString&, in accumulate() function 77 template<> bool accumulate< bool >( const bool&, in accumulate() function
|
H A D | activitiesfactory.cxx | 251 accumulate( maEndValue, in perform() 267 accumulate( maEndValue, mbCumulative ? nRepeatCount : 0, in perform() 498 accumulate<ValueType>( maValues.back(), in perform() 518 accumulate<ValueType>( maValues.back(), in perform()
|
/trunk/main/drawinglayer/source/attribute/ |
H A D | strokeattribute.cxx | 62 … const double fAccumulated(::std::accumulate(maDotDashArray.begin(), maDotDashArray.end(), 0.0)); in getFullDotDashLen()
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 1084 …distributePixel = gridWidthPixel - ::std::accumulate( o_newColWidthsPixel.begin(), o_newColWidthsP… in impl_ni_calculateColumnWidths() 1159 …takeAwayPixel = ::std::accumulate( o_newColWidthsPixel.begin(), o_newColWidthsPixel.end(), 0 ) - g… in impl_ni_calculateColumnWidths() 1227 …long const nAllColumnsWidth = ::std::accumulate( newWidthsPixel.begin(), newWidthsPixel.end(), 0 ); in impl_ni_relayout()
|
/trunk/main/vcl/source/gdi/ |
H A D | lineinfo.cxx | 362 const double fAccumulated(::std::accumulate(fDotDashArray.begin(), fDotDashArray.end(), 0.0)); in applyToB2DPolyPolygon()
|
H A D | outdev.cxx | 1579 … const double fAccumulated(::std::accumulate(fDotDashArray.begin(), fDotDashArray.end(), 0.0)); in impPaintLineGeometryWithEvtlExpand()
|
/trunk/main/offapi/com/sun/star/animations/ |
H A D | XAnimate.idl | 95 @see http://www.w3.org/TR/smil20/animation.html#adef-accumulate
|
/trunk/main/xmloff/source/forms/ |
H A D | layerexport.cxx | 519 …size_t nKnownControlCount = ::std::accumulate( _rAllPagesControlIds.begin(), _rAllPagesControlIds.… in lcl_findFreeControlId()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygontools.cxx | 289 fFullDashDotLen = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
|
H A D | b3dpolypolygontools.cxx | 67 fFullDashDotLen = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
|
H A D | b3dpolygontools.cxx | 386 fDotDashLength = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
|
H A D | b2dpolygontools.cxx | 1305 fDotDashLength = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DialogModel.cxx | 823 return ::std::accumulate( aCnt.begin(), aCnt.end(), 0, lcl_addSeriesNumber()); in countSeries()
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 636 … const double fTexHeight(::std::accumulate(aTexHeightArray.begin(), aTexHeightArray.end(), 0.0)); in extractPlanesFromSlice()
|
/trunk/main/sd/source/ui/view/ |
H A D | sdview.cxx | 321 … const double fFullDotDashLen(::std::accumulate(aDotDashArray.begin(), aDotDashArray.end(), 0.0)); in createRedirectedPrimitive2DSequence()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 713 const double fAccumulated(::std::accumulate(fDotDashArray.begin(), fDotDashArray.end(), 0.0)); in createLinePrimitive()
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 440 accumulate
|