1 /************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24 #ifndef SCUI_DEF_HXX 25 #define SCUI_DEF_HXX 26 27 #define SCRET_COLS 0x42 28 #define SCRET_ROWS 0x43 29 30 #define FDS_OPT_NONE 0 // from filldlg.hxx 31 #define FDS_OPT_HORZ 1 // from filldlg.hxx 32 #define FDS_OPT_VERT 2 // from filldlg.hxx 33 34 #define INS_CONT_NOEMPTY 0x0100 //from inscodlg.hxx 35 #define INS_CONT_TRANS 0x0200 //from inscodlg.hxx 36 #define INS_CONT_LINK 0x0400 //from inscodlg.hxx 37 38 #define SC_CELL_SHIFT_DISABLE_DOWN 0x01 //from inscodlg.hxx 39 #define SC_CELL_SHIFT_DISABLE_RIGHT 0x02 //from inscodlg.hxx 40 41 #define NAME_TOP 1 //from namecrea.hxx 42 #define NAME_LEFT 2 //from namecrea.hxx 43 #define NAME_BOTTOM 4 //from namecrea.hxx 44 #define NAME_RIGHT 8 //from namecrea.hxx 45 46 #define BTN_PASTE_NAME 100 // from namepast.hxx 47 #define BTN_PASTE_LIST 101 // from namepast.hxx 48 49 #define BTN_EXTEND_RANGE 150 50 #define BTN_CURRENT_SELECTION 151 51 #define SCRET_REMOVE 0x42 //from subtdlg.hxx 52 #endif 53 54