tableobjectbar.cxx (79aad27f) tableobjectbar.cxx (d5370dc8)
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

--- 189 unchanged lines hidden (view full) ---

198 {
199 pView->AdjustMarkHdl();
200 pBindings->Invalidate( SID_TABLE_DELETE_ROW );
201 pBindings->Invalidate( SID_TABLE_DELETE_COL );
202 pBindings->Invalidate( SID_FRAME_LINESTYLE );
203 pBindings->Invalidate( SID_FRAME_LINECOLOR );
204 pBindings->Invalidate( SID_ATTR_BORDER );
205 pBindings->Invalidate( SID_ATTR_FILL_STYLE );
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

--- 189 unchanged lines hidden (view full) ---

198 {
199 pView->AdjustMarkHdl();
200 pBindings->Invalidate( SID_TABLE_DELETE_ROW );
201 pBindings->Invalidate( SID_TABLE_DELETE_COL );
202 pBindings->Invalidate( SID_FRAME_LINESTYLE );
203 pBindings->Invalidate( SID_FRAME_LINECOLOR );
204 pBindings->Invalidate( SID_ATTR_BORDER );
205 pBindings->Invalidate( SID_ATTR_FILL_STYLE );
206 pBindings->Invalidate( SID_ATTR_FILL_TRANSPARENCE );
207 pBindings->Invalidate( SID_ATTR_FILL_FLOATTRANSPARENCE );
206 pBindings->Invalidate( SID_TABLE_MERGE_CELLS );
207 pBindings->Invalidate( SID_TABLE_SPLIT_CELLS );
208 pBindings->Invalidate( SID_OPTIMIZE_TABLE );
209 pBindings->Invalidate( SID_TABLE_VERT_BOTTOM );
210 pBindings->Invalidate( SID_TABLE_VERT_CENTER );
211 pBindings->Invalidate( SID_TABLE_VERT_NONE );
212 break;
213 }

--- 17 unchanged lines hidden ---
208 pBindings->Invalidate( SID_TABLE_MERGE_CELLS );
209 pBindings->Invalidate( SID_TABLE_SPLIT_CELLS );
210 pBindings->Invalidate( SID_OPTIMIZE_TABLE );
211 pBindings->Invalidate( SID_TABLE_VERT_BOTTOM );
212 pBindings->Invalidate( SID_TABLE_VERT_CENTER );
213 pBindings->Invalidate( SID_TABLE_VERT_NONE );
214 break;
215 }

--- 17 unchanged lines hidden ---