futext.cxx (26734c99) futext.cxx (d975be8c)
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

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

32#include <svx/svxerr.hxx>
33#include <tools/urlobj.hxx>
34#include <vcl/help.hxx>
35#include <editeng/editstat.hxx>
36#include <svl/aeitem.hxx>
37#include <svl/intitem.hxx>
38#include <svx/svdotext.hxx>
39#include <svx/svdogrp.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

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

32#include <svx/svxerr.hxx>
33#include <tools/urlobj.hxx>
34#include <vcl/help.hxx>
35#include <editeng/editstat.hxx>
36#include <svl/aeitem.hxx>
37#include <svl/intitem.hxx>
38#include <svx/svdotext.hxx>
39#include <svx/svdogrp.hxx>
40#include <svx/sidebar/ContextChangeEventMultiplexer.hxx>
40#include <editeng/flditem.hxx>
41#include <svl/style.hxx>
42#include <svx/svdpagv.hxx>
43#include <sfx2/viewfrm.hxx>
44#include <sfx2/dispatch.hxx>
45#include <sfx2/bindings.hxx>
46#include <sfx2/request.hxx>
47#include <editeng/editeng.hxx>

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

182|* be right until the ctor finished !!!
183|*
184\************************************************************************/
185void FuText::DoExecute( SfxRequest& )
186{
187 mpViewShell->GetViewShellBase().GetToolBarManager()->SetToolBarShell(
188 ToolBarManager::TBG_FUNCTION,
189 RID_DRAW_TEXT_TOOLBOX);
41#include <editeng/flditem.hxx>
42#include <svl/style.hxx>
43#include <svx/svdpagv.hxx>
44#include <sfx2/viewfrm.hxx>
45#include <sfx2/dispatch.hxx>
46#include <sfx2/bindings.hxx>
47#include <sfx2/request.hxx>
48#include <editeng/editeng.hxx>

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

183|* be right until the ctor finished !!!
184|*
185\************************************************************************/
186void FuText::DoExecute( SfxRequest& )
187{
188 mpViewShell->GetViewShellBase().GetToolBarManager()->SetToolBarShell(
189 ToolBarManager::TBG_FUNCTION,
190 RID_DRAW_TEXT_TOOLBOX);
191 ContextChangeEventMultiplexer::NotifyContextChange(
192 mpViewShell->GetViewShellBase().GetController(),
193 ContextChangeEventMultiplexer::Application_Impress,
194 ContextChangeEventMultiplexer::Context_TextEdit);
190
191 mpView->SetCurrentObj(OBJ_TEXT);
192 mpView->SetEditMode(SDREDITMODE_EDIT);
193
194 MouseEvent aMEvt(mpWindow->GetPointerPosPixel());
195
196 if (nSlotId == SID_TEXTEDIT)
197 {

--- 1360 unchanged lines hidden ---
195
196 mpView->SetCurrentObj(OBJ_TEXT);
197 mpView->SetEditMode(SDREDITMODE_EDIT);
198
199 MouseEvent aMEvt(mpWindow->GetPointerPosPixel());
200
201 if (nSlotId == SID_TEXTEDIT)
202 {

--- 1360 unchanged lines hidden ---