Home
last modified time | relevance | path

Searched refs:GetDay (Results 1 – 25 of 54) sorted by relevance

123

/trunk/main/tools/source/datetime/
H A Dtdate.cxx193 sal_uIntPtr nDay = GetDay(); in SetMonth()
203 sal_uIntPtr nDay = GetDay(); in SetYear()
220 sal_uInt16 nDay = GetDay(); in GetDayOfYear()
304 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in GetWeekOfYear()
337 sal_uInt16 nDay = GetDay(); in IsValid()
365 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator +=()
388 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator -=()
411 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator ++()
430 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator --()
485 sal_uIntPtr nTempDays1 = Date::DateToDays( rDate1.GetDay(), rDate1.GetMonth(), in operator -()
[all …]
/trunk/main/i18npool/source/calendar/
H A Dcalendar_jewish.cxx191 sal_Int32 GetDay() { return day; } in GetDay() function in HebrewDate
250 int GetDay() { return day; } in GetDay() function in GregorianDate
266 fieldValue[CalendarFieldIndex::DAY_OF_MONTH] = (sal_Int16)hd.GetDay(); in mapFromGregorian()
283 fieldSetValue[CalendarFieldIndex::DAY_OF_MONTH] = (sal_Int16)gd.GetDay(); in mapToGregorian()
/trunk/main/unotools/source/misc/
H A Ddatetime.cxx54 _rOut.Day = _rDate.GetDay(); in typeConvert()
70 _rOut.Day = _rDateTime.GetDay(); in typeConvert()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx823 if ( (nDay == maCurDate.GetDay()) && in ImplDrawDate()
914 if ( (nDay == aTodayDate.GetDay()) && in ImplDrawDate()
1150 ImplDrawDate( nDeltaX, nDayY, nDay+aTempDate.GetDay(), in ImplDraw()
1216 rDate.GetDay(), rDate.GetMonth(), rDate.GetYear(), in ImplUpdateDate()
1726 aTempDate -= aNewDate.GetDay()+1; in KeyInput()
1861 pInfo = mpDateTable->Get( Date( aDate.GetDay(), aDate.GetMonth(), 0 ).GetDate() ); in RequestHelp()
2184 if ( maFirstDate.GetDay() > 1 ) in GetFirstMonth()
2318 if ( nDay == rDate.GetDay() ) in GetDateRect()
/trunk/main/tools/source/fsys/
H A Dfstat.cxx344 aTime.wDay = aNewDate.GetDay(); in SetDateTime()
388 aNewDate.day = rNewDateTime.GetDay(); in SetDateTime()
/trunk/main/connectivity/source/drivers/file/
H A DFDateFunctions.cxx264 return ::com::sun::star::util::Date(aCurDate.GetDay(),aCurDate.GetMonth(),aCurDate.GetYear()); in operate()
283 aCurTime.GetDay(),aCurTime.GetMonth(),aCurTime.GetYear()); in operate()
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx239 sBuffer.append( (sal_Int32)aSource.GetDay() ); in convert_DateTime2String()
260 sal_Int32 nDay = aSource.GetDay(); in convert_DateTime2ISO8601()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx152 PushDouble((double) aDate.GetDay()); in ScGetDay()
376 if (aDate1.GetDay() == 31) in ScGetDiffDate360()
382 switch ( aDate1.GetDay() ) in ScGetDiffDate360()
394 if (aDate2.GetDay() == 31) in ScGetDiffDate360()
398 if (aDate1.GetDay() == 30) in ScGetDiffDate360()
405 ( (double) aDate2.GetDay() + (double) aDate2.GetMonth() * 30.0 + in ScGetDiffDate360()
407 - (double) aDate1.GetDay() - (double) aDate1.GetMonth() * 30.0 in ScGetDiffDate360()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx243 long nDDiff = aDate2.GetDay() - (long) aDate1.GetDay(); in FillAnalyse()
274 nDDiff = aDate2.GetDay() - (long) aDate1.GetDay(); in FillAnalyse()
1221 nDayOfMonth = aDate.GetDay(); // init in IncDate()
H A Ddptabdat.cxx90 case 3: nRet = aDate.GetDay(); break; in GetDatePart()
/trunk/main/desktop/source/migration/
H A Dwizard.cxx373 if (aDateTime.GetDay()<10) aDateTimeString.append("0"); in _makeDateTimeString()
374 aDateTimeString.append((sal_Int32)aDateTime.GetDay()); in _makeDateTimeString()
/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx250 if (aDateTime.GetDay()<10) aDateTimeString.append("0"); in makeDateTimeString()
251 aDateTimeString.append((sal_Int32)aDateTime.GetDay()); in makeDateTimeString()
/trunk/main/framework/source/services/
H A Dlicense.cxx195 if (aDateTime.GetDay()<10) aDateTimeString.append("0"); in _makeDateTimeString()
196 aDateTimeString.append((sal_Int32)aDateTime.GetDay()); in _makeDateTimeString()
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx267 aTmplDate.GetHour(), aTmplDate.GetDay(), in SplitDoc()
618 aTmplDate.GetHour(), aTmplDate.GetDay(), in SplitDoc()
/trunk/main/xmloff/source/forms/handler/
H A Dvcl_date_handler.cxx66 aDateTime.Day = aVCLDate.GetDay(); in getAttributeValue()
/trunk/main/tools/inc/tools/
H A Ddate.hxx64 sal_uInt16 GetDay() const { return (sal_uInt16)(nDate % 100); } in GetDay() function in Date
/trunk/main/chart2/source/tools/
H A DNumberFormatterWrapper.cxx137 nDay = pDate->GetDay(); in getFormattedString()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx219 now.GetHour(), now.GetDay(), now.GetMonth(), in UpdateDocInfoForSave()
1123 now.GetHour(), now.GetDay(), now.GetMonth(), in ResetFromTemplate()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx373 … ::com::sun::star::util::Date aDateStruct( aDate.GetDay(), aDate.GetMonth(), aDate.GetYear() ); in lcl_SetValue()
428 aDateTime.Day = aDate.GetDay(); in lcl_SetValue()
/trunk/main/chart2/source/view/axes/
H A DDateScaling.cxx92 double fDayOfMonth = aDate.GetDay(); in doScaling()
/trunk/main/svl/source/items/
H A Ddateitem.cxx204 aDateTime.GetDay(), in QueryValue()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx379 now.GetDay(), now.GetMonth(), now.GetYear() ) ); in resetUserData()
884 now.GetDay(), now.GetMonth(), now.GetYear() ); in IMPL_LINK()
2292 aTmpDate.GetDay(), aTmpDate.GetMonth(), aTmpDate.GetYear() ); in GetCustomProperties()
2302 util::Date aDate(aTmpDate.GetDay(), aTmpDate.GetMonth(), aTmpDate.GetYear()); in GetCustomProperties()
/trunk/main/vcl/source/control/
H A Dfield2.cxx1385 sal_uInt16 nDay = rDate.GetDay(); in ImplGetDateAsText()
1448 if ( (rDate.GetDay() != 31) || (rDate.GetMonth() != 12) || (rDate.GetYear() != 9999) ) in ImplDateIncrementDay()
1453 if ( (rDate.GetDay() != 1 ) || (rDate.GetMonth() != 1) || (rDate.GetYear() != 0) ) in ImplDateIncrementDay()
1494 if ( rDate.GetDay() > nDaysInMonth ) in ImplDateIncrementMonth()
/trunk/main/sw/source/core/fields/
H A Dflddat.cxx259 DateTimeValue.Day = aDateTime.GetDay(); in QueryValue()
H A Ddocufld.cxx1080 …long nNullDate = Date::DateToDays( rNullDate.GetDay(), rNullDate.GetMonth(), rNullDate.GetYear() ); in lcl_DateToDouble()
1937 aSetDate.Day = maDateTime.GetDay(); in QueryValue()
1950 DateTimeValue.Day = maDateTime.GetDay(); in QueryValue()

Completed in 154 milliseconds

123