Home
last modified time | relevance | path

Searched refs:GetMonth (Results 1 – 25 of 61) sorted by relevance

123

/trunk/main/tools/source/datetime/
H A Dtdate.cxx183 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 DDateHelper.cxx44 && (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 DDateScaling.cxx90 fResult += aDate.GetMonth(); in doScaling()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx824 (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 Dcalendar_jewish.cxx190 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 Dzforfind.cxx559 short ImpSvNumberInputScan::GetMonth( const String& rString, xub_StrLen& nPos ) in GetMonth() function in ImpSvNumberInputScan
1508 nMonth = GetMonth(rString, nPos); in ScanStartString()
1536 nMonth = GetMonth(rString, nPos); in ScanStartString()
1659 short nTmpMonth = GetMonth(rString, nPos); // 10. Jan 94 in ScanMidString()
1677 short nTempMonth = GetMonth(rString, nPos); // month in the middle (10 Jan 94) in ScanMidString()
1941 short nTmpMonth = GetMonth(rString, nPos); // 10. Jan in ScanEndString()
1954 short nTempMonth = GetMonth(rString, nPos); // 10 Jan in ScanEndString()
/trunk/main/unotools/source/misc/
H A Ddatetime.cxx55 _rOut.Month = _rDate.GetMonth(); in typeConvert()
69 _rOut.Month = _rDateTime.GetMonth(); in typeConvert()
/trunk/main/sc/source/core/data/
H A Ddptabdat.cxx88 case 1: nRet = (aDate.GetMonth()-1) / 3 + 1; break; in GetDatePart()
89 case 2: nRet = aDate.GetMonth(); break; in GetDatePart()
H A Ddpgroup.cxx374 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 Dtable4.cxx244 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 Dfstat.cxx342 aTime.wMonth = aNewDate.GetMonth(); in SetDateTime()
389 aNewDate.month = rNewDateTime.GetMonth(); 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.cxx241 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 Dwizard.cxx370 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 Dxpathlib.cxx247 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 Dlicense.cxx192 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 Dcellsh1.cxx722 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 Ddocglbl.cxx268 aTmplDate.GetMonth(), aTmplDate.GetYear()); in SplitDoc()
619 aTmplDate.GetMonth(), aTmplDate.GetYear()); in SplitDoc()
/trunk/main/xmloff/source/forms/handler/
H A Dvcl_date_handler.cxx67 aDateTime.Month = aVCLDate.GetMonth(); in getAttributeValue()
/trunk/main/tools/inc/tools/
H A Ddate.hxx65 sal_uInt16 GetMonth() const { return (sal_uInt16)((nDate / 100) % 100); } in GetMonth() function in Date
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.hxx73 sal_uInt16 GetMonth(void) { return Month; } in GetMonth() function
/trunk/main/chart2/source/tools/
H A DNumberFormatterWrapper.cxx136 nMonth = pDate->GetMonth(); 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()
429 aDateTime.Month = aDate.GetMonth(); in lcl_SetValue()
/trunk/main/svl/source/items/
H A Ddateitem.cxx205 aDateTime.GetMonth(), in QueryValue()

Completed in 113 milliseconds

123