_tabsh.sdi (512ec161) | _tabsh.sdi (23257455) |
---|---|
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 --- 49 unchanged lines hidden (view full) --- 58 59 FN_TABLE_AUTOSUM // status() 60 [ 61 ExecMethod = Execute ; 62 StateMethod = NoState ; 63 ] 64 65 | 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 --- 49 unchanged lines hidden (view full) --- 58 59 FN_TABLE_AUTOSUM // status() 60 [ 61 ExecMethod = Execute ; 62 StateMethod = NoState ; 63 ] 64 65 |
66 FN_TABLE_VERT_NONE 67 [ 68 ExecMethod = Execute ; 69 StateMethod = GetState ; 70 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 71 ] 72 73 FN_TABLE_VERT_CENTER 74 [ 75 ExecMethod = Execute ; 76 StateMethod = GetState ; 77 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 78 ] 79 80 FN_TABLE_VERT_BOTTOM 81 [ 82 ExecMethod = Execute ; 83 StateMethod = GetState ; 84 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 85 ] | |
86 SID_TABLE_VERT_NONE 87 [ 88 ExecMethod = Execute ; 89 StateMethod = GetState ; 90 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 91 ] 92 93 SID_TABLE_VERT_CENTER --- 4 unchanged lines hidden (view full) --- 98 ] 99 100 SID_TABLE_VERT_BOTTOM 101 [ 102 ExecMethod = Execute ; 103 StateMethod = GetState ; 104 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 105 ] | 66 SID_TABLE_VERT_NONE 67 [ 68 ExecMethod = Execute ; 69 StateMethod = GetState ; 70 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 71 ] 72 73 SID_TABLE_VERT_CENTER --- 4 unchanged lines hidden (view full) --- 78 ] 79 80 SID_TABLE_VERT_BOTTOM 81 [ 82 ExecMethod = Execute ; 83 StateMethod = GetState ; 84 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 85 ] |
86 |
|
106 FN_TABLE_SET_COL_WIDTH // status( final|play ) 107 [ 108 ExecMethod = Execute ; 109 StateMethod = NoState ; 110 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 111 ] 112 SID_ATTR_ULSPACE // status(final|play) 113 [ --- 312 unchanged lines hidden --- | 87 FN_TABLE_SET_COL_WIDTH // status( final|play ) 88 [ 89 ExecMethod = Execute ; 90 StateMethod = NoState ; 91 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 92 ] 93 SID_ATTR_ULSPACE // status(final|play) 94 [ --- 312 unchanged lines hidden --- |