/trunk/main/tools/source/datetime/ |
H A D | tdate.cxx | 193 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 D | calendar_jewish.cxx | 191 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 D | datetime.cxx | 54 _rOut.Day = _rDate.GetDay(); in typeConvert() 70 _rOut.Day = _rDateTime.GetDay(); in typeConvert()
|
/trunk/main/svtools/source/control/ |
H A D | calendar.cxx | 823 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 D | fstat.cxx | 344 aTime.wDay = aNewDate.GetDay(); in SetDateTime() 388 aNewDate.day = rNewDateTime.GetDay(); in SetDateTime()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDateFunctions.cxx | 264 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 D | converter.cxx | 239 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 D | interpr2.cxx | 152 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 D | table4.cxx | 243 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 D | dptabdat.cxx | 90 case 3: nRet = aDate.GetDay(); break; in GetDatePart()
|
/trunk/main/desktop/source/migration/ |
H A D | wizard.cxx | 373 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 D | xpathlib.cxx | 250 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 D | license.cxx | 195 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 D | docglbl.cxx | 267 aTmplDate.GetHour(), aTmplDate.GetDay(), in SplitDoc() 618 aTmplDate.GetHour(), aTmplDate.GetDay(), in SplitDoc()
|
/trunk/main/xmloff/source/forms/handler/ |
H A D | vcl_date_handler.cxx | 66 aDateTime.Day = aVCLDate.GetDay(); in getAttributeValue()
|
/trunk/main/tools/inc/tools/ |
H A D | date.hxx | 64 sal_uInt16 GetDay() const { return (sal_uInt16)(nDate % 100); } in GetDay() function in Date
|
/trunk/main/chart2/source/tools/ |
H A D | NumberFormatterWrapper.cxx | 137 nDay = pDate->GetDay(); in getFormattedString()
|
/trunk/main/sfx2/source/doc/ |
H A D | objcont.cxx | 219 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 D | CTable.cxx | 373 … ::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 D | DateScaling.cxx | 92 double fDayOfMonth = aDate.GetDay(); in doScaling()
|
/trunk/main/svl/source/items/ |
H A D | dateitem.cxx | 204 aDateTime.GetDay(), in QueryValue()
|
/trunk/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 379 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 D | field2.cxx | 1385 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 D | flddat.cxx | 259 DateTimeValue.Day = aDateTime.GetDay(); in QueryValue()
|
H A D | docufld.cxx | 1080 …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()
|