Home
last modified time | relevance | path

Searched refs:Day (Results 126 – 150 of 253) sorted by relevance

1234567891011

/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java405 currentDate.Day = (short) day; in setWizardTemplateDocInfo()
/trunk/main/sc/workben/
H A Daddin.cxx381 Date aNewDate( aDate.Day, aDate.Month, aDate.Year ); in getDateString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java738 "-" + date.Day; in insertContentMySQLTable()
H A DValueChanger.java817 newDT.Day = (short) (oldDT.Day+(short) 1); in changePValue()
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx213 aRetDT.Day = rDT.GetDay(); in lcl_DateTimeToUno()
H A Dunocrsrhelper.cxx1064 …DateTime( Date( aStamp.Day, aStamp.Month, aStamp.Year ), Time( aStamp.Hours, aStamp.Minutes, aStam… in makeRedline()
H A Dunofield.cxx1251 aDateTime.SetDay(m_pProps->pDateTime->Day); in attachToRange()
2083 m_pProps->aDate = Date( aTemp.Day, aTemp.Month, aTemp.Year ); in setPropertyValue()
/trunk/main/comphelper/source/misc/
H A Duieventslogger.cxx520 now.Day, in getRotatedPath()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx684 return DateToDays( aDate.Day, aDate.Month, aDate.Year ); in GetNullDate()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2087 RTLFUNC(Day) in RTLFUNC() argument
3068 aDate = Date( aUnoDT.Day, aUnoDT.Month, aUnoDT.Year ); in RTLFUNC()
3094 aDate = Date( aDT.Day, aDT.Month, aDT.Year ); in RTLFUNC()
H A Dstdobj.cxx199 { "Day", SbxINTEGER, 1 | _FUNCTION, RTLNAME(Day),0 },
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx64 aToolsDT = DateTime( Date( aUnoDT.Day, aUnoDT.Month, aUnoDT.Year ), \ in DECLARE_LIST()
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx688 aBuffer.append( static_cast<sal_Int32>( rDate.Day ) ); in lcl_formatDate()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx456 Date aDate(aInfo.aDateTime.Day, aInfo.aDateTime.Month, aInfo.aDateTime.Year); in ConvertInfo()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx393 Date aD(uDT.Day, uDT.Month, uDT.Year); in SV_IMPL_PTRARR()
397 Date aD2(uDT.Day, uDT.Month, uDT.Year); in SV_IMPL_PTRARR()
401 Date aD3(uDT.Day, uDT.Month, uDT.Year); in SV_IMPL_PTRARR()
H A Drtfexport.cxx971 OutULong( rDT.Day ) << OOO_STRING_SVTOOLS_RTF_HR; in OutDateTime()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2686 aDateTime.Day = rDate.Day; in ProcessDate()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1181 << aDateTime.Day // todo: day of week in ImplExportComments()
1182 << aDateTime.Day in ImplExportComments()
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx80 aToolsDT = DateTime( Date( aUnoDT.Day, aUnoDT.Month, aUnoDT.Year ), \
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx166 Date aDate = Date( aDateTime.Day, aDateTime.Month, aDateTime.Year ); in getAnnotationDateTimeString()
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx378 && i_rLeft.Day == i_rRight.Day in operator ==()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2467 aDateTime.Day = myDateTime.Day; in commit()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx1020 pFormatter->ChangeNullDate( aDate.Day, aDate.Month, aDate.Year ); in setPropertyValue()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx697 case RTF_DY: aDT.Day = (sal_uInt16)nTokenValue; break; in GetDateTimeStamp()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx154 ::Date aDate( aUNODate.Day, aUNODate.Month, aUNODate.Year ); in setValue()

Completed in 261 milliseconds

1234567891011