Searched refs:fEndValue (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | dpgroup.cxx | 167 double fEndValue = fStartValue + fStep; in lcl_GetNumGroupName() local 168 … if ( !bHasNonInteger && ( rInfo.DateValues || !rtl::math::approxEqual( fEndValue, rInfo.End ) ) ) in lcl_GetNumGroupName() 176 fEndValue -= 1.0; in lcl_GetNumGroupName() 179 if ( fEndValue > rInfo.End && !rInfo.AutoEnd ) in lcl_GetNumGroupName() 183 fEndValue = rInfo.End; in lcl_GetNumGroupName() 191 lcl_AppendDateStr( aBuffer, fEndValue, pFormatter ); in lcl_GetNumGroupName() 198 rtl::math::doubleToUStringBuffer( aBuffer, fEndValue, rtl_math_StringFormat_Automatic, in lcl_GetNumGroupName()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XCellSeries.idl | 72 @param fEndValue 81 [in] double fEndValue );
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.hxx | 105 …nFillMode, css::sheet::FillDateMode nFillDateMode, double fStep, double fEndValue ) throw( css::un…
|
H A D | vbarange.cxx | 1812 …Mode nFillMode, sheet::FillDateMode nFillDateMode, double fStep, double fEndValue ) throw( uno::Ru… in fillSeries() argument 1822 pThisRange->fillSeries( nFillDirection, nFillMode, nFillDateMode, fStep, fEndValue ); in fillSeries() 1829 xCellSeries->fillSeries( nFillDirection, nFillMode, nFillDateMode, fStep, fEndValue ); in fillSeries() 5188 double fEndValue = MAXDOUBLE; in AutoFill() local 5234 …aFunc.FillAuto( aSourceRange, NULL, eDir, eCmd, eDateCmd, nCount, fStep, fEndValue, sal_True, sal_… in AutoFill()
|
/aoo4110/main/sc/inc/ |
H A D | cellsuno.hxx | 712 double fStep, double fEndValue )
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 5392 double fStep, double fEndValue ) throw(uno::RuntimeException) in fillSeries() argument 5464 MAXDOUBLE, fStep, fEndValue, sal_True, sal_True ); in fillSeries()
|
Completed in 177 milliseconds