Home
last modified time | relevance | path

Searched refs:typeConvert (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/unotools/inc/unotools/
H A Ddatetime.hxx45 UNOTOOLS_DLLPUBLIC void typeConvert(const Time& _rTime, starutil::Time& _rOut);
46 UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::Time& _rTime, Time& _rOut);
48 UNOTOOLS_DLLPUBLIC void typeConvert(const Date& _rDate, starutil::Date& _rOut);
49 UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::Date& _rDate, Date& _rOut);
51 UNOTOOLS_DLLPUBLIC void typeConvert(const DateTime& _rDateTime, starutil::DateTime& _rOut);
52 UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::DateTime& _rDateTime, DateTime& _rOut);
/aoo41x/main/unotools/source/misc/
H A Ddatetime.cxx37 void typeConvert(const Time& _rTime, starutil::Time& _rOut) in typeConvert() function
46 void typeConvert(const starutil::Time& _rTime, Time& _rOut) in typeConvert() function
52 void typeConvert(const Date& _rDate, starutil::Date& _rOut) in typeConvert() function
60 void typeConvert(const starutil::Date& _rDate, Date& _rOut) in typeConvert() function
66 void typeConvert(const DateTime& _rDateTime, starutil::DateTime& _rOut) in typeConvert() function
78 void typeConvert(const starutil::DateTime& _rDateTime, DateTime& _rOut) in typeConvert() function
/aoo41x/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx192 utl::typeConvert( xCert->getNotValidBefore(), aDateTimeStart ); in CertificateViewerGeneralTP()
193 utl::typeConvert( xCert->getNotValidAfter(), aDateTimeEnd ); in CertificateViewerGeneralTP()
312 utl::typeConvert( xCert->getNotValidBefore(), aDateTime ); in CertificateViewerDetailsTP()
317 utl::typeConvert( xCert->getNotValidAfter(), aDateTime ); in CertificateViewerDetailsTP()
/aoo41x/main/xmloff/source/forms/
H A Dpropertyexport.cxx590 ::utl::typeConvert(aDate, aToolsDate); in implConvertAny()
601 ::utl::typeConvert(aDateTime, aToolsDateTime); in implConvertAny()
H A Dpropertyimport.cxx93 ::utl::typeConvert(aToolsDate, aDate); in lcl_getDate()
/aoo41x/main/svx/source/svdraw/
H A Dsvdotxln.cxx232 ::utl::typeConvert( aDateTime, aFileDT ); in ReloadLinkedText()
/aoo41x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx298 ::utl::typeConvert( aUNODateTime, aDateTime ); in setValue()
326 ::utl::typeConvert( aDateTime, aUNODateTime ); in getValue()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx351 ::utl::typeConvert(aToolsDate, aDate); in implGetDate()
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws1.cxx263 ::utl::typeConvert( aDateTimeModified, aDateTime ); in ImplFillExchangeData()

Completed in 48 milliseconds