1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
23 #define SCRET_COLS 0x42
24 #define SCRET_ROWS 0x43
26 #define FDS_OPT_NONE 0 // from filldlg.hxx
27 #define FDS_OPT_HORZ 1 // from filldlg.hxx
28 #define FDS_OPT_VERT 2 // from filldlg.hxx
30 #define INS_CONT_NOEMPTY 0x0100 //from inscodlg.hxx
31 #define INS_CONT_TRANS 0x0200 //from inscodlg.hxx
32 #define INS_CONT_LINK 0x0400 //from inscodlg.hxx
34 #define SC_CELL_SHIFT_DISABLE_DOWN 0x01 //from inscodlg.hxx
35 #define SC_CELL_SHIFT_DISABLE_RIGHT 0x02 //from inscodlg.hxx
37 #define NAME_TOP 1 //from namecrea.hxx
38 #define NAME_LEFT 2 //from namecrea.hxx
39 #define NAME_BOTTOM 4 //from namecrea.hxx
40 #define NAME_RIGHT 8 //from namecrea.hxx
42 #define BTN_PASTE_NAME 100 // from namepast.hxx
43 #define BTN_PASTE_LIST 101 // from namepast.hxx
44 #define BTN_PASTE_CLOSE 102 // from namepast.hxx
46 #define BTN_EXTEND_RANGE 150
47 #define BTN_CURRENT_SELECTION 151
48 #define SCRET_REMOVE 0x42 //from subtdlg.hxx
51 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */