1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#include "sc.hrc" 28//#define RID_SCDLG_ASCII 256 29#define BTN_OK 1 30#define BTN_CANCEL 2 31#define BTN_HELP 3 32 33#define FL_FIELDOPT 4 34#define FT_CHARSET 5 35#define LB_CHARSET 6 36#define FT_CUSTOMLANG 7 37#define LB_CUSTOMLANG 8 38#define FT_AT_ROW 9 39#define NF_AT_ROW 10 40 41#define FL_SEPOPT 11 42#define RB_FIXED 12 43#define RB_SEPARATED 13 44#define CKB_TAB 14 45#define CKB_COMMA 15 46#define CKB_OTHER 16 47#define ED_OTHER 17 48#define CKB_SEMICOLON 18 49#define CKB_SPACE 19 50#define CB_ASONCE 20 51#define CB_TEXTSEP 21 52#define FT_TEXTSEP 22 53 54#define FL_OTHER_OPTIONS 23 55#define CB_QUOTED_AS_TEXT 24 56#define CB_DETECT_SPECIAL_NUMBER 25 57 58#define FL_WIDTH 26 59#define FT_TYPE 27 60#define LB_TYPE1 28 61#define CTR_TABLEBOX 29 62#define STR_TEXTTOCOLUMNS 30 63 64 65 66 67 68 69 70 71 72