Home
last modified time | relevance | path

Searched refs:getDate (Results 1 – 25 of 150) sorted by last modified time

123456

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.hxx325 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
H A DCacheSet.cxx544 ::com::sun::star::util::Date SAL_CALL OCacheSet::getDate( sal_Int32 columnIndex ) throw(SQLExceptio… in getDate() function in OCacheSet
547 return m_xDriverRow->getDate(columnIndex); in getDate()
H A DKeySet.cxx1531 ::com::sun::star::util::Date SAL_CALL OKeySet::getDate( sal_Int32 columnIndex ) throw(SQLException,… in getDate() function in OKeySet
1535 return m_xRow->getDate(columnIndex); in getDate()
H A DRowSet.cxx1384 ::com::sun::star::util::Date SAL_CALL ORowSet::getDate( sal_Int32 columnIndex ) throw(SQLException,… in getDate() function in dbaccess::ORowSet
/trunk/main/padmin/source/
H A Dpadialog.cxx501 aPrintText.append( rLocaleWrapper.getDate( Date() ) ); in printPage()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx544 maNoteData.maDate = ScGlobal::pLocaleData->getDate( Date() ); in AutoStamp()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationWin.cxx223 String(rLocalData.getDate( pWin->GetDate())) + rtl::OUString::createFromAscii(", ") + in InitAnswer()
H A DSidebarWin.cxx424 sMeta = rLocalData.getDate(aDate); in CheckMetaText()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1516 aInfo.msTimeDate += GetSdrGlobalData().GetLocaleData()->getDate( Date() ); in PreparePages()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx174 sRet = sRet + rLocalData.getDate(aDate); in getAnnotationDateTimeString()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx173 String aStrDate = rLoc.getDate( aDateTime ); in lcl_AddStamp()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx675 aRet = ScGlobal::pLocaleData->getDate(aData.aDate); in CalcFieldValue()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx179 aTrackText += ScGlobal::pLocaleData->getDate(aDT); in ShowNoteMarker()
/trunk/main/cui/source/dialogs/
H A Dpostdlg.cxx136 aDateStr = aLocaleWrapper.getDate( Date() ); in SvxPostItDialog()
231 aStr += aLocaleWrapper.getDate(aDate); in IMPL_LINK_INLINE_END()
252 pOutSet->Put( SvxPostItDateItem( aLocaleWrapper.getDate( Date() ), in IMPL_LINK()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1188 aStr += /*(LocaleDataWrapper&)*/aSysLocale.GetLocaleData().getDate( pField->GetDate() ); in lcl_FormatPostIt()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1329 return aDate.getDate( nNullDate ); in GetCouppcd()
1354 return aDate.getDate( nNullDate ); in GetCoupncd()
2928 sal_Int32 ScaDate::getDate( sal_Int32 nNullDate ) const in getDate() function in ScaDate
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultset.hxx273 getDate( sal_Int32 columnIndex )
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx1028 util::Date SAL_CALL ResultSet::getDate( sal_Int32 columnIndex ) in getDate() function in ucbhelper::ResultSet
1040 return xValues->getDate( columnIndex ); in getDate()
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx196 … GetSettings().GetUILocaleDataWrapper().getDate( aDateTimeStart.GetDate() ) ); in CertificateViewerGeneralTP()
198 … GetSettings().GetUILocaleDataWrapper().getDate( aDateTimeEnd.GetDate() ) ); in CertificateViewerGeneralTP()
313 aLBEntry = GetSettings().GetUILocaleDataWrapper().getDate( aDateTime.GetDate() ); in CertificateViewerDetailsTP()
318 aLBEntry = GetSettings().GetUILocaleDataWrapper().getDate( aDateTime.GetDate() ); in CertificateViewerDetailsTP()
H A Dresourcemanager.cxx80 String sRet( rLoDa.getDate( aDT ) ); in GetDateTimeString()
100 String aStr( rLoDa.getDate( aDate ) ); in GetDateTimeString()
108 return GetLocaleData().getDate( GetDateTime( _rDT ) ); in GetDateString()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx224 getDate( in getDate() function in chelp::ResultSetBase
230 return m_aItems[m_nRow]->getDate( columnIndex ); in getDate()
/trunk/main/vcl/source/control/
H A Dfield2.cxx2052 SetText( ImplGetLocaleDataWrapper().getDate( ImplGetFieldDate() ) ); in DateField()
2068 SetText( ImplGetLocaleDataWrapper().getDate( ImplGetFieldDate() ) ); in DateField()
2225 SetText( ImplGetLocaleDataWrapper().getDate( ImplGetFieldDate() ) ); in DateBox()
2238 SetText( ImplGetLocaleDataWrapper().getDate( ImplGetFieldDate() ) ); in DateBox()
2370 aStr = ImplGetLocaleDataWrapper().getDate( rDate ); in GetDatePos()
/trunk/main/vcl/source/app/
H A Di18nhelp.cxx179 return ImplGetLocaleDataWrapper().getDate( rDate ); in GetDate()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1507 String LocaleDataWrapper::getDate( const Date& rDate ) const in getDate() function in LocaleDataWrapper
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx249 String getDate( const Date& rDate ) const;

Completed in 277 milliseconds

123456