/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef _SVX_OPTGDLG_HRC #define _SVX_OPTGDLG_HRC #include // tabpage languages ----------------------------------------------------- #define FL_UI_LANG 1 #define FL_LINGU_LANG 4 #define FT_WEST_LANG 5 #define LB_WEST_LANG 6 #define FT_ASIAN_LANG 7 #define LB_ASIAN_LANG 8 #define FT_COMPLEX_LANG 9 #define LB_COMPLEX_LANG 10 #define CB_CURRENT_DOC 11 #define FL_ENHANCED 12 #define CB_ASIANSUPPORT 13 #define CB_CTLSUPPORT 15 #define FT_LOCALESETTING 16 #define LB_LOCALESETTING 17 #define FT_CURRENCY 18 #define LB_CURRENCY 19 #define FI_WEST_LANG 20 #define FI_ASIAN_LANG 21 #define FI_COMPLEX_LANG 22 #define FI_ASIANSUPPORT 23 #define FI_CTLSUPPORT 24 #define FI_LOCALESETTING 25 #define FI_CURRENCY 26 #define FT_DECIMALSEPARATOR 27 #define CB_DECIMALSEPARATOR 28 #define FI_USERINTERFACE 29 #define FT_USERINTERFACE 30 #define LB_USERINTERFACE 31 #define FI_DATEPATTERNS 32 #define FT_DATEPATTERNS 33 #define ED_DATEPATTERNS 34 #define CB_IGNORE_LANG_CHANGE 35 #define FL_FILEDLG 53 #define FI_FILEDLG_RO 54 #define CB_FILEDLG 55 #define FT_GRAPHICCACHE_UNIT 56 #define FT_GRAPHICOBJECTCACHE_UNIT 57 #define FT_GRAPHICOBJECTTIME_UNIT 58 #define FL_DOCSTATUS 60 #define CB_DOCSTATUS 61 #define CB_SAVE_ALWAYS 74 #endif // #ifndef _SVX_OPTGDLG_HRC // ******************************************************************* EOF /* vim:set shiftwidth=4 softtabstop=4 expandtab: */