tabview3.cxx (4e8031e0) tabview3.cxx (512ec161)
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

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

225 rBindings.Invalidate( SID_ATTR_CHAR_UNDERLINE );
226 rBindings.Invalidate( SID_ULINE_VAL_NONE );
227 rBindings.Invalidate( SID_ULINE_VAL_SINGLE );
228 rBindings.Invalidate( SID_ULINE_VAL_DOUBLE );
229 rBindings.Invalidate( SID_ULINE_VAL_DOTTED );
230
231 rBindings.Invalidate( SID_ATTR_CHAR_OVERLINE );
232
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

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

225 rBindings.Invalidate( SID_ATTR_CHAR_UNDERLINE );
226 rBindings.Invalidate( SID_ULINE_VAL_NONE );
227 rBindings.Invalidate( SID_ULINE_VAL_SINGLE );
228 rBindings.Invalidate( SID_ULINE_VAL_DOUBLE );
229 rBindings.Invalidate( SID_ULINE_VAL_DOTTED );
230
231 rBindings.Invalidate( SID_ATTR_CHAR_OVERLINE );
232
233 rBindings.Invalidate( SID_ATTR_CHAR_KERNING );
234 rBindings.Invalidate( SID_SET_SUPER_SCRIPT );
235 rBindings.Invalidate( SID_SET_SUB_SCRIPT );
236 rBindings.Invalidate( SID_ATTR_CHAR_STRIKEOUT );
237 rBindings.Invalidate( SID_ATTR_CHAR_SHADOWED );
238
239 rBindings.Invalidate( SID_ATTR_PARA_ADJUST_LEFT );
240 rBindings.Invalidate( SID_ATTR_PARA_ADJUST_RIGHT );
241 rBindings.Invalidate( SID_ATTR_PARA_ADJUST_BLOCK );
242 rBindings.Invalidate( SID_ATTR_PARA_ADJUST_CENTER);
243 rBindings.Invalidate( SID_NUMBER_TYPE_FORMAT);
244
233 rBindings.Invalidate( SID_ALIGNLEFT );
234 rBindings.Invalidate( SID_ALIGNRIGHT );
235 rBindings.Invalidate( SID_ALIGNBLOCK );
236 rBindings.Invalidate( SID_ALIGNCENTERHOR );
237
238 rBindings.Invalidate( SID_ALIGNTOP );
239 rBindings.Invalidate( SID_ALIGNBOTTOM );
240 rBindings.Invalidate( SID_ALIGNCENTERVER );

--- 2572 unchanged lines hidden ---
245 rBindings.Invalidate( SID_ALIGNLEFT );
246 rBindings.Invalidate( SID_ALIGNRIGHT );
247 rBindings.Invalidate( SID_ALIGNBLOCK );
248 rBindings.Invalidate( SID_ALIGNCENTERHOR );
249
250 rBindings.Invalidate( SID_ALIGNTOP );
251 rBindings.Invalidate( SID_ALIGNBOTTOM );
252 rBindings.Invalidate( SID_ALIGNCENTERVER );

--- 2572 unchanged lines hidden ---