Home
last modified time | relevance | path

Searched refs:aDate (Results 76 – 100 of 108) sorted by relevance

12345

/aoo4110/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()
/aoo4110/main/sd/source/ui/app/
H A Dsdmod2.cxx391 Date aDate; in IMPL_LINK() local
394 …aRepresentation = SvxDateTimeField::GetFormatted( aDate, aTime, (SvxDateFormat)rSettings.meDateTim… in IMPL_LINK()
/aoo4110/main/basic/source/sbx/
H A Dsbxscan.cxx712 sal_Int16 implGetWeekDay( double aDate, bool bFirstDayParam = false, sal_Int16 nFirstDay = 0 );
715 sal_Int16 implGetDateYear( double aDate );
/aoo4110/main/svtools/workben/
H A Dsvdem.cxx657 Date aDate = aCalendar.GetCurDate(); in IMPL_LINK() local
659 aStr += Application::GetAppLocaleDataWrapper().getDate( aDate ); in IMPL_LINK()
660 aCalendar.AddDateInfo( aDate, aStr, NULL, &aFrameColor, DIB_BOLD ); in IMPL_LINK()
/aoo4110/main/basctl/source/basicide/
H A Dbasides1.cxx926 String aDate; in GetState() local
927 aDate = String( RTL_CONSTASCII_USTRINGPARAM( "Datum?!" ) ); in GetState()
928 SfxStringItem aItem( SID_BASICIDE_STAT_DATE, aDate ); in GetState()
/aoo4110/main/xmloff/source/text/
H A Dtxtflde.cxx1754 DateTime aDate( GetDateTimeProperty(sPropertyDateTimeValue, rPropSet) ); in ExportFieldHelper() local
1758 aDate, in ExportFieldHelper()
3624 Date aDate; in GetDateProperty() local
3625 aAny >>= aDate; in GetDateProperty()
3626 return aDate; in GetDateProperty()
/aoo4110/main/sc/source/ui/inc/
H A Dpreview.hxx52 Date aDate; member in ScPreview
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs854 unoidl.com.sun.star.util.Date aDate = (unoidl.com.sun.star.util.Date) in doDocumentSamples()
856 aText += aDate.Year + "-" + aDate.Month + "-" + aDate.Day; in doDocumentSamples()
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java864 com.sun.star.util.Date aDate = (com.sun.star.util.Date) in doDocumentSamples() local
866 aText += aDate.Year + "-" + aDate.Month + "-" + aDate.Day; in doDocumentSamples()
/aoo4110/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx581 Date aDate; in FillFormatList() local
587 …String aStr( SvxDateTimeField::GetFormatted( aDate, aTime, nDateTimeFormats[nFormat], *(SD_MOD()->… in FillFormatList()
/aoo4110/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx456 Date aDate(aInfo.aDateTime.Day, aInfo.aDateTime.Month, aInfo.aDateTime.Year); in ConvertInfo() local
458 aDateTime.SetDate( aDate.GetDate() ); in ConvertInfo()
/aoo4110/main/sw/source/filter/ww1/
H A Dw1filter.cxx770 SwDateFormat aDate = DF_SSYS; in Out() local
773 WWDateTime eDT = GetTimeDatePara(sDTFormat, &aTime, &aDate); in Out()
781 sal_uLong nFormat = aDate; in Out()
/aoo4110/main/sfx2/source/dialog/
H A Ddinfdlg.cxx755 Date aDate( _nDate ); in GetDateTimeString() local
757 String aStr( aWrapper.getDate( aDate ) ); in GetDateTimeString()
2302 util::Date aDate(aTmpDate.GetDay(), aTmpDate.GetMonth(), aTmpDate.GetYear()); in GetCustomProperties() local
2303 aPropertiesSeq[i].Value <<= aDate; in GetCustomProperties()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx776 oleautomation::Date aDate; in unoToSbxValue() local
777 if( (aValue >>= aDate) ) in unoToSbxValue()
779 pVar->PutDate( aDate.Value ); in unoToSbxValue()
1387 oleautomation::Date aDate; in sbxToUnoValue() local
1388 aDate.Value = pVar->GetDate(); in sbxToUnoValue()
1389 aRetVal <<= aDate; in sbxToUnoValue()
/aoo4110/main/connectivity/source/commontools/
H A DFValue.cxx2325 ::com::sun::star::util::Date aDate; in fill()
2328 if ( _rValue >>= aDate ) in fill()
2330 (*this) = aDate; in fill()
/aoo4110/main/sw/source/core/bastyp/
H A Dcalc.cxx249 Date aDate( nDate >> 24, (nDate & 0x00FF0000) >> 16, nDate & 0x0000FFFF ); in lcl_ConvertToDateValue() local
250 nRet = aDate - *pNull; in lcl_ConvertToDateValue()
/aoo4110/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1783 Date aDate; in GetDefaultFormat() local
1786 fValue = aDate - *pNullDate; in GetDefaultFormat()
/aoo4110/main/svtools/source/svhtml/
H A Dparhtml.cxx2238 Date aDate( (sal_uLong)aContent.GetToken(0).ToInt32() ); in ParseMetaOptionsImpl() local
2240 DateTime aDateTime( aDate, aTime ); in ParseMetaOptionsImpl()
/aoo4110/main/forms/source/component/
H A DDatabaseForm.cxx798 ::Date aDate( nInt32Val ); in AppendComponent()
800 appendDigits( aDate.GetMonth(), 2, aBuffer ); in AppendComponent()
802 appendDigits( aDate.GetDay(), 2, aBuffer ); in AppendComponent()
804 appendDigits( aDate.GetYear(), 4, aBuffer ); in AppendComponent()
/aoo4110/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx585 util::Date aDate; in convertToPropertyValue() local
586 OSL_VERIFY( _rControlValue >>= aDate ); in convertToPropertyValue()
587 aPropertyValue <<= (sal_Int32)DBTypeConversion::toINT32( aDate ); in convertToPropertyValue()
/aoo4110/main/sc/source/ui/view/
H A Dpreview.cxx393 pPrintFunc->SetDateTime(aDate,aTime); in DoPrint()
652 aDate = Date(); in DataChanged()
/aoo4110/main/sc/source/core/tool/
H A Deditutil.cxx675 aRet = ScGlobal::pLocaleData->getDate(aData.aDate); in CalcFieldValue()
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx1040 Date aDate; member
2083 m_pProps->aDate = Date( aTemp.Day, aTemp.Month, aTemp.Year ); in setPropertyValue()
2282 aRet.setValue(&m_pProps->aDate, ::getCppuType(static_cast<const util::Date*>(0))); in getPropertyValue()
/aoo4110/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx933 OString aDate( impl_DateTimeToOString( pRedlineData->GetTimeStamp() ) ); in StartRedline() local
941 FSNS( XML_w, XML_date ), aDate.getStr(), in StartRedline()
949 FSNS( XML_w, XML_date ), aDate.getStr(), in StartRedline()
/aoo4110/main/soldep/bootstrp/
H A Dprj.cxx2833 aDate = aStat.DateModified(); in StarFile()
2853 if (( aStat.DateModified() != aDate ) || ( aStat.TimeModified() != aTime ) in NeedsUpdate()

Completed in 238 milliseconds

12345