Searched refs:typeConvert (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/unotools/inc/unotools/ |
H A D | datetime.hxx | 45 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);
|
/aoo4110/main/unotools/source/misc/ |
H A D | datetime.cxx | 37 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
|
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | certificateviewer.cxx | 192 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()
|
/aoo4110/main/xmloff/source/forms/ |
H A D | propertyexport.cxx | 590 ::utl::typeConvert(aDate, aToolsDate); in implConvertAny() 601 ::utl::typeConvert(aDateTime, aToolsDateTime); in implConvertAny()
|
H A D | propertyimport.cxx | 93 ::utl::typeConvert(aToolsDate, aDate); in lcl_getDate()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdotxln.cxx | 232 ::utl::typeConvert( aDateTime, aFileDT ); in ReloadLinkedText()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 298 ::utl::typeConvert( aUNODateTime, aDateTime ); in setValue() 326 ::utl::typeConvert( aDateTime, aUNODateTime ); in getValue()
|
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | xmlControlProperty.cxx | 351 ::utl::typeConvert(aToolsDate, aDate); in implGetDate()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galbrws1.cxx | 263 ::utl::typeConvert( aDateTimeModified, aDateTime ); in ImplFillExchangeData()
|
Completed in 57 milliseconds