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#define FT_INS_ATTR 1 24#define LB_INS_ATTR 2 25#define FT_INS_COL 3 26#define LB_INS_COL 4 27#define WIN_INS 5 28#define FT_DEL_ATTR 6 29#define LB_DEL_ATTR 7 30#define FT_DEL_COL 8 31#define LB_DEL_COL 9 32#define WIN_DEL 10 33#define FT_CHG_ATTR 11 34#define LB_CHG_ATTR 12 35#define FT_CHG_COL 13 36#define LB_CHG_COL 14 37#define WIN_CHG 15 38#define FL_TE 16 39 40#define FT_MARKPOS 17 41#define LB_MARKPOS 18 42#define FT_LC_COL 19 43#define LB_LC_COL 20 44#define WIN_MARK 21 45#define FL_LC 22 46#define STR_AUTHOR 23 47#define STR_NOTHING 24 48#define FT_CHG_CHANGE 25 49#define FT_CHG_DELETE 26 50#define FT_CHG_INSERT 27 51