Home
last modified time | relevance | path

Searched refs:Date (Results 101 – 125 of 610) sorted by relevance

12345678910>>...25

/aoo4110/main/basic/source/runtime/
H A Dmethods.cxx126 static long GetDayDiff( const Date& rDate ) in GetDayDiff()
128 Date aRefDate( 1,1,1900 ); in GetDayDiff()
1793 Date aRefDate( 1, 1, 1900 ); in implGetDateDay()
1802 Date aRefDate( 1,1,1900 ); in implGetDateMonth()
1812 Date aRefDate( 1,1,1900 ); in implGetDateYear()
1826 Date aCurDate( nDay, nMonth, nYear ); in implDateSerial()
2197 Date aDate; in Now_Impl()
2289 RTLFUNC(Date) in RTLFUNC() argument
2296 Date aToday; in RTLFUNC()
3043 Date aDate; in RTLFUNC()
[all …]
/aoo4110/main/uui/source/
H A Diahndl-ssl.cxx115 Date aDate; in getLocalizedDatTimeStr()
118 aDate = Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ); in getLocalizedDatTimeStr()
126 Date* pNullDate = pNumberFormatter->GetNullDate(); in getLocalizedDatTimeStr()
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XParameters.java39 import com.sun.star.util.Date;
338 int idx = findParamOfType(Date.class) ; in _setDate()
343 idx, new Date ((short)19, (short)01, (short)1979)) ; in _setDate()
/aoo4110/main/svtools/source/table/
H A Dcellvalueconversion.cxx80 typedef ::com::sun::star::util::Date UnoDate;
90 long const nNullDateDays = ::Date::DateToDays( 1, 1, 1900 ); in lcl_convertDateToDays()
91 long const nValueDateDays = ::Date::DateToDays( i_day, i_month, i_year ); in lcl_convertDateToDays()
/aoo4110/main/sc/source/ui/dbgui/
H A Ddpgroupdlg.cxx152 RadioButton& rRbAuto, RadioButton& rRbMan, DateField& rEdValue, const Date& rNullDate ) : in ScDPDateGroupEditHelper()
167 Date aDate( maNullDate ); in ImplSetValue()
232 const ScDPNumGroupInfo& rInfo, sal_Int32 nDatePart, const Date& rNullDate ) : in ScDPDateGroupDlg()
/aoo4110/main/oox/source/xls/
H A Dworkbooksettings.cxx311 Date aNullDate = getNullDate(); in finalizeImport()
347 Date WorkbookSettings::getNullDate() const in getNullDate()
349 static const Date saDate1900( 30, 12, 1899 ), saDate1904( 1, 1, 1904 ); in getNullDate()
/aoo4110/main/svx/source/svdraw/
H A Dsdrcomment.cxx34 Date aCreationDate, in Comment()
60 void Comment::SetCreationDate(Date aNewDate) in SetCreationDate()
/aoo4110/main/scripting/workben/installer/
H A DLogStream.java26 import java.util.Date;
38 String timeStamp = formatter.format( new Date() ); in getTimeStamp()
/aoo4110/main/connectivity/source/inc/java/sql/
H A DTimestamp.hxx47 java_sql_Date( const ::com::sun::star::util::Date& _rOut );
49 operator ::com::sun::star::util::Date();
/aoo4110/main/tools/source/rc/
H A Drc.cxx78 Date::Date( const ResId& rResId ) : nDate(0) in Date() function in Date
/aoo4110/main/tools/workben/
H A Dfstest.cxx78 Date aDateCreated(aDirStat.DateCreated()); in CheckTimes()
79 Date aDateModified(aDirStat.DateModified()); in CheckTimes()
/aoo4110/main/chart2/source/view/inc/
H A DMinimumAndMaximumSupplier.hxx62 virtual void setTimeResolutionOnXAxis( long nTimeResolution, const Date& rNullDate ) = 0;
90 virtual void setTimeResolutionOnXAxis( long nTimeResolution, const Date& rNullDate );
/aoo4110/main/sw/source/ui/fldui/
H A Dfldui.src43 Text [ en-US ] = "Date" ;
230 Text [ en-US ] = "Date";
234 Text [ en-US ] = "Date (fixed)" ;
506 Text [ en-US ] = "Date" ;
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java457 zEntry.setTime(new Date().getTime()); in getFileEntry()
487 zEntry.setTime(new Date().getTime()); in getFolderEntry()
553 public Date lastModified(String name) { in lastModified()
556 return new Date((entry != null)? entry.getTime(): 0L); in lastModified()
/aoo4110/main/svl/source/misc/
H A Dfstathelper.cxx39 Date* pDate, Time* pTime ) in GetModifiedDateTimeOfFile()
53 *pDate = Date( pDT->Day, pDT->Month, pDT->Year ); in GetModifiedDateTimeOfFile()
/aoo4110/main/oox/inc/oox/xls/
H A Dunitconverter.hxx32 namespace util { struct Date; struct DateTime; }
77 void finalizeNullDate( const ::com::sun::star::util::Date& rNullDate );
H A Dworkbooksettings.hxx29 namespace com { namespace sun { namespace star { namespace util { struct Date; } } } }
143 ::com::sun::star::util::Date getNullDate() const;
/aoo4110/main/xmloff/source/forms/handler/
H A Dvcl_date_handler.cxx63 ::Date aVCLDate( nVCLDate ); in getAttributeValue()
83 ::Date aVCLDate( aDateTime.Day, aDateTime.Month, aDateTime.Year ); in getPropertyValues()
/aoo4110/main/vcl/inc/vcl/
H A Di18nhelp.hxx47 class Date;
84 String GetDate( const Date& rDate ) const;
/aoo4110/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx44 class Date;
249 String getDate( const Date& rDate ) const;
270 String getLongDate( const Date& rDate,
/aoo4110/main/sw/inc/
H A Dflddat.hxx32 class Date;
135 Date GetDate(sal_Bool bUseOffset = sal_False) const;
/aoo4110/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx166 Date aDate = Date( aDateTime.Day, aDateTime.Month, aDateTime.Year ); in getAnnotationDateTimeString()
167 if (aDate==Date()) in getAnnotationDateTimeString()
170 if (aDate == Date(Date()-1)) in getAnnotationDateTimeString()
/aoo4110/main/sc/source/core/data/
H A Ddptablecache.cxx90 const Date& rNullDate ) in lcl_GetItemValue()
128 util::Date aDate = xRow->getDate(nCol); in lcl_GetItemValue()
129 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()
555 bool ScDPTableDataCache::InitFromDataBase (const Reference<sdbc::XRowSet>& xRowSet, const Date& rNu… in InitFromDataBase()
/aoo4110/main/sc/source/core/tool/
H A Dinterpr2.cxx92 Date aDate( nD, nM, nY); in GetDateSerial()
112 Date aActDate; in ScGetActDate()
121 Date aActDate; in ScGetActTime()
134 Date aDate = *(pFormatter->GetNullDate()); in ScGetYear()
142 Date aDate = *(pFormatter->GetNullDate()); in ScGetMonth()
150 Date aDate = *(pFormatter->GetNullDate()); in ScGetDay()
212 Date aDate = *(pFormatter->GetNullDate()); in ScGetDayOfWeek()
235 Date aDate = *(pFormatter->GetNullDate()); in ScGetWeekOfYear()
372 Date aDate1 = *(pFormatter->GetNullDate()); in ScGetDiffDate360()
374 Date aDate2 = *(pFormatter->GetNullDate()); in ScGetDiffDate360()
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DConnectionLog.cxx92 using ::com::sun::star::util::Date;
98 ::rtl::OUString convertLogArgToString( const Date& _rDate ) in convertLogArgToString()

Completed in 191 milliseconds

12345678910>>...25