Home
last modified time | relevance | path

Searched refs:aDate (Results 51 – 75 of 108) sorted by relevance

12345

/aoo41x/main/sw/source/ui/docvw/
H A DSidebarWin.cxx413 Date aDate = GetDate(); in CheckMetaText() local
414 if (aDate==Date()) in CheckMetaText()
418 else if (aDate == Date(Date()-1)) in CheckMetaText()
422 else if (aDate.IsValid() ) in CheckMetaText()
424 sMeta = rLocalData.getDate(aDate); in CheckMetaText()
/aoo41x/main/svl/source/numbers/
H A Dnumfmuno.cxx1018 util::Date aDate; in setPropertyValue() local
1019 if ( aValue >>= aDate ) in setPropertyValue()
1020 pFormatter->ChangeNullDate( aDate.Day, aDate.Month, aDate.Year ); in setPropertyValue()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh8.cxx932 Date aDate = *(pNumFmt->GetNullDate()); // tools date in DBaseExport() local
933 aDate += (long)fVal; //! approxfloor? in DBaseExport()
934 util::Date aUnoDate( aDate.GetDay(), aDate.GetMonth(), aDate.GetYear() ); in DBaseExport()
H A Ddocsh3.cxx678 String aDate = ScGlobal::pLocaleData->getDate( aDT ); in ExecuteChangeCommentDialog() local
679 aDate += ' '; in ExecuteChangeCommentDialog()
680 aDate += ScGlobal::pLocaleData->getTime( aDT, sal_False, sal_False ); in ExecuteChangeCommentDialog()
690 aSet.Put( SvxPostItDateItem ( aDate, SID_ATTR_POSTIT_DATE ) ); in ExecuteChangeCommentDialog()
/aoo41x/main/desktop/source/so_comp/
H A Devaluation.cxx171 com::sun::star::util::Date aDate( nDay, nMonth, nYear ); in getMaterial() local
172 a <<= aDate; in getMaterial()
/aoo41x/main/basic/source/runtime/
H A Dmethods1.cxx1868 sal_Int16 implGetWeekDay( double aDate, bool bFirstDayParam = false, sal_Int16 nFirstDay = 0 ) in implGetWeekDay() argument
1871 long nDays = (long) aDate; in implGetWeekDay()
1914 double aDate = rPar.Get(1)->GetDate(); in RTLFUNC() local
1923 sal_Int16 nDay = implGetWeekDay( aDate, bFirstDay, nFirstDay ); in RTLFUNC()
1989 sal_Int16 implGetDateDay( double aDate );
1990 sal_Int16 implGetDateMonth( double aDate );
1991 sal_Int16 implGetDateYear( double aDate );
/aoo41x/main/sw/source/core/fields/
H A Dflddat.cxx205 Date aDate = *pNullDate + nVal; in GetDate() local
207 return aDate; in GetDate()
/aoo41x/main/sc/inc/
H A Deditutil.hxx190 Date aDate; member
234 void SetDate(const Date& rNew) { aData.aDate = rNew; } in SetDate()
/aoo41x/main/xmloff/source/forms/
H A Dpropertyexport.cxx584 ::com::sun::star::util::Date aDate; in implConvertAny()
587 if (_rValue >>= aDate) in implConvertAny()
590 ::utl::typeConvert(aDate, aToolsDate); in implConvertAny()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx163 Date aDate( nDay, nMonth, nYear ); in UpdateView() local
165 DateTime aDateTime( aDate, aTime ); in UpdateView()
/aoo41x/main/cui/source/dialogs/
H A Dpostdlg.cxx219 Date aDate; in IMPL_LINK_INLINE_END() local
231 aStr += aLocaleWrapper.getDate(aDate); in IMPL_LINK_INLINE_END()
/aoo41x/main/sc/source/core/data/
H A Ddptablecache.cxx128 util::Date aDate = xRow->getDate(nCol); in lcl_GetItemValue() local
129 fValue = Date(aDate.Day, aDate.Month, aDate.Year) - rNullDate; in lcl_GetItemValue()
/aoo41x/main/sd/source/ui/app/
H A Dsdpopup.cxx223 Date aDate; in GetField() local
224 ( (SvxDateField*) pNewField )->SetFixDate( aDate ); in GetField()
/aoo41x/main/framework/source/fwi/classes/
H A Dconverter.cxx213 Date aDate( nDay , nMonth, nYear ); in convert_String2DateTime() local
215 aStamp = DateTime( aDate, aTime ); in convert_String2DateTime()
/aoo41x/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx97 …Date aDate( (sal_uInt16)sDay.ToInt32(), (sal_uInt16) sMonth.ToInt32(), (sal_uInt16)sYear.ToInt32()… in GetDateTimeString() local
100 String aStr( rLoDa.getDate( aDate ) ); in GetDateTimeString()
/aoo41x/main/svx/inc/svx/
H A Dctredlin.hxx227 void SetFirstDate(const Date &aDate);
232 void SetLastDate(const Date &aDate);
/aoo41x/main/connectivity/source/parse/
H A Dsqlnode.cxx197 Date aDate = DBTypeConversion::toDate(rString); in convertDateString() local
201 double fDate = DBTypeConversion::toDouble(aDate,DBTypeConversion::getNULLDate(xSupplier)); in convertDateString()
210 DateTime aDate = DBTypeConversion::toDateTime(rString); in convertDateTimeString() local
214 double fDateTime = DBTypeConversion::toDouble(aDate,DBTypeConversion::getNULLDate(xSupplier)); in convertDateTimeString()
1028 …Date aDate = DBTypeConversion::toDate(fValue,DBTypeConversion::getNULLDate(m_xFormatter->getNumber… in buildNode_Date() local
1029 ::rtl::OUString aString = DBTypeConversion::toDateString(aDate); in buildNode_Date()
1053 Date aDate(aDateTime.Day,aDateTime.Month,aDateTime.Year); in buildNode_Date() local
1055 pDateNode->append(new OSQLInternalNode(DBTypeConversion::toDateString(aDate), SQL_NODE_STRING)); in buildNode_Date()
/aoo41x/main/svtools/source/contnr/
H A Dfileview.cxx1316 String aTitle, aType, aSize, aDate, aURL, aImageURL; in OpenFolder() local
1321 aDate = aRow.GetToken( 0, '\t', nIdx ); in OpenFolder()
1338 aNewRow += aDate; in OpenFolder()
2416 OUString aDate = aValue.getToken( 0, '\t', nIndex ); in CreateVector_Impl() local
2417 aDisplayText += aDate; in CreateVector_Impl()
2419 if ( aDate.getLength() ) in CreateVector_Impl()
/aoo41x/main/soldep/inc/soldep/
H A Dprj.hxx349 Date aDate; member in StarFile
359 Date GetDate() { return aDate; } in GetDate()
/aoo41x/main/forms/source/component/
H A DFormattedField.cxx1094 UNODate aDate; in translateExternalValueToControlValue() local
1095 _rExternalValue >>= aDate; in translateExternalValueToControlValue()
1096 aControlValue <<= DBTypeConversion::toDouble( aDate, m_aNullDate ); in translateExternalValueToControlValue()
/aoo41x/main/sfx2/source/dialog/
H A Dversdlg.cxx110 Date aDate ( rInfo[n].TimeStamp.Day, rInfo[n].TimeStamp.Month, rInfo[n].TimeStamp.Year ); in SfxVersionTableDtor() local
113 pInfo->aCreationDate = DateTime( aDate, aTime ); in SfxVersionTableDtor()
/aoo41x/main/connectivity/source/commontools/
H A Ddbtools.cxx1148 Date aDate = DBTypeConversion::toDate(getDouble(aEffectiveDefault)); in TransferFormComponentProperties() local
1149 xNewProps->setPropertyValue(sPropDefaultDate, makeAny(aDate)); in TransferFormComponentProperties()
1241 Any aDate( xOldProps->getPropertyValue(sPropDefaultDate) ); in TransferFormComponentProperties() local
1242 if (aDate.hasValue()) in TransferFormComponentProperties()
1243 aNewDefault <<= DBTypeConversion::toDouble(*(Date*)aDate.getValue()); in TransferFormComponentProperties()
/aoo41x/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx319 Date aDate( rInfo.stDateTime.Day, rInfo.stDateTime.Month, rInfo.stDateTime.Year ); in ImplVerifySignatures() local
322 rSigInfo.SignatureDate = aDate.GetDate(); in ImplVerifySignatures()
/aoo41x/main/sc/source/filter/xml/
H A DXMLConverter.cxx372 Date aDate(aDateTime.Day, aDateTime.Month, aDateTime.Year); in ConvertAPIToCoreDateTime() local
374 DateTime aTempDateTime (aDate, aTime); in ConvertAPIToCoreDateTime()
/aoo41x/main/scaddins/source/analysis/
H A Danalysis.cxx615 ScaDate aDate( nNullDate, nStartDate, 5 ); in getEdate() local
616 aDate.addMonths( nMonths ); in getEdate()
617 return aDate.getDate( nNullDate ); in getEdate()

Completed in 1303 milliseconds

12345