User: hr      
Date: 06/06/19 19:02:45

Modified:
 /dba/connectivity/source/inc/flat/
  ETable.hxx

Log:
 INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED
 2006/01/25 21:00:34 sb 1.13.30.2: RESYNC: (1.13-1.14); FILE MERGED
 2005/11/16 12:59:25 fs 1.13.30.1: #i57457# warning free code

File Changes:

Directory: /dba/connectivity/source/inc/flat/
=============================================

File [changed]: ETable.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/flat/ETable.hxx?r1=1.14&r2=1.15
Delta lines:  +4 -16
--------------------
--- ETable.hxx  21 Dec 2005 13:18:27 -0000      1.14
+++ ETable.hxx  20 Jun 2006 02:02:42 -0000      1.15
@@ -48,26 +48,14 @@
 #ifndef _URLOBJ_HXX //autogen wg. INetURLObject
 #include <tools/urlobj.hxx>
 #endif
-
+#ifndef CONNECTIVITY_QUOTED_STRING_HXX
+#include "file/quotedstring.hxx"
+#endif
 
 namespace connectivity
 {
        namespace flat
        {
-               
//==================================================================
-               // Ableitung von String mit ueberladenen 
GetToken/GetTokenCount-Methoden
-               // Speziell fuer FLAT FILE-Format: Strings koennen gequotet sein
-               
//==================================================================
-               class OFlatString : public String
-               {
-               public:
-                       OFlatString(){}
-
-                       xub_StrLen      GetTokenCount( sal_Unicode cTok = ';', 
sal_Unicode cStrDel = '\0' ) const;
-                       void            GetTokenSpecial( String& 
_rStr,xub_StrLen& nStartPos, sal_Unicode cTok = ';', sal_Unicode cStrDel = '\0' 
) const;
-               };
-
-
                typedef file::OFileTable OFlatTable_BASE;
                class OFlatConnection;
 
@@ -81,7 +69,7 @@
                        ::std::vector<sal_Int32>                m_aTypes;       
        // holds all type for columns just to avoid to ask the propertyset
                        ::std::vector<sal_Int32>                m_aPrecisions;  
// same as aboth
                        ::std::vector<sal_Int32>                m_aScales;
-                       OFlatString                                             
m_aCurrentLine;
+                       QuotedTokenizedString           m_aCurrentLine;
                        ::com::sun::star::uno::Reference< 
::com::sun::star::util::XNumberFormatter > m_xNumberFormatter;
                        sal_Int32                                               
m_nRowPos;
                        sal_Int32                                               
m_nMaxRowCount; // will be set if stream is once eof




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to