ETable.hxx (caf5cd79) ETable.hxx (6c882b5c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 50 unchanged lines hidden (view full) ---

59 sal_Int32 m_nMaxRowCount; // will be set if stream is once eof
60 sal_Unicode m_cStringDelimiter; // delimiter for strings m_cStringDelimiter blabla m_cStringDelimiter
61 sal_Unicode m_cFieldDelimiter; // look at the name
62 bool m_bNeedToReadLine;
63 private:
64 void fillColumns(const ::com::sun::star::lang::Locale& _aLocale);
65 sal_Bool CreateFile(const INetURLObject& aFile, sal_Bool& bCreateMemo);
66 sal_Bool readLine(sal_Int32& _rnCurrentPos);
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 50 unchanged lines hidden (view full) ---

59 sal_Int32 m_nMaxRowCount; // will be set if stream is once eof
60 sal_Unicode m_cStringDelimiter; // delimiter for strings m_cStringDelimiter blabla m_cStringDelimiter
61 sal_Unicode m_cFieldDelimiter; // look at the name
62 bool m_bNeedToReadLine;
63 private:
64 void fillColumns(const ::com::sun::star::lang::Locale& _aLocale);
65 sal_Bool CreateFile(const INetURLObject& aFile, sal_Bool& bCreateMemo);
66 sal_Bool readLine(sal_Int32& _rnCurrentPos);
67 sal_Bool readLine(QuotedTokenizedString& line, sal_Int32& _rnCurrentPos);
67 void impl_fillColumnInfo_nothrow(QuotedTokenizedString& aFirstLine,xub_StrLen& nStartPosFirstLine,xub_StrLen& nStartPosFirstLine2
68 ,sal_Int32& io_nType,sal_Int32& io_nPrecisions,sal_Int32& io_nScales,String& o_sTypeName
69 ,const sal_Unicode cDecimalDelimiter,const sal_Unicode cThousandDelimiter,const CharClass& aCharClass);
70 public:
71 virtual void refreshColumns();
72
73 public:
74 // DECLARE_CTY_DEFAULTS( OFlatTable_BASE);

--- 29 unchanged lines hidden ---
68 void impl_fillColumnInfo_nothrow(QuotedTokenizedString& aFirstLine,xub_StrLen& nStartPosFirstLine,xub_StrLen& nStartPosFirstLine2
69 ,sal_Int32& io_nType,sal_Int32& io_nPrecisions,sal_Int32& io_nScales,String& o_sTypeName
70 ,const sal_Unicode cDecimalDelimiter,const sal_Unicode cThousandDelimiter,const CharClass& aCharClass);
71 public:
72 virtual void refreshColumns();
73
74 public:
75 // DECLARE_CTY_DEFAULTS( OFlatTable_BASE);

--- 29 unchanged lines hidden ---