/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DBTypeConversion.java | 108 _rDate.Month = 12; in addDays() 114 _rDate.Month = 1; in addDays() 128 _rDate.Month = 12; in subDays() 134 _rDate.Month = 1; in subDays() 195 date.Month = 1; in implBuildFromRelative() 198 nTempDays -= implDaysInMonth( date.Month, date.Year ); in implBuildFromRelative() 199 date.Month++; in implBuildFromRelative() 223 for (int i = 1; i < _rDate.Month; ++i) in implRelativeToAbsoluteNull() 312 xRet.Month = aDate.Month; in toDateTime() 425 toUnsignedInt(date.Month), in toDateString() [all …]
|
H A D | ORowSetValue.java | 551 aValue.Month = date.Month; in getDate() 557 aValue.Month = dateTime.Month; in getDate() 607 aValue.Month = date.Month; in getDateTime() 620 aValue.Month = dateTime.Month; in getDateTime() 631 aValue.Month = any.Month; in getDateTime() 1187 this.value = new Date(date.Day, date.Month, date.Year); in setDate() 1277 dateOut.Month = date.Month; in makeAny()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 69 (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 …]
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDateFunctions.cxx | 42 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()
|
/aoo42x/main/unotools/source/misc/ |
H A D | datetime.cxx | 55 _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 ==()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | anycompare.cxx | 92 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 D | types.cxx | 58 ( _rLeft.Month == _rRight.Month) && in operator ==() 66 ( _rLeft.Month == _rRight.Month) && in operator ==()
|
/aoo42x/main/oox/source/xls/ |
H A D | unitconverter.cxx | 78 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()
|
H A D | pivotcachebuffer.cxx | 155 if( (orDateTime.Year == 1900) && (orDateTime.Month <= 2) ) in lclAdjustBinDateTime() 157 …OSL_ENSURE( (orDateTime.Month == 1) || ((orDateTime.Month == 2) && (orDateTime.Day > 0)), "lclAdju… in lclAdjustBinDateTime() 158 switch( orDateTime.Month ) in lclAdjustBinDateTime() 160 …ime.Day > 1 ) --orDateTime.Day; else { orDateTime.Day += 30; --orDateTime.Month; } … in lclAdjustBinDateTime() 161 …eTime.Day > 1 ) --orDateTime.Day; else { orDateTime.Day += 30; orDateTime.Month = 12; --orDateTime… in lclAdjustBinDateTime() 227 aDateTime.Month = rStrm.readuInt16(); in readDate() 277 aDateTime.Month = rStrm.readuInt16(); in readDate()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | DateTimeHelper.cxx | 88 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()
|
/aoo42x/main/forms/source/xforms/ |
H A D | convert.cxx | 266 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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/document/ |
H A D | _DocumentInfo.java | 77 && dt1.Month == dt2.Month in compare() 95 return dt.Year + ":" + dt.Month + ":" + dt.Day in toString() 114 dt.Month = 10; in getNewValue()
|
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentProperties.java | 197 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()
|
/aoo42x/main/sax/qa/gtest/ |
H A D | test_converter.cxx | 132 return a.Year == b.Year && a.Month == b.Month && a.Day == b.Day in eqDateTime() 146 odt.Year, odt.Month, odt.Day, in doTest() 163 odt.Year, odt.Month, odt.Day, in doTestDateTimeF()
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 107 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 …]
|
/aoo42x/main/wizards/source/schedule/ |
H A D | schedule.src | 119 Text [ en-US ] = "~Month" ; 144 Text [ en-US ] = "Month" ; 189 Text [ en-US ] = "Month" ; 318 Text [ en-US ] = "Month" ;
|
/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 162 datetime1.Month == datetime2.Month && in DateTimeEquals() 172 date1.Month == date2.Month && in DateEquals() 197 currentDateTime.Month = (short)(ca.get(Calendar.MONTH) + 1); in getCurrentDateTime() 211 currentDate.Month = (short)(ca.get(Calendar.MONTH) + 1); in getCurrentDate()
|
/aoo42x/main/svx/source/dialog/ |
H A D | ctredlin.src | 78 Month = 12 ; 84 Month = 12 ; 134 Month = 12 ; 140 Month = 12 ;
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1036 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()
|
/aoo42x/main/connectivity/qa/complex/connectivity/ |
H A D | FlatFileAccess.java | 95 super( i_date.Day, i_date.Month, i_date.Year ); in EqualityDate() 104 && Month == ((Date)i_compare).Month in equals()
|
/aoo42x/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 72 _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()
|
/aoo42x/main/sal/osl/os2/ |
H A D | time.c | 81 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()
|
/aoo42x/main/sal/osl/unx/ |
H A D | time.c | 80 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue() 105 if ( pDateTime->Month > 0 ) in osl_getTimeValueFromDateTime() 106 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
|
/aoo42x/main/forms/source/resource/ |
H A D | xforms.src | 156 Text [ en-US ] = "Month and year"; 166 Text [ en-US ] = "Month and day"; 171 Text [ en-US ] = "Month";
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objuno.cxx | 146 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()
|