/* -*- 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 . */ #define CB_SMOOTH_SCROLL 37 #define BT_OK 38 #define BT_CANCEL 39 #define BT_MORE 40 #define CB_INDEX 44 #define LB_COLOR 50 #define BT_EDIT 55 #define BT_NEW 56 #define BT_DELETE 57 // Print-Extra-Page #define CB_PGRF 61 #define CB_LEFTP 64 #define CB_RIGHTP 65 #define CB_PROSPECT 67 #define CB_CTRLFLD 69 #define CB_PAPERFROMSETUP 70 #define FL_1 71 #define FL_2 72 #define FL_3 73 #define FL_4 74 #define FT_FAX 76 #define CB_BACKGROUND 79 #define RB_NO 80 #define RB_ONLY 81 #define RB_END 82 #define RB_PAGEEND 83 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */