Home
last modified time | relevance | path

Searched refs:Day (Results 76 – 100 of 253) sorted by relevance

1234567891011

/trunk/main/offapi/com/sun/star/util/
H A DDate.idl39 unsigned short Day;
H A DDateTime.idl63 unsigned short Day;
/trunk/main/editeng/source/uno/
H A Dunofield.cxx222 aDate.Day = aTempDate.GetDay(); in getDate()
231 return Date( rDate.Day, rDate.Month, rDate.Year ); in setDate()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx345 dateStr.append(my_i_to_a(buf, sizeof(buf)-1, aData.Day)); in setDate()
401 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Day)); in setTimestamp()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.hxx65 void SetDay(sal_uInt16 day) { Day = day; } in SetDay()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx428 aDateTime.Day = aDate.GetDay(); in lcl_SetValue()
631 m_aNullDate = ::Date( aDateStruct.Day, aDateStruct.Month, aDateStruct.Year ); in construct()
/trunk/main/desktop/source/deployment/
H A Ddp_log.cxx130 date_time.Year, date_time.Month, date_time.Day, in ProgressLogImpl()
/trunk/main/offapi/com/sun/star/xsd/
H A DDay.idl37 service Day
/trunk/main/uui/source/
H A Diahndl-cookies.cxx94 = DateTime(Date(rRequest.Cookies[i].Expires.Day, in handleCookiesRequest_()
/trunk/main/svl/source/items/
H A Ddateitem.cxx180 aDateTime = DateTime( Date( aValue.Day, in PutValue()
/trunk/main/extensions/source/logging/
H A Dplaintextformatter.cxx143 (int)_rRecord.LogTime.Year, (int)_rRecord.LogTime.Month, (int)_rRecord.LogTime.Day, in format()
/trunk/main/sc/source/ui/unoobj/
H A Doptuno.cxx116 rOptions.SetDate( aDate.Day, aDate.Month, aDate.Year ); in setPropertyValue()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx129 fValue = Date(aDate.Day, aDate.Month, aDate.Year) - rNullDate; in lcl_GetItemValue()
150 fValue = ( Date( aStamp.Day, aStamp.Month, aStamp.Year ) - rNullDate ) + in lcl_GetItemValue()
/trunk/main/svl/source/misc/
H A Dlockfilecommon.cxx238 …sprintf( pDateTime, "%02d.%02d.%4d %02d:%02d", aDateTime.Day, aDateTime.Month, aDateTime.Year, aDa… in GetCurrentLocalTime()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx221 Date d(uDT.Day, uDT.Month, uDT.Year); in UpdateView()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx247 if(aDateTime.Year == 0 && aDateTime.Month == 0 && aDateTime.Day == 0) in createMacabField()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx2474 const sal_uInt16 Day, in ChangeNullDate() argument
2479 *pNullDate = Date(Day, Month, Year); in ChangeNullDate()
2481 pNullDate = new Date(Day, Month, Year); in ChangeNullDate()
/trunk/main/forms/source/resource/
H A Dxforms.src176 Text [ en-US ] = "Day";
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx259 ::Date( aStamp.Day, in UCB_GetFileListOfFolder()
/trunk/main/filter/source/placeware/
H A Dzip.cxx152 e->modTime = ((aDate.Year - 1980) << 25) | (aDate.Month << 21) | (aDate.Day << 16) | in writeLocalHeader()
/trunk/main/pyuno/source/module/
H A Dpyuno_util.cxx155 localDateTime.Day, in log()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py240 newDate.Day > oldDate.Day or \
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl126 * this function converts a Day , Month, Year representation
157 * to a Day , Month, Year representation of a Date.
/trunk/main/wizards/source/schedule/
H A Dschedule.src184 Text [ en-US ] = "Day" ;
/trunk/main/xmloff/source/xforms/
H A DSchemaRestrictionContext.cxx199 aDate.Day = static_cast<sal_uInt16>( in lcl_date()

Completed in 131 milliseconds

1234567891011