Home
last modified time | relevance | path

Searched refs:nDay (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/datetime/
H A Dtdate.cxx149 Normalize( nDay, nMonth, nYear); in DateToDays()
154 nDays += nDay; in DateToDays()
303 sal_uInt16 nDay = GetDay(); in GetDayOfYear() local
306 Normalize( nDay, nMonth, nYear); in GetDayOfYear()
310 return nDay; in GetDayOfYear()
401 sal_uInt16 nDay = GetDay(); in GetDaysInMonth() local
417 sal_uInt16 nDay = GetDay(); in IsValidAndGregorian() local
423 if ( !nDay || (nDay > ImplDaysInMonth( nMonth, nYear )) ) in IsValidAndGregorian()
450 if ( !nDay || (nDay > ImplDaysInMonth( nMonth, nYear )) ) in IsValidDate()
463 return IsValidDate(nDay, nMonth, nYear) && ImplDaysInMonth(nMonth, nYear) == nDay; in IsEndOfMonth()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/datetime/
H A Dtdate.cxx147 Normalize( nDay, nMonth, nYear); in DateToDays()
152 nDays += nDay; in DateToDays()
301 sal_uInt16 nDay = GetDay(); in GetDayOfYear() local
304 Normalize( nDay, nMonth, nYear); in GetDayOfYear()
308 return nDay; in GetDayOfYear()
399 sal_uInt16 nDay = GetDay(); in GetDaysInMonth() local
402 Normalize( nDay, nMonth, nYear); in GetDaysInMonth()
415 sal_uInt16 nDay = GetDay(); in IsValidAndGregorian() local
421 if ( !nDay || (nDay > ImplDaysInMonth( nMonth, nYear )) ) in IsValidAndGregorian()
448 if ( !nDay || (nDay > ImplDaysInMonth( nMonth, nYear )) ) in IsValidDate()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dcalendar.cxx163 switch (nDay) in ImplGetWeekStart()
263 nDay++; in ImplFormat()
345 sal_Int32 nDay; in ImplHitTest() local
382 for ( nDay = 0; nDay < nDayIndex; nDay++ ) in ImplHitTest()
394 for ( nDay = 1; nDay <= nDaysInMonth; nDay++ ) in ImplHitTest()
423 for ( nDay = 1; nDay <= nDayCount; nDay++ ) in ImplHitTest()
615 sal_uInt16 nDay; in ImplDraw() local
723 for (nDay = 0; nDay < nDayIndex; ++nDay) in ImplDraw()
731 for (nDay = 1; nDay <= nDaysInMonth; nDay++) in ImplDraw()
751 for (nDay = 1; nDay <= nDayCount; ++nDay) in ImplDraw()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/ftp/
H A Dftpdirp.cxx67 sal_uInt16 nDay = 0; in parseDOS() local
138 nDay = 10 * nDay + (*p - '0'); in parseDOS()
143 else if ((*p == '.' || *p == '-') && nDay && nDay <= 31) in parseDOS()
407 nDay = 10 * nDay + (*p - '0'); in parseDOS()
412 else if (*p == '-' && nDay && nDay <= 31) in parseDOS()
695 sal_uInt16 nDay; in parseVMS() local
701 nDay = *p++ - '0'; in parseVMS()
707 nDay = 10 * nDay + (*p++ - '0'); in parseVMS()
1118 nDay = 10 * nDay + (pStart[1] - '0'); in parseUNIX_isDayField()
1120 if (!nDay || nDay > 31) in parseUNIX_isDayField()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/ftp/
H A Dftpdirp.cxx67 sal_uInt16 nDay = 0; in parseDOS() local
138 nDay = 10 * nDay + (*p - '0'); in parseDOS()
143 else if ((*p == '.' || *p == '-') && nDay && nDay <= 31) in parseDOS()
407 nDay = 10 * nDay + (*p - '0'); in parseDOS()
412 else if (*p == '-' && nDay && nDay <= 31) in parseDOS()
695 sal_uInt16 nDay; in parseVMS() local
701 nDay = *p++ - '0'; in parseVMS()
707 nDay = 10 * nDay + (*p++ - '0'); in parseVMS()
1118 nDay = 10 * nDay + (pStart[1] - '0'); in parseUNIX_isDayField()
1120 if (!nDay || nDay > 31) in parseUNIX_isDayField()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/neogeo/
H A Dneo_upd4990a.cpp8 UINT32 nDay; UINT32 nMonth; UINT32 nYear; member
52 uPD4990A.nDay = 1; in uPD4990AInit()
60 uPD4990A.nDay = tmLocalTime->tm_mday; in uPD4990AInit()
127 uPD4990A.nDay++; in uPD4990AUpdate()
128 if (uPD4990A.nDay > nMonthLength[uPD4990A.nMonth]) { in uPD4990AUpdate()
129 uPD4990A.nDay = 1; in uPD4990AUpdate()
191 uPD4990A.nDay = ((uPD4990A.nRegister[0] >> 24) & 0x0F); in uPD4990AWrite()
192 uPD4990A.nDay += ((uPD4990A.nRegister[0] >> 28) & 0x0F) * 10; in uPD4990AWrite()
208 uPD4990A.nRegister[0] |= (uPD4990A.nDay % 10) << 24; in uPD4990AWrite()
209 uPD4990A.nRegister[0] |= (uPD4990A.nDay / 10) << 28; in uPD4990AWrite()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dcalendar.cxx163 switch (nDay) in ImplGetWeekStart()
259 nDay++; in ImplFormat()
341 sal_Int32 nDay; in ImplDoHitTest() local
378 for ( nDay = 0; nDay < nDayIndex; nDay++ ) in ImplDoHitTest()
390 for ( nDay = 1; nDay <= nDaysInMonth; nDay++ ) in ImplDoHitTest()
419 for ( nDay = 1; nDay <= nDayCount; nDay++ ) in ImplDoHitTest()
611 sal_uInt16 nDay; in ImplDraw() local
719 for (nDay = 0; nDay < nDayIndex; ++nDay) in ImplDraw()
727 for (nDay = 1; nDay <= nDaysInMonth; nDay++) in ImplDraw()
747 for (nDay = 1; nDay <= nDayCount; ++nDay) in ImplDraw()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/neogeo/
H A Dneo_upd4990a.cpp8 UINT32 nDay; UINT32 nMonth; UINT32 nYear; member
49 uPD4990A.nDay = tmLocalTime.tm_mday; in uPD4990AInit()
115 uPD4990A.nDay++; in uPD4990AUpdate()
116 if (uPD4990A.nDay > nMonthLength[uPD4990A.nMonth]) { in uPD4990AUpdate()
117 uPD4990A.nDay = 1; in uPD4990AUpdate()
179 uPD4990A.nDay = ((uPD4990A.nRegister[0] >> 24) & 0x0F); in uPD4990AWrite()
180 uPD4990A.nDay += ((uPD4990A.nRegister[0] >> 28) & 0x0F) * 10; in uPD4990AWrite()
196 uPD4990A.nRegister[0] |= (uPD4990A.nDay % 10) << 24; in uPD4990AWrite()
197 uPD4990A.nRegister[0] |= (uPD4990A.nDay / 10) << 28; in uPD4990AWrite()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_datfile.cpp1781 int nDay, nMonth, nYear, status; in ReadDateField() local
1782 nDay = nMonth = nYear = 0; in ReadDateField()
2203 int nDay, nMonth, nYear; in WriteDateField() local
2223 nDay = atoi(szBuf+6); in WriteDateField()
2242 nDay = atoi(papszTok[2]); in WriteDateField()
2248 nDay = atoi(papszTok[0]); in WriteDateField()
2253 nYear = nMonth = nDay = 0; in WriteDateField()
2463 nDay = atoi(szBuf+6); in WriteDateTimeField()
2482 nDay = atoi(papszTok[2]); in WriteDateTimeField()
2492 nDay = atoi(papszTok[0]); in WriteDateTimeField()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Ddate.hxx58 void setDateFromDMY( sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear );
77 Date( sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear ) in Date() argument
78 { setDateFromDMY(nDay, nMonth, nYear); } in Date()
242 static sal_Int32 DateToDays( sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear );
244 static bool IsValidDate( sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear );
246 static bool IsEndOfMonth(sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_datfile.cpp1723 int nDay = 0; in ReadDateField() local
1732 nDay); in ReadDateField()
1865 int nDay = 0; in ReadDateTimeField() local
2165 int nDay = 0; in WriteDateField() local
2174 nDay = atoi(szBuf + 6); in WriteDateField()
2191 nDay = atoi(papszTok[2]); in WriteDateField()
2197 nDay = atoi(papszTok[0]); in WriteDateField()
2204 nDay = 0; in WriteDateField()
2394 int nDay = 0; in WriteDateTimeField() local
2416 nDay = atoi(szBuf + 6); in WriteDateTimeField()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_datfile.cpp1723 int nDay = 0; in ReadDateField() local
1732 nDay); in ReadDateField()
1865 int nDay = 0; in ReadDateTimeField() local
2165 int nDay = 0; in WriteDateField() local
2174 nDay = atoi(szBuf + 6); in WriteDateField()
2191 nDay = atoi(papszTok[2]); in WriteDateField()
2197 nDay = atoi(papszTok[0]); in WriteDateField()
2204 nDay = 0; in WriteDateField()
2394 int nDay = 0; in WriteDateTimeField() local
2416 nDay = atoi(szBuf + 6); in WriteDateTimeField()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_datfile.cpp1723 int nDay = 0; in ReadDateField() local
1732 nDay); in ReadDateField()
1865 int nDay = 0; in ReadDateTimeField() local
2165 int nDay = 0; in WriteDateField() local
2174 nDay = atoi(szBuf + 6); in WriteDateField()
2191 nDay = atoi(papszTok[2]); in WriteDateField()
2197 nDay = atoi(papszTok[0]); in WriteDateField()
2204 nDay = 0; in WriteDateField()
2394 int nDay = 0; in WriteDateTimeField() local
2416 nDay = atoi(szBuf + 6); in WriteDateTimeField()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/scaddins/source/datefunc/
H A Ddatefunc.cxx348 nDays += nDay; in DateToDays()
510 sal_uInt16 nDay,nMonth,nYear; in getDiffWeeks() local
511 DaysToDate( nDays1, nDay, nMonth, nYear ); in getDiffWeeks()
615 sal_uInt16 nDay, nMonth, nYear; in getIsLeapYear() local
616 DaysToDate(nDays,nDay,nMonth,nYear); in getIsLeapYear()
631 sal_uInt16 nDay, nMonth, nYear; in getDaysInMonth() local
632 DaysToDate(nDays,nDay,nMonth,nYear); in getDaysInMonth()
647 sal_uInt16 nDay, nMonth, nYear; in getDaysInYear() local
648 DaysToDate(nDays,nDay,nMonth,nYear); in getDaysInYear()
675 sal_uInt16 nDay, nMonth, nYear; in getWeeksInYear() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddocoptio.hxx32 sal_uInt16 nDay; ///< Null date: member in ScDocOptions
67 { rD = nDay; rM = nMonth; rY = nYear;} in GetDate()
69 { nDay = nD; nMonth = nM; nYear = nY; } in SetDate()
112 && rOpt.nDay == nDay in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddocoptio.hxx33 sal_uInt16 nDay; ///< Null date: member in ScDocOptions
68 { rD = nDay; rM = nMonth; rY = nYear;} in GetDate()
70 { nDay = nD; nMonth = nM; nYear = nY; } in SetDate()
113 && rOpt.nDay == nDay in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Ddate.hxx58 void setDateFromDMY( sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear );
77 Date( sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear ) in Date() argument
78 { setDateFromDMY(nDay, nMonth, nYear); } in Date()
239 static sal_Int32 DateToDays( sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear );
241 static bool IsValidDate( sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear );
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/i18n/
H A Dlocaledatawrapper.cxx707 sal_Int32 nDay = rCode.indexOf('D'); in scanDateOrderImpl() local
717 nDay = rCode.indexOf('P'); in scanDateOrderImpl()
721 else if (nDay == -1) in scanDateOrderImpl()
726 if (nDay != -1) in scanDateOrderImpl()
734 if (nDay == -1) in scanDateOrderImpl()
753 if (nDay == -1) in scanDateOrderImpl()
754 nDay = rCode.getLength(); in scanDateOrderImpl()
762 if ( nDay <= nMonth && nMonth <= nYear ) in scanDateOrderImpl()
764 else if ( nMonth <= nDay && nDay <= nYear ) in scanDateOrderImpl()
768 else if ( nYear <= nDay && nDay <= nMonth ) in scanDateOrderImpl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scaddins/source/datefunc/
H A Ddatefunc.cxx387 nDays += nDay; in DateToDays()
549 sal_uInt16 nDay,nMonth,nYear; in getDiffWeeks() local
550 DaysToDate( nDays1, nDay, nMonth, nYear ); in getDiffWeeks()
654 sal_uInt16 nDay, nMonth, nYear; in getIsLeapYear() local
655 DaysToDate(nDays,nDay,nMonth,nYear); in getIsLeapYear()
670 sal_uInt16 nDay, nMonth, nYear; in getDaysInMonth() local
671 DaysToDate(nDays,nDay,nMonth,nYear); in getDaysInMonth()
686 sal_uInt16 nDay, nMonth, nYear; in getDaysInYear() local
687 DaysToDate(nDays,nDay,nMonth,nYear); in getDaysInYear()
714 sal_uInt16 nDay, nMonth, nYear; in getWeeksInYear() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwi/classes/
H A Dconverter.cxx63 sal_Int32 nDay = aSource.GetDay(); in convert_DateTime2ISO8601() local
86 if (nDay<10) in convert_DateTime2ISO8601()
88 sBuffer.append( nDay ); in convert_DateTime2ISO8601()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwi/classes/
H A Dconverter.cxx63 sal_Int32 nDay = aSource.GetDay(); in convert_DateTime2ISO8601() local
86 if (nDay<10) in convert_DateTime2ISO8601()
88 sBuffer.append( nDay ); in convert_DateTime2ISO8601()
/dports/editors/libreoffice/libreoffice-7.2.6.2/scaddins/source/analysis/
H A Danalysishelper.cxx187 nDays += nDay; in DateToDays()
1413 if( !nDay ) in Insert()
1416 nDay += nNullDate; in Insert()
1418 Insert( nDay ); in Insert()
2483 nDay( 1 ), in ScaDate()
2505 nDay( rCopy.nDay ), in ScaDate()
2520 nDay = rCopy.nDay; in operator =()
2538 nDay = 30; in setDay()
2659 nDiff += aTo.nDay - aFrom.nDay; in getDiff()
2669 if( nDay != rCmp.nDay ) in operator <()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scaddins/source/analysis/
H A Danalysishelper.cxx187 nDays += nDay; in DateToDays()
1417 if( !nDay ) in Insert()
1420 nDay += nNullDate; in Insert()
1422 Insert( nDay ); in Insert()
2487 nDay( 1 ), in ScaDate()
2509 nDay( rCopy.nDay ), in ScaDate()
2524 nDay = rCopy.nDay; in operator =()
2542 nDay = 30; in setDay()
2663 nDiff += aTo.nDay - aFrom.nDay; in getDiff()
2673 if( nDay != rCmp.nDay ) in operator <()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DNumberFormatterWrapper.cxx97 sal_uInt16 nDay = 30,nMonth = 12; in getFormattedString() local
103 nDay = rDate.GetDay(); in getFormattedString()
114 m_pNumberFormatter->ChangeNullDate(nDay,nMonth,nYear); in getFormattedString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DNumberFormatterWrapper.cxx97 sal_uInt16 nDay = 30,nMonth = 12; in getFormattedString() local
103 nDay = rDate.GetDay(); in getFormattedString()
111 m_pNumberFormatter->ChangeNullDate(nDay,nMonth,nYear); in getFormattedString()

12345678910>>...21