drviews6.cxx (c7be74b1) | drviews6.cxx (3091fa8a) |
---|---|
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 --- 64 unchanged lines hidden (view full) --- 73#include "fusumry.hxx" 74#include "fucushow.hxx" 75#include "drawview.hxx" 76#include "FrameView.hxx" 77#include "Window.hxx" 78#include "DrawDocShell.hxx" 79#include "framework/FrameworkHelper.hxx" 80#include <svx/svdoashp.hxx> | 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 --- 64 unchanged lines hidden (view full) --- 73#include "fusumry.hxx" 74#include "fucushow.hxx" 75#include "drawview.hxx" 76#include "FrameView.hxx" 77#include "Window.hxx" 78#include "DrawDocShell.hxx" 79#include "framework/FrameworkHelper.hxx" 80#include <svx/svdoashp.hxx> |
81#include <sfx2/sidebar/Sidebar.hxx> |
|
81 | 82 |
83namespace { 84 static const ::rtl::OUString CustomAnimationPanelId (RTL_CONSTASCII_USTRINGPARAM("CustomAnimationPanel")); 85 static const ::rtl::OUString SlideTransitionPanelId (RTL_CONSTASCII_USTRINGPARAM("SlideTransitionPanel")); 86} 87 |
|
82namespace sd { 83 84/************************************************************************* 85|* 86|* SfxRequests fuer FontWork bearbeiten 87|* 88\************************************************************************/ 89 --- 479 unchanged lines hidden (view full) --- 569 GetViewFrame()->GetBindings().Invalidate(SID_ANIMATION_OBJECTS); 570 Cancel(); 571 rReq.Ignore (); 572 } 573 break; 574 575 case SID_CUSTOM_ANIMATION_PANEL: 576 { | 88namespace sd { 89 90/************************************************************************* 91|* 92|* SfxRequests fuer FontWork bearbeiten 93|* 94\************************************************************************/ 95 --- 479 unchanged lines hidden (view full) --- 575 GetViewFrame()->GetBindings().Invalidate(SID_ANIMATION_OBJECTS); 576 Cancel(); 577 rReq.Ignore (); 578 } 579 break; 580 581 case SID_CUSTOM_ANIMATION_PANEL: 582 { |
577 // Make the slide transition panel visible (expand it) in the 578 // tool pane. 579 framework::FrameworkHelper::Instance(GetViewShellBase())->RequestSidebarPanel( 580 framework::FrameworkHelper::msCustomAnimationTaskPanelURL); | 583 // Make the slide transition panel visible in the sidebar. 584 ::sfx2::sidebar::Sidebar::ShowPanel( 585 CustomAnimationPanelId, 586 GetViewFrame()->GetFrame().GetFrameInterface()); |
581 582 Cancel(); 583 rReq.Done (); 584 } 585 break; 586 587 case SID_SLIDE_TRANSITIONS_PANEL: 588 { | 587 588 Cancel(); 589 rReq.Done (); 590 } 591 break; 592 593 case SID_SLIDE_TRANSITIONS_PANEL: 594 { |
589 // Make the slide transition panel visible (expand it) in the 590 // tool pane. 591 framework::FrameworkHelper::Instance(GetViewShellBase())->RequestSidebarPanel( 592 framework::FrameworkHelper::msSlideTransitionTaskPanelURL); | 595 // Make the slide transition panel visible in the sidebar. 596 ::sfx2::sidebar::Sidebar::ShowPanel( 597 SlideTransitionPanelId, 598 GetViewFrame()->GetFrame().GetFrameInterface()); |
593 594 Cancel(); 595 rReq.Done (); 596 } 597 break; 598 599 case SID_3D_WIN: 600 { --- 124 unchanged lines hidden --- | 599 600 Cancel(); 601 rReq.Done (); 602 } 603 break; 604 605 case SID_3D_WIN: 606 { --- 124 unchanged lines hidden --- |