diff options
author | gt <gt@openoffice.org> | 2004-07-15 05:20:09 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2004-07-15 05:20:09 +0000 |
commit | 6558932ccb7993089b28bce5ab56093aeb1fced8 (patch) | |
tree | ec6b759f6d948fc15d5b1530f9bb8b26c68598e1 /xmlsecurity/source/dialogs/resourcemanager.hxx | |
parent | b1b0cdf5779e5098fd0adf536ab25a064b6a9f85 (diff) |
#i20883# more Details
Diffstat (limited to 'xmlsecurity/source/dialogs/resourcemanager.hxx')
-rw-r--r-- | xmlsecurity/source/dialogs/resourcemanager.hxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/xmlsecurity/source/dialogs/resourcemanager.hxx b/xmlsecurity/source/dialogs/resourcemanager.hxx index 3b215dfbe7bb..892f9977c81d 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.hxx +++ b/xmlsecurity/source/dialogs/resourcemanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: resourcemanager.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mt $ $Date: 2004-07-12 13:15:24 $ + * last change: $Author: gt $ $Date: 2004-07-15 06:20:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,9 @@ #ifndef _COM_SUN_STAR_UTIL_DATETIME_HPP_ #include <com/sun/star/util/DateTime.hpp> #endif - +#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ +#include <com/sun/star/uno/Sequence.hxx> +#endif namespace XmlSec { @@ -83,12 +85,15 @@ namespace XmlSec International* GetInternational( void ); DateTime GetDateTime( const ::com::sun::star::util::DateTime& _rDT ); String GetDateTimeString( const ::com::sun::star::util::DateTime& _rDT ); + String GetDateTimeString( const rtl::OUString& _rDate, const rtl::OUString& _rTime ); String GetDateString( const ::com::sun::star::util::DateTime& _rDT ); String GetPureContent( const String& _rRawString, const char* _pCommaReplacement = ", ", bool _bPreserveId = false ); // strips "CN=" and so from string String GetContentPart( const String& _rRawString, const String& _rPartId ); + + String GetHexString( const ::com::sun::star::uno::Sequence< sal_Int8 >& _rSeq, const char* _pSep = ":", UINT16 _nLineBreak = 0xFFFF ); } #define XMLSEC_RES(id) ResId(id,XmlSec::GetResMgr()) |