Home
last modified time | relevance | path

Searched refs:rDate (Results 26 – 49 of 49) sorted by relevance

12

/trunk/main/vcl/source/app/
H A Di18nhelp.cxx175 String vcl::I18nHelper::GetDate( const Date& rDate ) const in GetDate()
179 return ImplGetLocaleDataWrapper().getDate( rDate ); in GetDate()
/trunk/main/sax/inc/sax/tools/
H A Dconverter.hxx159 const com::sun::star::util::Date& rDate );
173 com::sun::star::util::Date & rDate,
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1507 String LocaleDataWrapper::getDate( const Date& rDate ) const in getDate()
1513 sal_uInt16 nDay = rDate.GetDay(); in getDate()
1514 sal_uInt16 nMonth = rDate.GetMonth(); in getDate()
1515 sal_uInt16 nYear = rDate.GetYear(); in getDate()
1607 String LocaleDataWrapper::getLongDate( const Date& rDate, CalendarWrapper& rCal, in getLongDate() argument
1617 rCal.setGregorianDateTime( rDate ); in getLongDate()
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx249 String getDate( const Date& rDate ) const;
270 String getLongDate( const Date& rDate,
/trunk/main/sax/source/tools/
H A Dconverter.cxx1357 util::Date & rDate, util::DateTime & rDateTime, in convertDateOrDateTime() argument
1593 rDate.Year = static_cast<sal_uInt16>(nYear); in convertDateOrDateTime()
1594 rDate.Month = static_cast<sal_uInt16>(nMonth); in convertDateOrDateTime()
1595 rDate.Day = static_cast<sal_uInt16>(nDay); in convertDateOrDateTime()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx1650 const String& rDate = pFormatter->GetDateSep(); in ScanMidString() local
1654 if ( SkipString(rDate, rString, nPos) // 10., 10-, 10/ in ScanMidString()
1909 const String& rDate = pFormatter->GetDateSep(); in ScanEndString() local
1933 if ( SkipString(rDate, rString, nPos) // 10., 10-, 10/ in ScanEndString()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx1077 double lcl_DateToDouble( const D& rDate, const Date& rNullDate ) in lcl_DateToDouble() argument
1079 long nDate = Date::DateToDays( rDate.Day, rDate.Month, rDate.Year ); in lcl_DateToDouble()
/trunk/main/xmloff/source/text/
H A DXMLChangedRegionImportContext.hxx86 const ::rtl::OUString& rDate);
H A Dtxtflde.cxx2681 const ::com::sun::star::util::Date& rDate, in ProcessDate()
2686 aDateTime.Day = rDate.Day; in ProcessDate()
2687 aDateTime.Month = rDate.Month; in ProcessDate()
2688 aDateTime.Year = rDate.Year; in ProcessDate()
/trunk/main/vcl/inc/vcl/
H A Di18nhelp.hxx84 String GetDate( const Date& rDate ) const;
/trunk/main/cui/source/inc/
H A Dpostdlg.hxx77 void ShowLastAuthor(const String& rAuthor, const String& rDate);
/trunk/main/xmloff/inc/xmloff/
H A Dxmlmetae.hxx69 const ::com::sun::star::util::DateTime & rDate, sal_uInt16 nNamespace,
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx809 void INetRFC822Message::SetDate (const UniString& rDate) in SetDate() argument
813 HDR(INETMSG_RFC822_DATE), rDate, in SetDate()
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Dxmlsignaturehelper.hxx187 void SetDateTime( sal_Int32 nSecurityId, const Date& rDate, const Time& rTime );
/trunk/main/connectivity/inc/connectivity/
H A DCommonTools.hxx58 OOO_DLLPUBLIC_DBTOOLS rtl::OUString toDateString(const ::com::sun::star::util::Date& rDate);
H A Ddbconversion.hxx152 static ::rtl::OUString toDateString(const ::com::sun::star::util::Date& rDate);
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx257 void SetDateTime( const Date& rDate, const Time& rTime );
/trunk/main/basic/source/runtime/
H A Dmethods.cxx126 static long GetDayDiff( const Date& rDate ) in GetDayDiff() argument
130 if ( aRefDate > rDate ) in GetDayDiff()
132 nDiffDays = (long)(aRefDate - rDate); in GetDayDiff()
136 nDiffDays = (long)(rDate - aRefDate); in GetDayDiff()
/trunk/main/tools/inc/tools/
H A Dinetmsg.hxx348 void SetDate (const UniString& rDate);
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx292 virtual void ShowLastAuthor(const String& rAuthor, const String& rDate) = 0;
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx928 void AbstractSvxPostItDialog_Impl::ShowLastAuthor(const String& rAuthor, const String& rDate) in ShowLastAuthor() argument
930 pDlg->ShowLastAuthor( rAuthor, rDate ); in ShowLastAuthor()
H A Ddlgfact.hxx555 virtual void ShowLastAuthor(const String& rAuthor, const String& rDate) ;
/trunk/main/sw/inc/
H A Ddocufld.hxx535 const DateTime& rDate);
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1098 void ScPrintFunc::SetDateTime( const Date& rDate, const Time& rTime ) in SetDateTime() argument
1100 aFieldData.aDate = rDate; in SetDateTime()

Completed in 914 milliseconds

12