Kaydet (Commit) becfcf7e authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oasisrng01 (1.2.98); FILE MERGED

2004/11/15 10:26:16 bm 1.2.98.2: RESYNC: (1.2-1.4); FILE MERGED
2004/11/12 15:16:43 bm 1.2.98.1: #i36576# change in time format: parts of seconds are separated by . instead of ,
üst 24169c40
......@@ -2,9 +2,9 @@
*
* $RCSfile: TransformerBase.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: obo $ $Date: 2004-11-17 10:40:15 $
* last change: $Author: rt $ $Date: 2004-11-26 12:28:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -230,6 +230,16 @@ public:
sal_Int32 nParam2,
sal_Int32 nParam3 );
/** converts the '.' that separates fractions of seconds in a dateTime
string into a ',' that was used in the OOo format
@param rDateTime
A dateTime string that will be parsed and changed in case a match
was found.
@return <TRUE/> if the given string was changed
*/
static bool ConvertRNGDateTimeToISO( ::rtl::OUString& rDateTime );
::xmloff::token::XMLTokenEnum GetToken( const ::rtl::OUString& rStr ) const;
const XMLTransformerContext *GetCurrentContext() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment