Home
last modified time | relevance | path

Searched refs:nDayOfMonth (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dtable4.cxx1137 sal_uInt16 nDayOfMonth = 0; in GetAutoFillPreview() local
1144 IncDate( nStart, nDayOfMonth, nInc, eDateCmd ); in GetAutoFillPreview()
1180 void ScTable::IncDate(double& rVal, sal_uInt16& nDayOfMonth, double nStep, FillDateCmd eCmd) in IncDate() argument
1220 if ( nDayOfMonth == 0 ) in IncDate()
1221 nDayOfMonth = aDate.GetDay(); // init in IncDate()
1254 if ( nDayOfMonth > 28 ) in IncDate()
1255 aDate.SetDay( Min( aDate.GetDaysInMonth(), nDayOfMonth ) ); in IncDate()
1420 sal_uInt16 nDayOfMonth = 0; in FillSeries() local
1447 IncDate(nVal, nDayOfMonth, nStepValue, eFillDateCmd); in FillSeries()
/trunk/main/sc/inc/
H A Dtable.hxx864 void IncDate(double& rVal, sal_uInt16& nDayOfMonth, double nStep, FillDateCmd eCmd);

Completed in 17 milliseconds