/trunk/main/tools/source/datetime/ |
H A D | tdate.cxx | 183 sal_uIntPtr nMonth = GetMonth(); in SetDay() 204 sal_uIntPtr nMonth = GetMonth(); in SetYear() 221 for( sal_uInt16 i = 1; i < GetMonth(); i++ ) in GetDayOfYear() 304 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in GetWeekOfYear() 322 return DaysInMonth( GetMonth(), GetYear() ); in GetDaysInMonth() 338 sal_uInt16 nMonth = GetMonth(); 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 --() [all …]
|
/trunk/main/chart2/source/view/axes/ |
H A D | DateHelper.cxx | 44 && (rD1.GetMonth() == rD2.GetMonth()); in IsInSameMonth() 57 return nSign*( ( aD1.GetMonth() - aD2.GetMonth() ) in GetMonthsBetweenDates() 64 long nMonth = rD.GetMonth()+nMonthDistance; in GetDateSomeMonthsAway()
|
H A D | DateScaling.cxx | 90 fResult += aDate.GetMonth(); in doScaling()
|
/trunk/main/svtools/source/control/ |
H A D | calendar.cxx | 824 (nMonth == maCurDate.GetMonth()) && in ImplDrawDate() 915 (nMonth == aTodayDate.GetMonth()) && in ImplDrawDate() 1041 nMonth = aDate.GetMonth(); in ImplDraw() 1151 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw() 1180 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw() 1439 if ( aOldFirstDate.GetMonth() < rDate.GetMonth() ) in ImplShowMenu() 1440 nMonthOff += rDate.GetMonth()-aOldFirstDate.GetMonth(); in ImplShowMenu() 1442 nMonthOff -= aOldFirstDate.GetMonth()-rDate.GetMonth(); in ImplShowMenu() 1880 sal_uInt16 nMonth = aDate.GetMonth(); in RequestHelp() 2186 if ( maFirstDate.GetMonth() == 12 ) in GetFirstMonth() [all …]
|
/trunk/main/i18npool/source/calendar/ |
H A D | calendar_jewish.cxx | 190 sal_Int32 GetMonth() { return month; } in GetMonth() function in HebrewDate 249 int GetMonth() { return month; } in GetMonth() function in GregorianDate 265 fieldValue[CalendarFieldIndex::MONTH] = sal::static_int_cast<sal_Int16>( hd.GetMonth() - 1 ); in mapFromGregorian() 282 … fieldSetValue[CalendarFieldIndex::MONTH] = sal::static_int_cast<sal_Int16>( gd.GetMonth() - 1 ); in mapToGregorian()
|
/trunk/main/svl/source/numbers/ |
H A D | zforfind.cxx | 559 short ImpSvNumberInputScan::GetMonth( const String& rString, xub_StrLen& nPos ) in GetMonth() function in ImpSvNumberInputScan 1513 nMonth = GetMonth(rString, nPos); in ScanStartString() 1541 nMonth = GetMonth(rString, nPos); in ScanStartString() 1664 short nTmpMonth = GetMonth(rString, nPos); // 10. Jan 94 in ScanMidString() 1682 short nTempMonth = GetMonth(rString, nPos); // month in the middle (10 Jan 94) in ScanMidString() 1946 short nTmpMonth = GetMonth(rString, nPos); // 10. Jan in ScanEndString() 1959 short nTempMonth = GetMonth(rString, nPos); // 10 Jan in ScanEndString()
|
/trunk/main/unotools/source/misc/ |
H A D | datetime.cxx | 55 _rOut.Month = _rDate.GetMonth(); in typeConvert() 69 _rOut.Month = _rDateTime.GetMonth(); in typeConvert()
|
/trunk/main/sc/source/core/data/ |
H A D | dptabdat.cxx | 88 case 1: nRet = (aDate.GetMonth()-1) / 3 + 1; break; in GetDatePart() 89 case 2: nRet = aDate.GetMonth(); break; in GetDatePart()
|
H A D | dpgroup.cxx | 374 sal_Int32 qtr = 1 + (static_cast<sal_Int32>(date.GetMonth()) - 1) / 3; in match() 380 sal_Int32 month = static_cast<sal_Int32>(date.GetMonth()); in match() 514 nResult = 1 + ( aDate.GetMonth() - 1 ) / 3; // 1..4 in lcl_GetDatePartValue() 517 nResult = aDate.GetMonth(); // 1..12 in lcl_GetDatePartValue() 585 sal_Int32 nCompare = aDate.GetMonth(); in lcl_DateContained()
|
H A D | table4.cxx | 244 long nMDiff = aDate2.GetMonth() - (long) aDate1.GetMonth(); in FillAnalyse() 275 nMDiff = aDate2.GetMonth() - (long) aDate1.GetMonth(); in FillAnalyse() 1222 long nMonth = aDate.GetMonth(); in IncDate()
|
/trunk/main/tools/source/fsys/ |
H A D | fstat.cxx | 342 aTime.wMonth = aNewDate.GetMonth(); in SetDateTime() 389 aNewDate.month = rNewDateTime.GetMonth(); 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 | 241 sBuffer.append( (sal_Int32)aSource.GetMonth() ); in convert_DateTime2String() 259 sal_Int32 nMonth = aSource.GetMonth(); in convert_DateTime2ISO8601()
|
/trunk/main/desktop/source/migration/ |
H A D | wizard.cxx | 370 if (aDateTime.GetMonth()<10) aDateTimeString.append("0"); in _makeDateTimeString() 371 aDateTimeString.append((sal_Int32)aDateTime.GetMonth()); in _makeDateTimeString()
|
/trunk/main/forms/source/xforms/xpathlib/ |
H A D | xpathlib.cxx | 247 if (aDateTime.GetMonth()<10) aDateTimeString.append("0"); in makeDateTimeString() 248 aDateTimeString.append((sal_Int32)aDateTime.GetMonth()); in makeDateTimeString()
|
/trunk/main/framework/source/services/ |
H A D | license.cxx | 192 if (aDateTime.GetMonth()<10) aDateTimeString.append("0"); in _makeDateTimeString() 193 aDateTimeString.append((sal_Int32)aDateTime.GetMonth()); in _makeDateTimeString()
|
/trunk/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 722 if(aStartDate.GetMonth()!=aEndDate.GetMonth()) in ExecuteEdit() 725 fTempDate=fTempDate*12+aEndDate.GetMonth()-aStartDate.GetMonth(); in ExecuteEdit()
|
/trunk/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 268 aTmplDate.GetMonth(), aTmplDate.GetYear()); in SplitDoc() 619 aTmplDate.GetMonth(), aTmplDate.GetYear()); in SplitDoc()
|
/trunk/main/xmloff/source/forms/handler/ |
H A D | vcl_date_handler.cxx | 67 aDateTime.Month = aVCLDate.GetMonth(); in getAttributeValue()
|
/trunk/main/tools/inc/tools/ |
H A D | date.hxx | 65 sal_uInt16 GetMonth() const { return (sal_uInt16)((nDate / 100) % 100); } in GetMonth() function in Date
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.hxx | 73 sal_uInt16 GetMonth(void) { return Month; } in GetMonth() function
|
/trunk/main/chart2/source/tools/ |
H A D | NumberFormatterWrapper.cxx | 136 nMonth = pDate->GetMonth(); 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() 429 aDateTime.Month = aDate.GetMonth(); in lcl_SetValue()
|
/trunk/main/svl/source/items/ |
H A D | dateitem.cxx | 205 aDateTime.GetMonth(), in QueryValue()
|