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

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

467 mpDrawView->PutMarkedToBtm();
468 Cancel();
469 Invalidate( SID_POSITION );
470 rReq.Done ();
471 }
472 break;
473
474 case SID_HORIZONTAL: // BASIC
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

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

467 mpDrawView->PutMarkedToBtm();
468 Cancel();
469 Invalidate( SID_POSITION );
470 rReq.Done ();
471 }
472 break;
473
474 case SID_HORIZONTAL: // BASIC
475 case SID_FLIP_HORIZONTAL:
475 {
476 {
476 mpDrawView->MirrorAllMarkedHorizontal();
477 mpDrawView->MirrorAllMarkedHorizontal();
477 Cancel();
478 rReq.Done ();
479 }
480 break;
481
482 case SID_VERTICAL: // BASIC
478 Cancel();
479 rReq.Done ();
480 }
481 break;
482
483 case SID_VERTICAL: // BASIC
484 case SID_FLIP_VERTICAL:
483 {
484 mpDrawView->MirrorAllMarkedVertical();
485 Cancel();
486 rReq.Done ();
487 }
488 break;
489
490 case SID_OBJECT_ALIGN_LEFT: // BASIC

--- 509 unchanged lines hidden ---
485 {
486 mpDrawView->MirrorAllMarkedVertical();
487 Cancel();
488 rReq.Done ();
489 }
490 break;
491
492 case SID_OBJECT_ALIGN_LEFT: // BASIC

--- 509 unchanged lines hidden ---