wrtsh3.cxx (d5370dc8) | wrtsh3.cxx (ee093554) |
---|---|
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 --- 113 unchanged lines hidden (view full) --- 122 Beschreibung: FontWork-Slots invalidieren 123 --------------------------------------------------------------------*/ 124 125 126void SwWrtShell::DrawSelChanged( ) 127{ 128 static sal_uInt16 __READONLY_DATA aInval[] = 129 { | 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 --- 113 unchanged lines hidden (view full) --- 122 Beschreibung: FontWork-Slots invalidieren 123 --------------------------------------------------------------------*/ 124 125 126void SwWrtShell::DrawSelChanged( ) 127{ 128 static sal_uInt16 __READONLY_DATA aInval[] = 129 { |
130 SID_ATTR_TRANSFORM_POS_X, // ( SID_SVX_START + 88 ) // for TransformationPropertyPanel 131 SID_ATTR_TRANSFORM_POS_Y, // ( SID_SVX_START + 89 ) // for TransformationPropertyPanel 132 SID_ATTR_TRANSFORM_WIDTH, // ( SID_SVX_START + 90 ) // for TransformationPropertyPanel 133 SID_ATTR_TRANSFORM_HEIGHT, // ( SID_SVX_START + 91 ) // for TransformationPropertyPanel 134 SID_ATTR_TRANSFORM_ROT_X, // ( SID_SVX_START + 93 ) // for TransformationPropertyPanel 135 SID_ATTR_TRANSFORM_ROT_Y, // ( SID_SVX_START + 94 ) // for TransformationPropertyPanel 136 SID_ATTR_TRANSFORM_ANGLE, // ( SID_SVX_START + 95 ) // for TransformationPropertyPanel 137 SID_ATTR_FILL_STYLE, // ( SID_SVX_START + 164 ) 138 SID_ATTR_FILL_COLOR, // ( SID_SVX_START + 165 ) 139 SID_ATTR_FILL_GRADIENT, // ( SID_SVX_START + 166 ) // for AreaPropertyPanel 140 SID_ATTR_FILL_HATCH, // ( SID_SVX_START + 167 ) // for AreaPropertyPanel 141 SID_ATTR_FILL_BITMAP, // ( SID_SVX_START + 168 ) // for AreaPropertyPanel 142 SID_ATTR_LINE_STYLE, // ( SID_SVX_START + 169 ) 143 SID_ATTR_LINE_DASH, // ( SID_SVX_START + 170 ) // for LinePropertyPanel 144 SID_ATTR_LINE_WIDTH, // ( SID_SVX_START + 171 ) 145 SID_ATTR_LINE_COLOR, // ( SID_SVX_START + 172 ) 146 SID_ATTR_LINE_START, // ( SID_SVX_START + 173 ) // for LinePropertyPanel 147 SID_ATTR_LINE_END, // ( SID_SVX_START + 174 ) // for LinePropertyPanel 148 SID_COLOR_TABLE, // ( SID_SVX_START + 179 ) // for AreaPropertyPanel 149 SID_GRADIENT_LIST, // ( SID_SVX_START + 180 ) // for AreaPropertyPanel 150 SID_HATCH_LIST, // ( SID_SVX_START + 181 ) // for AreaPropertyPanel 151 SID_BITMAP_LIST, // ( SID_SVX_START + 182 ) // for AreaPropertyPanel 152 SID_LINEEND_LIST, // ( SID_SVX_START + 184 ) // for LinePropertyPanel 153 SID_ATTR_TRANSFORM_PROTECT_POS, // ( SID_SVX_START + 236 ) // for TransformationPropertyPanel 154 SID_ATTR_TRANSFORM_PROTECT_SIZE, // ( SID_SVX_START + 237 ) // for TransformationPropertyPanel 155 SID_ATTR_TRANSFORM_AUTOWIDTH, // ( SID_SVX_START + 310 ) // for TransformationPropertyPanel 156 SID_ATTR_TRANSFORM_AUTOHEIGHT, // ( SID_SVX_START + 311 ) // for TransformationPropertyPanel 157 SID_ATTR_TRANSFORM_ANCHOR, // ( SID_SVX_START + 318 ) // for TransformationPropertyPanel 158 SID_ATTR_FILL_TRANSPARENCE, // (SID_SVX_START+1105) 159 SID_ATTR_FILL_FLOATTRANSPARENCE, // (SID_SVX_START+1106) 160 SID_ATTR_LINE_TRANSPARENCE, // (SID_SVX_START+1107) 161 SID_ATTR_LINE_JOINT, // (SID_SVX_START+1110) 162 SID_ATTR_LINE_CAP, // (SID_SVX_START+1111) | 130 SID_ATTR_FILL_STYLE, SID_ATTR_FILL_COLOR, SID_ATTR_LINE_STYLE, 131 SID_ATTR_LINE_WIDTH, SID_ATTR_LINE_COLOR, 132 /*AF: these may be needed for the sidebar. 133 SID_SVX_AREA_TRANSPARENCY, SID_SVX_AREA_TRANSP_GRADIENT, 134 SID_SVX_AREA_TRANS_TYPE, 135 */ |
163 0 164 }; 165 166 GetView().GetViewFrame()->GetBindings().Invalidate(aInval); 167 168 sal_Bool bOldVal = bNoInterrupt; 169 bNoInterrupt = sal_True; // Trick, um AttrChangedNotify ueber Timer auszufuehren 170 GetView().AttrChangedNotify(this); --- 105 unchanged lines hidden --- | 136 0 137 }; 138 139 GetView().GetViewFrame()->GetBindings().Invalidate(aInval); 140 141 sal_Bool bOldVal = bNoInterrupt; 142 bNoInterrupt = sal_True; // Trick, um AttrChangedNotify ueber Timer auszufuehren 143 GetView().AttrChangedNotify(this); --- 105 unchanged lines hidden --- |