drawsh5.cxx (b3f79822) | drawsh5.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 --- 311 unchanged lines hidden (view full) --- 320 case SID_ENTER_GROUP: 321 pView->EnterMarkedGroup(); 322 break; 323 case SID_LEAVE_GROUP: 324 pView->LeaveOneGroup(); 325 break; 326 327 case SID_MIRROR_HORIZONTAL: | 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 --- 311 unchanged lines hidden (view full) --- 320 case SID_ENTER_GROUP: 321 pView->EnterMarkedGroup(); 322 break; 323 case SID_LEAVE_GROUP: 324 pView->LeaveOneGroup(); 325 break; 326 327 case SID_MIRROR_HORIZONTAL: |
328 case SID_FLIP_HORIZONTAL: |
|
328 pView->MirrorAllMarkedHorizontal(); | 329 pView->MirrorAllMarkedHorizontal(); |
330 rBindings.Invalidate( SID_ATTR_TRANSFORM_ANGLE ); |
|
329 break; 330 case SID_MIRROR_VERTICAL: | 331 break; 332 case SID_MIRROR_VERTICAL: |
333 case SID_FLIP_VERTICAL: |
|
331 pView->MirrorAllMarkedVertical(); | 334 pView->MirrorAllMarkedVertical(); |
335 rBindings.Invalidate( SID_ATTR_TRANSFORM_ANGLE ); |
|
332 break; 333 334 case SID_OBJECT_ALIGN_LEFT: 335 case SID_ALIGN_ANY_LEFT: 336 if (pView->IsAlignPossible()) 337 pView->AlignMarkedObjects(SDRHALIGN_LEFT, SDRVALIGN_NONE); 338 break; 339 case SID_OBJECT_ALIGN_CENTER: --- 414 unchanged lines hidden --- | 336 break; 337 338 case SID_OBJECT_ALIGN_LEFT: 339 case SID_ALIGN_ANY_LEFT: 340 if (pView->IsAlignPossible()) 341 pView->AlignMarkedObjects(SDRHALIGN_LEFT, SDRVALIGN_NONE); 342 break; 343 case SID_OBJECT_ALIGN_CENTER: --- 414 unchanged lines hidden --- |