User: hr      
Date: 06/06/19 18:24:10

Modified:
 /dba/connectivity/source/drivers/evoab/
  LTable.hxx

Log:
 INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED
 2006/01/25 20:49:22 sb 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED
 2005/11/16 12:58:58 fs 1.4.30.1: #i57457# warning free code

File Changes:

Directory: /dba/connectivity/source/drivers/evoab/
==================================================

File [changed]: LTable.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LTable.hxx?r1=1.5&r2=1.6
Delta lines:  +4 -15
--------------------
--- LTable.hxx  21 Dec 2005 13:16:40 -0000      1.5
+++ LTable.hxx  20 Jun 2006 01:24:07 -0000      1.6
@@ -48,26 +48,15 @@
 #ifndef _URLOBJ_HXX //autogen wg. INetURLObject
 #include <tools/urlobj.hxx>
 #endif
+#ifndef CONNECTIVITY_QUOTED_STRING_HXX
+#include "file/quotedstring.hxx"
+#endif
 #include <vector>
 
 namespace connectivity
 {
        namespace evoab
        {
-               
//==================================================================
-               // Ableitung von String mit ueberladenen 
GetToken/GetTokenCount-Methoden
-               // Speziell fuer FLAT FILE-Format: Strings koennen gequotet sein
-               
//==================================================================
-               class OEvoabString : public String
-               {
-               public:
-                       OEvoabString(){}
-
-                       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 OEvoabTable_BASE;
                class OEvoabConnection;
 
@@ -82,7 +71,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;
-                       OEvoabString                                    
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