Home
last modified time | relevance | path

Searched refs:aDate (Results 26 – 50 of 108) sorted by relevance

12345

/aoo4110/main/editeng/source/uno/
H A Dunofield.cxx217 util::DateTime aDate; in getDate() local
218 memset( &aDate, 0, sizeof( util::DateTime ) ); in getDate()
222 aDate.Day = aTempDate.GetDay(); in getDate()
223 aDate.Month = aTempDate.GetMonth(); in getDate()
224 aDate.Year = aTempDate.GetYear(); in getDate()
226 return aDate; in getDate()
412 Date aDate( setDate( mpImpl->maDateTime ) ); in CreateFieldData() local
413 pData = new SvxDateField( aDate, mpImpl->mbBoolean1?SVXDATETYPE_FIX:SVXDATETYPE_VAR ); in CreateFieldData()
/aoo4110/main/xmloff/source/xforms/
H A DSchemaRestrictionContext.cxx194 Date aDate; in lcl_date() local
195 aDate.Year = static_cast<sal_uInt16>( in lcl_date()
197 aDate.Month = static_cast<sal_uInt16>( in lcl_date()
199 aDate.Day = static_cast<sal_uInt16>( in lcl_date()
201 aAny <<= aDate; in lcl_date()
/aoo4110/main/sc/source/filter/xml/
H A DXMLCalculationSettingsContext.cxx186 util::Date aDate; in ScXMLNullDateContext() local
187 aDate.Day = aDateTime.Day; in ScXMLNullDateContext()
188 aDate.Month = aDateTime.Month; in ScXMLNullDateContext()
189 aDate.Year = aDateTime.Year; in ScXMLNullDateContext()
190 pCalcSet->SetNullDate(aDate); in ScXMLNullDateContext()
H A DXMLCalculationSettingsContext.hxx60 void SetNullDate(const com::sun::star::util::Date& aDate) { aNullDate = aDate; } in SetNullDate() argument
/aoo4110/main/sc/source/ui/miscdlgs/
H A Dredcom.cxx122 String aDate = ScGlobal::pLocaleData->getDate( aDT ); in ReInit() local
123 aDate += ' '; in ReInit()
124 aDate += ScGlobal::pLocaleData->getTime( aDT, sal_False, sal_False ); in ReInit()
126 pDlg->ShowLastAuthor(aAuthor, aDate); in ReInit()
/aoo4110/main/sc/source/core/data/
H A Ddbdocutl.cxx103 util::Date aDate = xRow->getDate(nRowPos); in PutData() local
104 nVal = Date( aDate.Day, aDate.Month, aDate.Year ) - in PutData()
/aoo4110/main/basic/source/runtime/
H A Dmethods.cxx1789 sal_Int16 implGetDateDay( double aDate ) in implGetDateDay() argument
1792 aDate = floor( aDate ); in implGetDateDay()
1794 aRefDate += (sal_uIntPtr)aDate; in implGetDateDay()
1803 long nDays = (long)aDate; in implGetDateMonth()
1813 long nDays = (long) aDate; in implGetDateYear()
1885 implGetDateYear( aDate ), in RTLFUNC()
1886 implGetDateMonth( aDate ), in RTLFUNC()
1887 implGetDateDay( aDate ) ); in RTLFUNC()
2082 double aDate = pArg->GetDate(); in RTLFUNC() local
2197 Date aDate; in Now_Impl() local
[all …]
/aoo4110/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseDateFunctions.java283 final com.sun.star.util.Date aDate = row.getDate(1); in curdate() local
284 getLog().println("CURDATE() is '" + aDate.Year + "-" + aDate.Month + "-" + aDate.Day + "'"); in curdate()
/aoo4110/main/xmloff/source/core/
H A Dxmluconv.cxx1056 Date aDate (aTempNullDate.Day, aTempNullDate.Month, aTempNullDate.Year); in convertDateTime() local
1057 aDate += nValue; in convertDateTime()
1107 aDate += 1; in convertDateTime()
1110 rBuffer.append( sal_Int32( aDate.GetYear())); in convertDateTime()
1112 sal_uInt16 nTemp = aDate.GetMonth(); in convertDateTime()
1117 nTemp = aDate.GetDay(); in convertDateTime()
2189 com::sun::star::util::Date aDate ; in convertAny() local
2193 if (aValue >>= aDate) in convertAny()
2198 aTempValue.Day = aDate.Day; in convertAny()
2199 aTempValue.Month = aDate.Month; in convertAny()
[all …]
/aoo4110/main/sc/workben/
H A Daddin.cxx375 util::Date aDate; in getDateString() local
376 aDateAny >>= aDate; in getDateString()
381 Date aNewDate( aDate.Day, aDate.Month, aDate.Year ); in getDateString()
/aoo4110/main/sw/source/core/fields/
H A Ddocufld.cxx976 DateTime aDate(aD,aT); in Expand() local
986 aDate = bDate; in Expand()
995 aDate = bDate; in Expand()
1000 if (aDate.IsValid()) in Expand()
1013 aStr = pLocalData->getTime( aDate, in Expand()
1020 aDate); in Expand()
1030 aStr = pLocalData->getDate( aDate ); in Expand()
1036 aDate); in Expand()
1115 util::Date aDate; in Expand() local
1118 if( aAny >>= aDate) in Expand()
[all …]
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx275 DATE_STRUCT aDate; in getDate() local
276 aDate.day = 0; in getDate()
277 aDate.month = 0; in getDate()
278 aDate.year = 0; in getDate()
279 …nnection->useOldDateFormat() ? SQL_C_DATE : SQL_C_TYPE_DATE,m_bWasNull,**this,&aDate,sizeof aDate); in getDate()
280 return Date(aDate.day,aDate.month,aDate.year); in getDate()
H A DOResultSet.cxx489 DATE_STRUCT aDate; in getDate() local
490 aDate.day = 0; in getDate()
491 aDate.month = 0; in getDate()
492 aDate.year = 0; in getDate()
496 &aDate,sizeof aDate); in getDate()
497 return (&aValue == &m_aEmptyValue) ? Date(aDate.day,aDate.month,aDate.year) : (Date)aValue; in getDate()
/aoo4110/main/editeng/source/items/
H A Dflditem.cxx264 Date aDate; // current date in GetFormatted() local
266 aDate.SetDate( nFixDate ); in GetFormatted()
268 return GetFormatted( aDate, eFormat, rFormatter, eLang ); in GetFormatted()
271 String SvxDateField::GetFormatted( Date& aDate, SvxDateFormat eFormat, SvNumberFormatter& rFormatte… in GetFormatted() argument
324 double fDiffDate = aDate - *(rFormatter.GetNullDate()); in GetFormatted()
/aoo4110/main/scaddins/source/datefunc/
H A Ddatefunc.cxx682 util::Date aDate; in GetNullDate() local
683 if ( aAny >>= aDate ) in GetNullDate()
684 return DateToDays( aDate.Day, aDate.Month, aDate.Year ); in GetNullDate()
/aoo4110/main/connectivity/source/drivers/dbase/
H A DDTable.cxx971 const ::com::sun::star::util::Date aDate(nDay,nMonth,nYear); in fetchRow() local
972 *(_rRow->get())[i] = aDate; in fetchRow()
1174 Date aDate; // aktuelles Datum in CreateFile() local
1224 (*m_pFileStream) << (sal_uInt8) (aDate.GetYear() % 100); // aktuelles Datum in CreateFile()
1227 (*m_pFileStream) << (sal_uInt8) aDate.GetMonth(); in CreateFile()
1228 (*m_pFileStream) << (sal_uInt8) aDate.GetDay(); in CreateFile()
1885 ::com::sun::star::util::Date aDate; in UpdateBuffer()
1889 aDate = rRow.get()[nPos]->getValue(); in UpdateBuffer()
1894 (int)aDate.Year, in UpdateBuffer()
1895 (int)aDate.Month, in UpdateBuffer()
[all …]
/aoo4110/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx328 util::Date aDate = toDate(_sSQLString); in toDateTime() local
331 return util::DateTime(0,aTime.Seconds,aTime.Minutes,aTime.Hours,aDate.Day,aDate.Month,aDate.Year); in toDateTime()
/aoo4110/main/connectivity/source/commontools/
H A DCommonTools.cxx199 ::com::sun::star::util::Date aDate; in toString()
200 rValue >>= aDate; in toString()
201 aRes = toDateString(aDate); in toString()
/aoo4110/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx104 Date aDate; // getDate member
423 GETVALUE_IMPL( Date, DATE_VALUE_SET, aDate ); in getDate()
537 aValue <<= rValue.aDate; in getObject()
748 SETVALUE_IMPL( rPropName, DATE_VALUE_SET, aDate, rValue ); in appendDate()
/aoo4110/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx154 ::Date aDate( aUNODate.Day, aUNODate.Month, aUNODate.Year ); in setValue()
155 getTypedControlWindow()->SetDate( aDate ); in setValue()
165 ::Date aDate( getTypedControlWindow()->GetDate() ); in getValue()
166 util::Date aUNODate( aDate.GetDay(), aDate.GetMonth(), aDate.GetYear() ); in getValue()
/aoo4110/main/uui/source/
H A Diahndl-ssl.cxx115 Date aDate; in getLocalizedDatTimeStr() local
118 aDate = Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ); in getLocalizedDatTimeStr()
131 aDate - *pNullDate, nFormat, aTmpStr, &pColor ); in getLocalizedDatTimeStr()
/aoo4110/main/sc/source/ui/dbgui/
H A Ddpgroupdlg.cxx167 Date aDate( maNullDate ); in ImplSetValue() local
168 aDate += static_cast< sal_Int32 >( fValue ); in ImplSetValue()
169 mrEdValue.SetDate( aDate ); in ImplSetValue()
/aoo4110/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx166 Date aDate = Date( aDateTime.Day, aDateTime.Month, aDateTime.Year ); in getAnnotationDateTimeString() local
167 if (aDate==Date()) in getAnnotationDateTimeString()
170 if (aDate == Date(Date()-1)) in getAnnotationDateTimeString()
173 if (aDate.IsValid() ) in getAnnotationDateTimeString()
174 sRet = sRet + rLocalData.getDate(aDate); in getAnnotationDateTimeString()
/aoo4110/main/cui/source/options/
H A Doptupdt.cxx133 Date aDate; in UpdateLastCheckedText() local
141 aDate = Date( lastCheckedDT.Day, lastCheckedDT.Month, lastCheckedDT.Year ); in UpdateLastCheckedText()
152 pNumberFormatter->GetOutputString( aDate - *pNullDate, nFormat, aTmpStr, &pColor ); in UpdateLastCheckedText()
/aoo4110/main/unotools/source/misc/
H A Ddatetime.cxx80 Date aDate(_rDateTime.Day, _rDateTime.Month, _rDateTime.Year); in typeConvert() local
82 _rOut = DateTime(aDate, aTime); in typeConvert()

Completed in 196 milliseconds

12345