Home
last modified time | relevance | path

Searched refs:Date (Results 26 – 50 of 610) sorted by relevance

12345678910>>...25

/aoo4110/main/offapi/com/sun/star/xsd/
H A DDate.idl31 #include <com/sun/star/util/Date.idl>
40 service Date
49 [property, maybevoid] com::sun::star::util::Date MaxInclusiveDate;
54 [property, maybevoid] com::sun::star::util::Date MaxExclusiveDate;
59 [property, maybevoid] com::sun::star::util::Date MinInclusiveDate;
64 [property, maybevoid] com::sun::star::util::Date MinExclusiveDate;
/aoo4110/main/qadevOOo/runner/util/
H A DDBTools.java41 import com.sun.star.util.Date ;
94 new Date((short) 1,(short) 1, (short) 2001), null, null, null,
97 new Date((short) 2, (short) 1,(short) 2001), null, null, null,
581 if (values[i] instanceof Date) { in addRowToTestTable()
582 rowUpdt.updateDate(TST_DATE, (Date) values[i]) ; in addRowToTestTable()
732 value instanceof Date) { in insertContentMySQLTable()
735 if (value instanceof Date) { in insertContentMySQLTable()
736 Date date = (Date)value; in insertContentMySQLTable()
747 value instanceof Date) { in insertContentMySQLTable()
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_SpreadsheetDocumentSettings.java31 import com.sun.star.util.Date;
62 Date date = (Date) oldValue;
63 Date newDate = new Date((short) (date.Day - 1), date.Month,
/aoo4110/main/chart2/source/tools/
H A DNumberFormatterWrapper.cxx99 Date NumberFormatterWrapper::getNullDate() const in getNullDate()
102 Date aRet(nDay,nMonth,nYear); in getNullDate()
107 aRet = Date(aUtilDate.Day,aUtilDate.Month,aUtilDate.Year); in getNullDate()
111 Date* pDate = m_pNumberFormatter->GetNullDate(); in getNullDate()
132 Date* pDate = m_pNumberFormatter->GetNullDate(); in getFormattedString()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DSalesFilter.java121 java.util.Date aNowAndHere = new java.util.Date(); in initFilterDates()
166 aCalDate.setTime( (java.util.Date)aDate ); in translateDate()
209 aCal.setTime( (java.util.Date)aDate ); in getOdbcDate()
248 protected GregorianCalendar getCalendarObject( java.util.Date aDate ) in getCalendarObject()
365 GregorianCalendar aDateCal = getCalendarObject( (java.util.Date)aDate ); in addCurrentFilter()
371 … GregorianCalendar aCheckCal = getCalendarObject( (java.util.Date)m_aFilterDates.elementAt( i ) ); in addCurrentFilter()
/aoo4110/main/chart2/source/view/axes/
H A DTickmarks_Dates.cxx79 Date aNull(m_aScale.NullDate); in getAllTicks()
81 Date aDate = aNull + static_cast<long>(::rtl::math::approxFloor(m_aScale.Minimum)); in getAllTicks()
82 Date aMaxDate = aNull + static_cast<long>(::rtl::math::approxFloor(m_aScale.Maximum)); in getAllTicks()
108 const Date aTmpDate (aDate); in getAllTicks()
142 const Date aTmpDate (aDate); in getAllTicks()
H A DDateScaling.hxx50 DateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted );
69 const Date m_aNullDate;
82 InverseDateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted );
101 const Date m_aNullDate;
/aoo4110/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java198 static private java.sql.Date getDate(final Object obj) in getDate()
200 final java.sql.Date date; in getDate()
201 if (obj instanceof com.sun.star.util.Date) in getDate()
203 final com.sun.star.util.Date unodate = (com.sun.star.util.Date) obj; in getDate()
204 … date = java.sql.Date.valueOf(getDateString(unodate.Year, unodate.Month, unodate.Day).toString()); in getDate()
/aoo4110/main/cosv/inc/cosv/
H A Ddatetime.hxx33 class Date class
36 Date();
37 Date(
46 static const Date & Null_();
/aoo4110/main/tools/source/fsys/
H A Dos2.cxx459 aDateCreated = Date(0); in Update()
461 aDateModified = Date(0); in Update()
463 aDateAccessed = Date(0); in Update()
564 aDateModified = Date( filestat.fdateLastWrite.day, in Update()
574 aDateCreated = Date( filestat.fdateCreation.day, in Update()
590 aDateAccessed = Date( filestat.fdateLastAccess.day, in Update()
894 Date MsDos2Date( const time_t *pTimeT ) in MsDos2Date()
898 return Date( pTm->tm_mday, pTm->tm_mon + 1, pTm->tm_year ); in MsDos2Date()
900 return Date(0); in MsDos2Date()
H A Dunx.hxx68 inline Date Unx2Date( time_t nDate ) in Unx2Date()
73 return Date( pTime->tm_mday, in Unx2Date()
78 inline void Unx2DateAndTime( time_t nDate, Time& rTime, Date& rDate ) in Unx2DateAndTime()
84 rDate = Date( pTime->tm_mday, pTime->tm_mon + 1, pTime->tm_year + 1900 ); in Unx2DateAndTime()
/aoo4110/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java50 import com.sun.star.util.Date;
159 private boolean DateEquals(Date date1, Date date2){ in DateEquals()
195 private Date getCurrentDate(){ in getCurrentDate()
197 Date currentDate = new Date(); in getCurrentDate()
491 Date addedProDefaultValue = getCurrentDate(); in testCustomAddPro_Date()
500 Date result = (Date)getCustomPro(addedProName); in testCustomAddPro_Date()
/aoo4110/main/qadevOOo/tests/java/mod/_forms/
H A DODateModel.java146 NamedValue Date = new NamedValue(); in initialize() local
147 Date.Name = "Date"; in initialize()
148 Date.Value = new Integer(DBTools.TST_DATE); in initialize()
149 super.m_propertiesToSet.add(Date); in initialize()
/aoo4110/main/svx/inc/svx/
H A Dctredlin.hxx130 void SetFirstDate(const Date&);
131 void SetLastDate(const Date&);
226 Date GetFirstDate() const;
227 void SetFirstDate(const Date &aDate);
231 Date GetLastDate() const;
232 void SetLastDate(const Date &aDate);
H A Dsdrcomment.hxx47 Date maCreationDate;
61 Date aCreationDate,
78 Date GetCreationDate() const { return maCreationDate; } in GetCreationDate()
79 void SetCreationDate(Date aNewDate);
/aoo4110/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx95 …meMap[GetXMLToken( XML_DATE)] = ::getCppuType( static_cast< com::sun::star::util::Date* >(NULL) ); in DBG_NAME()
258 …::star::uno::Type s_aDateType = ::getCppuType(static_cast< ::com::sun::star::util::Date* >(NULL)); in convertString()
301 ::com::sun::star::util::Date aDate = implGetDate(nValue); in convertString()
347 ::com::sun::star::util::Date OXMLControlProperty::implGetDate(double _nValue) in implGetDate()
349 Date aToolsDate((sal_uInt32)_nValue); in implGetDate()
350 ::com::sun::star::util::Date aDate; in implGetDate()
/aoo4110/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx142 OLEVariant::OLEVariant(const ::com::sun::star::util::Date& x ) in OLEVariant()
146 dblVal = ::dbtools::DBTypeConversion::toDouble(x,::com::sun::star::util::Date(30,12,1899)); in OLEVariant()
158 dblVal = ::dbtools::DBTypeConversion::toDouble(x,::com::sun::star::util::Date(30,12,1899)); in OLEVariant()
370 OLEVariant::operator ::com::sun::star::util::Date() const in operator ::com::sun::star::util::Date()
372 …l() ? ::com::sun::star::util::Date(30,12,1899) : ::dbtools::DBTypeConversion::toDate(getDate(),::c… in operator ::com::sun::star::util::Date()
380 …me() : ::dbtools::DBTypeConversion::toDateTime(getDate(),::com::sun::star::util::Date(30,12,1899)); in operator ::com::sun::star::util::DateTime()
732 aValue <<= (::com::sun::star::util::Date)*this; in makeAny()
/aoo4110/main/svx/source/inc/
H A Dtypeconversionclient.hxx48 inline ::com::sun::star::util::Date getStandardDate() const in getStandardDate()
50 ::com::sun::star::util::Date aReturn; in getStandardDate()
59 const ::com::sun::star::util::Date& _rNullDate ) const in getValue()
71 const ::com::sun::star::util::Date& _rNullDate, in getFormattedValue()
/aoo4110/main/offapi/com/sun/star/awt/
H A DXDateField.idl48 [oneway] void setDate( [in] long Date );
60 [oneway] void setMin( [in] long Date );
73 [oneway] void setMax( [in] long Date );
86 [oneway] void setFirst( [in] long Date );
98 [oneway] void setLast( [in] long Date );
/aoo4110/main/svx/source/dialog/
H A Dctredlin.cxx304 Date aDateMax; in UpdateFilterTest()
307 Date aDateMin(1,1,1989); in UpdateFilterTest()
356 void SvxRedlinTable::SetFirstDate(const Date& aDate) in SetFirstDate()
361 void SvxRedlinTable::SetLastDate(const Date& aDate) in SetLastDate()
873 Date aDate; in SvxTPFilter()
991 Date SvxTPFilter::GetFirstDate() const in GetFirstDate()
996 void SvxTPFilter::SetFirstDate(const Date &aDate) in SetFirstDate()
1012 Date SvxTPFilter::GetLastDate() const in GetLastDate()
1017 void SvxTPFilter::SetLastDate(const Date &aDate) in SetLastDate()
1253 Date aDate; in IMPL_LINK()
[all …]
/aoo4110/main/sw/source/core/fields/
H A Ddocufld.cxx974 Date aD(uDT.Day, uDT.Month, uDT.Year); in Expand()
983 Date bD(uDT.Day, uDT.Month, uDT.Year); in Expand()
992 Date bD(uDT.Day, uDT.Month, uDT.Year); in Expand()
1077 double lcl_DateToDouble( const D& rDate, const Date& rNullDate ) in lcl_DateToDouble()
1115 util::Date aDate; in Expand()
1121 Date* pNullDate = pFormatter->GetNullDate(); in Expand()
1128 Date* pNullDate = pFormatter->GetNullDate(); in Expand()
1936 util::Date aSetDate; in QueryValue()
1940 rAny.setValue(&aSetDate, ::getCppuType((util::Date*)0)); in QueryValue()
1990 if( rAny.getValueType() == ::getCppuType((util::Date*)0) ) in PutValue()
[all …]
/aoo4110/main/forms/source/component/
H A DDate.cxx113 …m_xAggregateSet->setPropertyValue( PROPERTY_DATEMIN, makeAny( (sal_Int32)( ::Date( 1, 1, 1800 ).Ge… in DBG_NAME()
254 util::Date aDate; in commitControlValueToDbColumn()
309 util::Date aDate; in translateExternalValueToControlValue()
327 util::Date aDate = m_xColumn->getDate(); in translateDbColumnToControlValue()
353 return Sequence< Type >( &::getCppuType( static_cast< util::Date* >( NULL ) ), 1 ); in getSupportedBindingTypes()
/aoo4110/main/tools/inc/tools/
H A Dfsys.hxx180 Date aDateCreated;
182 Date aDateModified;
184 Date aDateAccessed;
212 Date DateCreated() const { return aDateCreated; } in DateCreated()
214 Date DateModified() const { return aDateModified; } in DateModified()
216 Date DateAccessed() const { return aDateAccessed; } in DateAccessed()
/aoo4110/main/svtools/workben/
H A Dsvdem.cxx614 Date aCurDate = aCalendar.GetCurDate(); in MyCalendar()
619 …aCalendar.AddDateInfo( Date( 1, 1, 0 ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Neujahr" ) ), &… in MyCalendar()
620 …aCalendar.AddDateInfo( Date( 24, 12, 0 ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Heiligabend" ) … in MyCalendar()
621 …aCalendar.AddDateInfo( Date( 25, 12, 0 ), XubString( RTL_CONSTASCII_USTRINGPARAM( "1. Weihnachttag… in MyCalendar()
622 …aCalendar.AddDateInfo( Date( 26, 12, 0 ), XubString( RTL_CONSTASCII_USTRINGPARAM( "2. Weihnachttag… in MyCalendar()
623 …aCalendar.AddDateInfo( Date( 31, 12, 0 ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Silvester" ) ),… in MyCalendar()
625 aCalendar.SetFirstDate( Date( 1, 1, aCurDate.GetYear() ) ); in MyCalendar()
647 …aCalendar.AddDateInfo( Date( 17, 6, nRequestYear ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Tag … in IMPL_LINK()
649 …aCalendar.AddDateInfo( Date( 3, 10, nRequestYear ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Tag … in IMPL_LINK()
657 Date aDate = aCalendar.GetCurDate(); in IMPL_LINK()
[all …]
/aoo4110/main/forms/source/xforms/
H A Ddatatypes.cxx53 using ::com::sun::star::util::Date;
802 Date aValue; in _getValue()
806 ::Date aToolsDate( aValue.Day, aValue.Month, aValue.Year ); in _getValue()
821 Date aValue; in normalizeValue()
823 ::Date aToolsDate( aValue.Day, aValue.Month, aValue.Year ); in normalizeValue()
887 ::Date( _rValue.Day, _rValue.Month, _rValue.Year ), in lcl_normalizeDateTime()
893 fValue += ::Date( aToolsValue ) - ::Date( 1, 1, 1900 ); in lcl_normalizeDateTime()

Completed in 232 milliseconds

12345678910>>...25