Home
last modified time | relevance | path

Searched refs:Month (Results 1 – 25 of 241) sorted by relevance

12345678910

/aoo4110/main/connectivity/source/commontools/
H A Ddbconversion.cxx69 (int)rDate.Month, in toDateString()
91 Date aDate(_rDateTime.Day,_rDateTime.Month,_rDateTime.Year); in toDateTimeString()
105 aReturn.Month = (sal_uInt16)((_nVal / 100) % 100); in toDate()
126 (((sal_Int32)(rVal.Month%100))*100) + in toINT32()
220 for (sal_Int32 i = 1; i < _rDate.Month; ++i) in implRelativeToAbsoluteNull()
307 _rDate.Month = 12; in addDays()
313 _rDate.Month = 1; in addDays()
317 implBuildFromRelative( nTempDays, _rDate.Day, _rDate.Month, _rDate.Year ); in addDays()
328 _rDate.Month = 12; in subDays()
334 _rDate.Month = 1; in subDays()
[all …]
/aoo4110/main/connectivity/source/drivers/file/
H A DFDateFunctions.cxx42 Date aDate(aD.Day,aD.Month,aD.Year); in operate()
88 Date aDate(aD.Day,aD.Month,aD.Year); in operate()
98 return static_cast<sal_Int16>(aD.Month); in operate()
108 Date aDate(aD.Day,aD.Month,aD.Year); in operate()
146 switch(aD.Month) in operate()
195 Date aDate(aD.Day,aD.Month,aD.Year); in operate()
196 if ( aD.Month >= 4 && aD.Month < 7 ) in operate()
198 else if ( aD.Month >= 7 && aD.Month < 10 ) in operate()
200 else if ( aD.Month >= 10 && aD.Month <= 12 ) in operate()
213 Date aDate(aD.Day,aD.Month,aD.Year); in operate()
/aoo4110/main/unotools/source/misc/
H A Ddatetime.cxx55 _rOut.Month = _rDate.GetMonth(); in typeConvert()
62 _rOut = Date(_rDate.Day, _rDate.Month, _rDate.Year); in typeConvert()
69 _rOut.Month = _rDateTime.GetMonth(); in typeConvert()
80 Date aDate(_rDateTime.Day, _rDateTime.Month, _rDateTime.Year); in typeConvert()
93 ( _rLeft.Month == _rRight.Month) && in operator ==()
101 ( _rLeft.Month == _rRight.Month) && in operator ==()
/aoo4110/main/oox/source/xls/
H A Dunitconverter.cxx78 OSL_ENSURE( (1 <= rDate.Month) && (rDate.Month <= 12), "lclGetDays - invalid month" ); in lclGetDays()
80 if( (1 <= rDate.Month) && (rDate.Month <= 12) ) in lclGetDays()
85 nDays += spnCumDays[ rDate.Month - 1 ]; in lclGetDays()
92 if( (rDate.Month < 3) || !lclIsLeapYear( rDate.Year ) ) in lclGetDays()
190 …sal_Int32 nDays = lclGetDays( Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ) ) - mnNullDat… in calcSerialFromDateTime()
215 … while( *pnDaysInMonth >= nDays ) { ++aDateTime.Month; nDays -= *pnDaysInMonth; ++pnDaysInMonth; } in calcDateTimeFromSerial()
/aoo4110/main/comphelper/source/misc/
H A Danycompare.cxx92 if ( lhs.Month < rhs.Month ) in isLess()
94 if ( lhs.Month > rhs.Month ) in isLess()
157 if ( lhs.Month < rhs.Month ) in isLess()
159 if ( lhs.Month > rhs.Month ) in isLess()
H A Dtypes.cxx58 ( _rLeft.Month == _rRight.Month) && in operator ==()
66 ( _rLeft.Month == _rRight.Month) && in operator ==()
/aoo4110/main/ucb/source/ucp/webdav/
H A DDateTimeHelper.cxx88 aDateTime.Month = sal::static_int_cast< sal_uInt16 >(month); // 1-12 in ISO8601_To_DateTime()
101 dateTime.Month = aDateTime.Month; in ISO8601_To_DateTime()
226 aDateTime.Month = sal::static_int_cast< sal_uInt16 >(month); in RFC2068_To_DateTime()
241 dateTime.Month = aDateTime.Month; in RFC2068_To_DateTime()
/aoo4110/main/forms/source/xforms/
H A Dconvert.cxx266 lcl_appendInt32ToBuffer( rDate.Month, sInfo, 2 ); in lcl_toXSD_UNODate_typed()
302 aDate.Month = (sal_uInt16)nTokenValue; in lcl_toUNODate()
314 …if ( ( aDate.Year > 9999 ) || ( aDate.Month < 1 ) || ( aDate.Month > 12 ) || ( aDate.Day < 1 ) || … in lcl_toUNODate()
318 ::Date aDateCheck( 1, aDate.Month, aDate.Year ); in lcl_toUNODate()
464 UNODate aDate( aDateTime.Day, aDateTime.Month, aDateTime.Year ); in lcl_toXSD_UNODateTime()
499 aDate.Day, aDate.Month, aDate.Year in lcl_toAny_UNODateTime()
/aoo4110/main/qadevOOo/tests/java/ifc/document/
H A D_DocumentInfo.java77 && dt1.Month == dt2.Month in compare()
95 return dt.Year + ":" + dt.Month + ":" + dt.Day in toString()
114 dt.Month = 10; in getNewValue()
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java197 assertTrue("ModificationDate", 10 == xDP.getModificationDate().Month); in check()
254 dt.Month = 1; in check()
347 date.Month = 2; in check()
482 return a.Year == b.Year && a.Month == b.Month && a.Day == b.Day in eqDateTime()
489 return a.Year == b.Year && a.Month == b.Month && a.Day == b.Day; in eqDate()
/aoo4110/main/sax/qa/cppunit/
H A Dtest_converter.cxx145 return a.Year == b.Year && a.Month == b.Month && a.Day == b.Day in eqDateTime()
159 odt.Year, odt.Month, odt.Day, in doTest()
176 odt.Year, odt.Month, odt.Day, in doTestDateTimeF()
/aoo4110/main/wizards/source/schedule/
H A Dschedule.src117 Text [ en-US ] = "~Month";
142 Text [ en-US ] = "Month";
187 Text [ en-US ] = "Month";
316 Text [ en-US ] = "Month";
/aoo4110/main/connectivity/source/drivers/dbase/
H A DDTable.cxx107 if (aDateTime.Month > 12) in lcl_CalcJulDate()
109 aDateTime.Month--; in lcl_CalcJulDate()
110 sal_uInt16 delta = _aDateTime.Month / 12; in lcl_CalcJulDate()
112 aDateTime.Month -= delta * 12; in lcl_CalcJulDate()
113 aDateTime.Month++; in lcl_CalcJulDate()
120 if ( aDateTime.Month <= 2 ) in lcl_CalcJulDate()
123 im0 = aDateTime.Month + 12; in lcl_CalcJulDate()
128 im0 = aDateTime.Month; in lcl_CalcJulDate()
174 _rDateTime.Month = static_cast<sal_uInt16>(ke - 1); in lcl_CalDate()
179 else if ( _rDateTime.Month > 2 ) in lcl_CalDate()
[all …]
/aoo4110/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java152 datetime1.Month == datetime2.Month && in DateTimeEquals()
162 date1.Month == date2.Month && in DateEquals()
186 currentDateTime.Month = (short)ca.get(Calendar.MONTH); in getCurrentDateTime()
199 currentDate.Month = (short)ca.get(Calendar.MONTH); in getCurrentDate()
/aoo4110/main/svx/source/dialog/
H A Dctredlin.src80 Month = 12 ;
86 Month = 12 ;
137 Month = 12 ;
143 Month = 12 ;
/aoo4110/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java95 super( i_date.Day, i_date.Month, i_date.Year ); in EqualityDate()
104 && Month == ((Date)i_compare).Month in equals()
/aoo4110/main/sal/osl/os2/
H A Dtime.c81 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue()
106 if ( pDateTime->Month > 0 ) in osl_getTimeValueFromDateTime()
107 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
/aoo4110/main/sal/osl/unx/
H A Dtime.c81 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue()
106 if ( pDateTime->Month > 0 ) in osl_getTimeValueFromDateTime()
107 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
/aoo4110/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx72 _rStorage << _rDate.Month; in operator <<()
86 _rStorage >> _rDate.Month; in operator >>()
100 && _rLHS.Month == _rRHS.Month in operator ==()
134 m_aLastModified.Day = m_aLastModified.Month = m_aLastModified.Year = 0; in implResetDate()
/aoo4110/main/xmloff/source/core/
H A Dxmluconv.cxx1036 rDateTime.Month = 0; in convertTime()
1056 Date aDate (aTempNullDate.Day, aTempNullDate.Month, aTempNullDate.Year); in convertDateTime()
1159 const Date aTmpNullDate(aTempNullDate.Day, aTempNullDate.Month, aTempNullDate.Year); in convertDateTime()
1160 …const Date aTempDate((sal_uInt16)aDateTime.Day, (sal_uInt16)aDateTime.Month, (sal_uInt16)aDateTime… in convertDateTime()
1184 if( rDateTime.Month < 10 ) in convertDateTime()
1186 aString += String::CreateFromInt32( rDateTime.Month ); in convertDateTime()
1309 rDateTime.Month = (sal_uInt16)nMonth; in convertDateTime()
2199 aTempValue.Month = aDate.Month; in convertAny()
2214 aTempValue.Month = 0; in convertAny()
/aoo4110/main/forms/source/resource/
H A Dxforms.src156 Text [ en-US ] = "Month and year";
166 Text [ en-US ] = "Month and day";
171 Text [ en-US ] = "Month";
/aoo4110/main/sc/source/filter/xml/
H A DXMLCalculationSettingsContext.cxx64 aNullDate.Month = 12; in ScXMLCalculationSettingsContext()
188 aDate.Month = aDateTime.Month; in ScXMLNullDateContext()
/aoo4110/main/framework/test/
H A Dtest_documentproperties.bas204 aNewValue_DateTime.Month = aDefaultValue_DateTime.Month + 1
648 …if ( aDateTime_1.Day = aDateTime_2.Day and aDateTime_1.Month = aDateTime_2.Month and aDateTime_1.Y…
934 stempString$ = stempString$ + aDateTime.Month + "."
/aoo4110/main/sc/addin/datefunc/
H A Ddfa.cl102 * @param nMonth the number of the Month
126 * this function converts a Day , Month, Year representation
129 * @param nDay the day of the Month
130 * @param nMonth the number of the Month
157 * to a Day , Month, Year representation of a Date.
294 * =Month(start, end, mode) Function for StarCalc
/aoo4110/main/sfx2/source/doc/
H A Dobjuno.cxx146 if ( !rDT.Month || (rDT.Month > 12) ) in IsValidDateTime()
148 if ( !rDT.Day || (rDT.Day > DaysInMonth( rDT.Month, rDT.Year )) ) in IsValidDateTime()
154 else if ( rDT.Month < 10 ) in IsValidDateTime()
156 else if ( (rDT.Month == 10) && (rDT.Day < 15) ) in IsValidDateTime()
714 D1.Month == D2.Month && in equalsDateTime()

Completed in 252 milliseconds

12345678910