Tag: cws_src680_hsqlcsv User: fs Date: 2006/09/20 02:09:34 Modified: dba/dbaccess/source/ext/hsqldb/hsql_global.hrc dba/dbaccess/source/ext/hsqldb/linkedtable.cxx dba/dbaccess/source/ext/hsqldb/linkedtable.hrc dba/dbaccess/source/ext/hsqldb/linkedtable.hxx dba/dbaccess/source/ext/hsqldb/linkedtable.src dba/dbaccess/source/ext/hsqldb/linkedtableeditor.cxx
Log: rename 'Table' page to 'Text File' File Changes: Directory: /dba/dbaccess/source/ext/hsqldb/ =========================================== File [changed]: hsql_global.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/hsqldb/hsql_global.hrc?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +5 -5 ------------------- --- hsql_global.hrc 19 Sep 2006 07:42:24 -0000 1.1.2.3 +++ hsql_global.hrc 20 Sep 2006 09:09:30 -0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: hsql_global.hrc,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: fs $ $Date: 2006/09/19 07:42:24 $ + * last change: $Author: fs $ $Date: 2006/09/20 09:09:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,7 @@ //= tab pages //===================================================================== -#define TP_TABLE ( RID_HSQLEXT_TAPPAGE_START + 0 ) +#define TP_TEXT_FILE ( RID_HSQLEXT_TAPPAGE_START + 0 ) #define TP_FORMAT ( RID_HSQLEXT_TAPPAGE_START + 1 ) #define TP_FIELDS ( RID_HSQLEXT_TAPPAGE_START + 2 ) File [changed]: linkedtable.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/hsqldb/linkedtable.cxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +18 -18 --------------------- --- linkedtable.cxx 14 Sep 2006 12:24:21 -0000 1.1.2.1 +++ linkedtable.cxx 20 Sep 2006 09:09:31 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: linkedtable.cxx,v $ * -* $Revision: 1.1.2.1 $ +* $Revision: 1.1.2.2 $ * -* last change: $Author: fs $ $Date: 2006/09/14 12:24:21 $ +* last change: $Author: fs $ $Date: 2006/09/20 09:09:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,11 +49,11 @@ //......................................................................... //===================================================================== - //= TablePage + //= TextFilePage //===================================================================== //--------------------------------------------------------------------- - TablePage::TablePage( Window* _pParent, const SfxItemSet& _rAttributes ) - :SfxTabPage( _pParent, HsqlResId( TP_TABLE ), _rAttributes ) + TextFilePage::TextFilePage( Window* _pParent, const SfxItemSet& _rAttributes ) + :SfxTabPage( _pParent, HsqlResId( TP_TEXT_FILE ), _rAttributes ) ,m_aTableSource ( this, ResId( FL_TABLE_SOURCE ) ) ,m_aFile ( this, ResId( FT_FILE ) ) ,m_aFileSelection ( this, ResId( CB_FILE_SELECTION ) ) @@ -69,9 +69,9 @@ } //--------------------------------------------------------------------- - SfxTabPage* TablePage::Create( Window* _pParent, const SfxItemSet& _rAttributes ) + SfxTabPage* TextFilePage::Create( Window* _pParent, const SfxItemSet& _rAttributes ) { - return new TablePage( _pParent, _rAttributes ); + return new TextFilePage( _pParent, _rAttributes ); } //===================================================================== File [changed]: linkedtable.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/hsqldb/linkedtable.hrc?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -4 ------------------- --- linkedtable.hrc 14 Sep 2006 12:24:54 -0000 1.1.2.1 +++ linkedtable.hrc 20 Sep 2006 09:09:31 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: linkedtable.hrc,v $ * -* $Revision: 1.1.2.1 $ +* $Revision: 1.1.2.2 $ * -* last change: $Author: fs $ $Date: 2006/09/14 12:24:54 $ +* last change: $Author: fs $ $Date: 2006/09/20 09:09:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ #define FT_QUOTE_LABEL 24 #define CTL_PREVIEW_TABLE 25 -#define STR_PAGETITLE_TABLE 1 +#define STR_PAGETITLE_TEXT_FILE 1 #define STR_PAGETITLE_FORMAT 2 #define STR_PAGETITLE_FIELDS 3 File [changed]: linkedtable.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/hsqldb/linkedtable.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +6 -6 ------------------- --- linkedtable.hxx 14 Sep 2006 12:24:32 -0000 1.1.2.1 +++ linkedtable.hxx 20 Sep 2006 09:09:31 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: linkedtable.hxx,v $ * -* $Revision: 1.1.2.1 $ +* $Revision: 1.1.2.2 $ * -* last change: $Author: fs $ $Date: 2006/09/14 12:24:32 $ +* last change: $Author: fs $ $Date: 2006/09/20 09:09:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,9 +51,9 @@ //......................................................................... //===================================================================== - //= TablePage + //= TextFilePage //===================================================================== - class TablePage : public SfxTabPage + class TextFilePage : public SfxTabPage { private: FixedLine m_aTableSource; @@ -68,7 +68,7 @@ Control m_aPreviewTable; public: - TablePage( Window* _pParent, const SfxItemSet& _rAttributes ); + TextFilePage( Window* _pParent, const SfxItemSet& _rAttributes ); static SfxTabPage* Create( Window* _pParent, const SfxItemSet& _rAttributes ); }; File [changed]: linkedtable.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/hsqldb/linkedtable.src?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +15 -9 -------------------- --- linkedtable.src 14 Sep 2006 12:24:43 -0000 1.1.2.1 +++ linkedtable.src 20 Sep 2006 09:09:31 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: linkedtable.src,v $ * -* $Revision: 1.1.2.1 $ +* $Revision: 1.1.2.2 $ * -* last change: $Author: fs $ $Date: 2006/09/14 12:24:43 $ +* last change: $Author: fs $ $Date: 2006/09/20 09:09:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,13 +37,15 @@ #include "linkedtable.hrc" #endif -TabPage TP_TABLE +TabPage TP_TEXT_FILE { Pos = MAP_APPFONT( 40, 130 ); Size = MAP_APPFONT( 280, 185 ); - Text [ de ] = "Table"; - Text [ en-US ] = "Table"; + Hide = TRUE; + + Text [ de ] = "Text File"; + Text [ en-US ] = "Text File"; FixedLine FL_TABLE_SOURCE { @@ -145,6 +147,8 @@ Pos = MAP_APPFONT( 40, 130 ); Size = MAP_APPFONT( 280, 185 ); + Hide = TRUE; + Text [ de ] = "Format"; Text [ en-US ] = "Format"; @@ -286,6 +290,8 @@ Pos = MAP_APPFONT( 40, 130 ); Size = MAP_APPFONT( 280, 185 ); + Hide = TRUE; + Text [ de ] = "Fields"; Text [ en-US ] = "Fields"; @@ -330,10 +336,10 @@ SingleLine = TRUE; }; - String STR_PAGETITLE_TABLE + String STR_PAGETITLE_TEXT_FILE { - Text [ de ] ="Tabelle" ; - Text [ en-US ] = "Table"; + Text [ de ] ="Text-Datei" ; + Text [ en-US ] = "Text File"; }; String STR_PAGETITLE_FORMAT { File [changed]: linkedtableeditor.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/hsqldb/linkedtableeditor.cxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +6 -6 ------------------- --- linkedtableeditor.cxx 14 Sep 2006 12:24:21 -0000 1.1.2.1 +++ linkedtableeditor.cxx 20 Sep 2006 09:09:31 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: linkedtableeditor.cxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2006/09/14 12:24:21 $ + * last change: $Author: fs $ $Date: 2006/09/20 09:09:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ LinkedTableEditor::LinkedTableEditor( Window* _pParent ) :SfxTabDialog( _pParent, HsqlResId( DLG_LINKED_TABLE_EDITOR ) ) { - AddTabPage( TP_TABLE, String( ResId( STR_PAGETITLE_TABLE ) ), &TablePage::Create, NULL ); + AddTabPage( TP_TEXT_FILE, String( ResId( STR_PAGETITLE_TEXT_FILE ) ), &TextFilePage::Create, NULL ); AddTabPage( TP_FORMAT, String( ResId( STR_PAGETITLE_FORMAT ) ), &FormatPage::Create, NULL ); AddTabPage( TP_FIELDS, String( ResId( STR_PAGETITLE_FIELDS ) ), &FieldsPage::Create, NULL ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
