1*fefe2166SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*fefe2166SAndrew Rist * distributed with this work for additional information 6*fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9*fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10*fefe2166SAndrew Rist * 11*fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*fefe2166SAndrew Rist * 13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*fefe2166SAndrew Rist * software distributed under the License is distributed on an 15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17*fefe2166SAndrew Rist * specific language governing permissions and limitations 18*fefe2166SAndrew Rist * under the License. 19*fefe2166SAndrew Rist * 20*fefe2166SAndrew Rist *************************************************************/ 21*fefe2166SAndrew Rist 22*fefe2166SAndrew Rist 23cdf0e10cSrcweir#define FT_INS_ATTR 1 24cdf0e10cSrcweir#define LB_INS_ATTR 2 25cdf0e10cSrcweir#define FT_INS_COL 3 26cdf0e10cSrcweir#define LB_INS_COL 4 27cdf0e10cSrcweir#define WIN_INS 5 28cdf0e10cSrcweir#define FT_DEL_ATTR 6 29cdf0e10cSrcweir#define LB_DEL_ATTR 7 30cdf0e10cSrcweir#define FT_DEL_COL 8 31cdf0e10cSrcweir#define LB_DEL_COL 9 32cdf0e10cSrcweir#define WIN_DEL 10 33cdf0e10cSrcweir#define FT_CHG_ATTR 11 34cdf0e10cSrcweir#define LB_CHG_ATTR 12 35cdf0e10cSrcweir#define FT_CHG_COL 13 36cdf0e10cSrcweir#define LB_CHG_COL 14 37cdf0e10cSrcweir#define WIN_CHG 15 38cdf0e10cSrcweir#define FL_TE 16 39cdf0e10cSrcweir 40cdf0e10cSrcweir#define FT_MARKPOS 17 41cdf0e10cSrcweir#define LB_MARKPOS 18 42cdf0e10cSrcweir#define FT_LC_COL 19 43cdf0e10cSrcweir#define LB_LC_COL 20 44cdf0e10cSrcweir#define WIN_MARK 21 45cdf0e10cSrcweir#define FL_LC 22 46cdf0e10cSrcweir#define STR_AUTHOR 23 47cdf0e10cSrcweir#define STR_NOTHING 24 48cdf0e10cSrcweir#define FT_CHG_CHANGE 25 49cdf0e10cSrcweir#define FT_CHG_DELETE 26 50cdf0e10cSrcweir#define FT_CHG_INSERT 27 51