/aoo42x/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 70 (int)rDate.Day); in toDateString() 91 Date aDate(_rDateTime.Day,_rDateTime.Month,_rDateTime.Year); in toDateTimeString() 104 aReturn.Day = (sal_uInt16)(_nVal % 100); in toDate() 125 return ((sal_Int32)(rVal.Day%100)) + in toINT32() 223 nDays += _rDate.Day; in implRelativeToAbsoluteNull() 306 _rDate.Day = 31; in addDays() 312 _rDate.Day = 1; in addDays() 317 implBuildFromRelative( nTempDays, _rDate.Day, _rDate.Month, _rDate.Year ); in addDays() 327 _rDate.Day = 31; in subDays() 333 _rDate.Day = 1; in subDays() [all …]
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DBTypeConversion.java | 107 _rDate.Day = 31; in addDays() 113 _rDate.Day = 1; in addDays() 127 _rDate.Day = 31; in subDays() 133 _rDate.Day = 1; in subDays() 201 date.Day = (short)nTempDays; in implBuildFromRelative() 226 nDays += _rDate.Day; in implRelativeToAbsoluteNull() 251 long nTime = toDays(new Date(_rVal.Day, _rVal.Month, _rVal.Year), _rNullDate); in toDouble() 311 xRet.Day = aDate.Day; in toDateTime() 341 …eTime(aTime.HundredthSeconds,aTime.Seconds,aTime.Minutes,aTime.Hours,aDate.Day,aDate.Month,aDate.Y… in toDateTime() 426 toUnsignedInt(date.Day)); in toDateString() [all …]
|
H A D | ORowSetValue.java | 550 aValue.Day = date.Day; in getDate() 556 aValue.Day = dateTime.Day; in getDate() 606 aValue.Day = date.Day; in getDateTime() 621 aValue.Day = dateTime.Day; in getDateTime() 632 aValue.Day = any.Day; in getDateTime() 1187 this.value = new Date(date.Day, date.Month, date.Year); in setDate() 1194 value.Day, value.Minutes, value.Year); in setDateTime() 1276 dateOut.Day = date.Day; in makeAny() 1293 dateTime.Day, dateTime.Minutes, dateTime.Year); in makeAny()
|
/aoo42x/main/unotools/source/misc/ |
H A D | datetime.cxx | 54 _rOut.Day = _rDate.GetDay(); in typeConvert() 62 _rOut = Date(_rDate.Day, _rDate.Month, _rDate.Year); in typeConvert() 70 _rOut.Day = _rDateTime.GetDay(); in typeConvert() 80 Date aDate(_rDateTime.Day, _rDateTime.Month, _rDateTime.Year); in typeConvert() 92 ( _rLeft.Day == _rRight.Day) && in operator ==() 100 return ( _rLeft.Day == _rRight.Day) && in operator ==()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | DateTimeHelper.cxx | 86 aDateTime.Day = sal::static_int_cast< sal_uInt16 >(day); // 1-31 in ISO8601_To_DateTime() 102 dateTime.Day = aDateTime.Day; in ISO8601_To_DateTime() 223 aDateTime.Day = sal::static_int_cast< sal_uInt16 >(day); in RFC2068_To_DateTime() 242 dateTime.Day = aDateTime.Day; in RFC2068_To_DateTime()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | anycompare.cxx | 97 if ( lhs.Day < rhs.Day ) in isLess() 162 if ( lhs.Day < rhs.Day ) in isLess() 164 if ( lhs.Day > rhs.Day ) in isLess()
|
H A D | types.cxx | 57 ( _rLeft.Day == _rRight.Day) && in operator ==() 65 return ( _rLeft.Day == _rRight.Day) && in operator ==()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDateFunctions.cxx | 42 Date aDate(aD.Day,aD.Month,aD.Year); in operate() 79 return static_cast<sal_Int16>(aD.Day); in operate() 88 Date aDate(aD.Day,aD.Month,aD.Year); in operate() 108 Date aDate(aD.Day,aD.Month,aD.Year); in operate() 195 Date aDate(aD.Day,aD.Month,aD.Year); in operate() 213 Date aDate(aD.Day,aD.Month,aD.Year); in operate()
|
/aoo42x/main/forms/source/xforms/ |
H A D | convert.cxx | 268 lcl_appendInt32ToBuffer( rDate.Day, sInfo, 2 ); in lcl_toXSD_UNODate_typed() 304 aDate.Day = (sal_uInt16)nTokenValue; in lcl_toUNODate() 314 … 9999 ) || ( aDate.Month < 1 ) || ( aDate.Month > 12 ) || ( aDate.Day < 1 ) || ( aDate.Day > 31 ) ) in lcl_toUNODate() 319 if ( aDate.Day > aDateCheck.GetDaysInMonth() ) 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 | 78 && dt1.Day == dt2.Day in compare() 95 return dt.Year + ":" + dt.Month + ":" + dt.Day in toString() 115 dt.Day = 18; in getNewValue()
|
/aoo42x/main/oox/source/xls/ |
H A D | unitconverter.cxx | 79 …OSL_ENSURE( (1 <= rDate.Day) && (rDate.Day <= 31), "lclGetDays - invalid day" ); // yes, this i… in lclGetDays() 87 nDays += rDate.Day; in lclGetDays() 190 …sal_Int32 nDays = lclGetDays( Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ) ) - mnNullDat… in calcSerialFromDateTime() 216 aDateTime.Day = static_cast< sal_uInt16 >( nDays + 1 ); in calcDateTimeFromSerial()
|
H A D | pivotcachebuffer.cxx | 157 …OSL_ENSURE( (orDateTime.Month == 1) || ((orDateTime.Month == 2) && (orDateTime.Day > 0)), "lclAdju… in lclAdjustBinDateTime() 160 …case 2: if( orDateTime.Day > 1 ) --orDateTime.Day; else { orDateTime.Day += 30; --orDateTime.Month… in lclAdjustBinDateTime() 161 …case 1: if( orDateTime.Day > 1 ) --orDateTime.Day; else { orDateTime.Day += 30; orDateTime.Month =… in lclAdjustBinDateTime() 228 aDateTime.Day = rStrm.readuInt8(); in readDate() 278 aDateTime.Day = rStrm.readuInt8(); in readDate()
|
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentProperties.java | 200 assertTrue("PrintDate", 29 == xDP.getPrintDate().Day); in check() 255 dt.Day = 1; in check() 348 date.Day = 3; 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/offapi/com/sun/star/i18n/ |
H A D | CalendarDisplayCode.idl | 46 /// Day of month, one or two digits, no leading zero. 48 /// Day of month, two digits, with leading zero. 50 /// Day of week, abbreviated name. 52 /// Day of week, full name.
|
/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/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 161 datetime1.Day == datetime2.Day && in DateTimeEquals() 171 if(date1.Day == date2.Day && in DateEquals() 198 currentDateTime.Day = (short)ca.get(Calendar.DATE); in getCurrentDateTime() 212 currentDate.Day = (short)ca.get(Calendar.DATE); in getCurrentDate()
|
/aoo42x/main/svx/source/dialog/ |
H A D | ctredlin.src | 79 Day = 31 ; 85 Day = 31 ; 135 Day = 31 ; 141 Day = 31 ;
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1037 rDateTime.Day = 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() 1188 if( rDateTime.Day < 10 ) in convertDateTime() 1190 aString += String::CreateFromInt32( rDateTime.Day ); in convertDateTime() 1310 rDateTime.Day = (sal_uInt16)nDay; in convertDateTime() 2198 aTempValue.Day = aDate.Day; in convertAny() 2213 aTempValue.Day = 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() 103 return Day == ((Date)i_compare).Day in equals()
|
/aoo42x/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 71 _rStorage << _rDate.Day; in operator <<() 85 _rStorage >> _rDate.Day; in operator >>() 99 && _rLHS.Day == _rRHS.Day in operator ==() 134 m_aLastModified.Day = m_aLastModified.Month = m_aLastModified.Year = 0; in implResetDate()
|
/aoo42x/test/testuno/source/fvt/uno/sw/field/ |
H A D | CheckDateTimeField.java | 205 …d is creatd, by verify it's Day", dateString.indexOf(String.valueOf(dateField.Day).trim()) != -1); in createDateFiled() 207 …ertEquals("Verify date field is creatd, value is right, by compare Day", expectDay, dateField.Day); in createDateFiled() 219 …assertEquals("Verify date field is creatd correct by save and reload.", expectDay, dateField2.Day); in createDateFiled()
|
/aoo42x/main/sax/source/tools/ |
H A D | converter.cxx | 1223 0, 0, 0, 0, i_rDate.Day, i_rDate.Month, i_rDate.Year); in convertDate() 1253 if( i_rDateTime.Day < 10 ) { in convertDateTime() 1256 i_rBuffer.append( static_cast<sal_Int32>(i_rDateTime.Day) ); in convertDateTime() 1301 rDateTime.Day = date.Day; in convertDateTime() 1582 rDateTime.Day = static_cast<sal_uInt16>(nDay); in convertDateOrDateTime() 1595 rDate.Day = static_cast<sal_uInt16>(nDay); in convertDateOrDateTime()
|
/aoo42x/main/framework/test/ |
H A D | test_documentproperties.bas | 203 aNewValue_DateTime.Day = aDefaultValue_DateTime.Day + 1 648 …if ( aDateTime_1.Day = aDateTime_2.Day and aDateTime_1.Month = aDateTime_2.Month and aDateTime_1.Y… 933 stempString$ = stempString$ + aDateTime.Day + "."
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docinf.cxx | 122 aDateTime.Day -= 1; in LoadOlePropertySet() 126 aDateTime.Day * 60*60*24 + in LoadOlePropertySet() 206 aEditTime.Day = 1; in SaveOlePropertySet()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLCalculationSettingsContext.cxx | 63 aNullDate.Day = 30; in ScXMLCalculationSettingsContext() 187 aDate.Day = aDateTime.Day; in ScXMLNullDateContext()
|