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 28#include "globals.hrc" 29#include "fldui.hrc" 30#include "fldtdlg.hrc" 31#include "helpid.h" 32TabDialog DLG_FLD_INSERT 33{ 34 OutputSize = TRUE ; 35 SVLook = TRUE ; 36 Moveable = TRUE ; 37 Closeable = TRUE ; 38 TabControl 1 39 { 40 OutputSize = TRUE ; 41 PageList = 42 { 43 PageItem 44 { 45 Identifier = TP_FLD_DOK ; 46 PageResID = TP_FLD_DOK ; 47 Text [ en-US ] = "Document" ; 48 }; 49 PageItem 50 { 51 Identifier = TP_FLD_REF ; 52 PageResID = TP_FLD_REF ; 53 Text [ en-US ] = "Cross-references" ; 54 }; 55 PageItem 56 { 57 Identifier = TP_FLD_FUNC ; 58 PageResID = TP_FLD_FUNC ; 59 Text [ en-US ] = "Functions" ; 60 }; 61 PageItem 62 { 63 Identifier = TP_FLD_DOKINF ; 64 PageResID = TP_FLD_DOKINF ; 65 Text [ en-US ] = "DocInformation" ; 66 }; 67 PageItem 68 { 69 Identifier = TP_FLD_VAR ; 70 PageResID = TP_FLD_VAR ; 71 Text [ en-US ] = "Variables" ; 72 }; 73 PageItem 74 { 75 Identifier = TP_FLD_DB ; 76 PageResID = TP_FLD_DB ; 77 Text [ en-US ] = "Database" ; 78 }; 79 }; 80 }; 81 String STR_FLD_INSERT 82 { 83 Text [ en-US ] = "~Insert" ; 84 }; 85 String STR_FLD_CLOSE 86 { 87 Text [ en-US ] = "~Close" ; 88 }; 89 Text [ en-US ] = "Fields" ; 90}; 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119