LibreOffice Module sw (master) 1
drwtxtsh.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_DRWTXTSH_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_INC_DRWTXTSH_HXX
21
22#include <sfx2/shell.hxx>
23#include <shellid.hxx>
25
26class SdrView;
27class SwView;
28class SwWrtShell;
29
31class SwDrawTextShell final : public SfxShell
32{
35
37
38 void SetAttrToMarked(const SfxItemSet& rAttr);
39 void InsertSymbol(SfxRequest& rReq);
40 bool IsTextEdit() const;
41
42public:
44
45private:
47 static void InitInterface_Impl();
48
49public:
50 SwView &GetView() { return m_rView; }
52
53 SwDrawTextShell(SwView &rView);
54 virtual ~SwDrawTextShell() override;
55
56 virtual SfxUndoManager*
57 GetUndoManager() override;
58
59 static void StateDisableItems(SfxItemSet &);
60
61 void Execute(SfxRequest &);
62 void ExecDraw(SfxRequest &);
64 void GetState(SfxItemSet &);
66
67 void ExecFontWork(SfxRequest const & rReq);
68 void StateFontWork(SfxItemSet& rSet);
69 void ExecFormText(SfxRequest const & rReq);
70 void GetFormTextState(SfxItemSet& rSet);
71 void ExecDrawLingu(SfxRequest const &rReq);
72 void ExecUndo(SfxRequest &rReq);
73 void StateUndo(SfxItemSet &rSet);
74 void ExecClpbrd(SfxRequest const &rReq);
75 void StateClpbrd(SfxItemSet &rSet);
76 void StateInsert(SfxItemSet &rSet);
77 void ExecTransliteration(SfxRequest const &);
79
80 void Init();
81};
82
83#endif
84
85/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SfxShell subclass that is used while interacting with the editeng-based text of a shape.
Definition: drwtxtsh.hxx:32
void ExecClpbrd(SfxRequest const &rReq)
Definition: drwtxtex.cxx:1046
void ExecDrawLingu(SfxRequest const &rReq)
Definition: drwtxtsh.cxx:264
void ExecTransliteration(SfxRequest const &)
Definition: drwtxtsh.cxx:598
SwView & m_rView
Definition: drwtxtsh.hxx:33
void ExecUndo(SfxRequest &rReq)
Definition: drwtxtsh.cxx:492
SwDrawTextShell(SwView &rView)
Definition: drwtxtsh.cxx:118
void GetFormTextState(SfxItemSet &rSet)
Definition: drwtxtsh.cxx:227
void ExecRotateTransliteration(SfxRequest const &)
Definition: drwtxtsh.cxx:654
virtual SfxUndoManager * GetUndoManager() override
Definition: drwtxtsh.cxx:789
void GetStatePropPanelAttr(SfxItemSet &)
Definition: drwtxtsh.cxx:797
void ExecDraw(SfxRequest &)
Definition: drwtxtsh.cxx:354
virtual ~SwDrawTextShell() override
Definition: drwtxtsh.cxx:132
void StateInsert(SfxItemSet &rSet)
Definition: drwtxtex.cxx:1186
void ExecFormText(SfxRequest const &rReq)
Definition: drwtxtsh.cxx:199
SdrView * m_pSdrView
Definition: drwtxtsh.hxx:36
void SetAttrToMarked(const SfxItemSet &rAttr)
Definition: drwtxtsh.cxx:157
void StateUndo(SfxItemSet &rSet)
Definition: drwtxtsh.cxx:536
void StateFontWork(SfxItemSet &rSet)
Definition: drwtxtsh.cxx:191
SwWrtShell & GetShell()
Definition: drwtxtsh.cxx:138
bool IsTextEdit() const
Definition: drwtxtsh.cxx:168
void StateClpbrd(SfxItemSet &rSet)
Definition: drwtxtex.cxx:1126
static void StateDisableItems(SfxItemSet &)
Definition: drwtxtsh.cxx:145
void Execute(SfxRequest &)
Definition: drwtxtex.cxx:85
void InsertSymbol(SfxRequest &rReq)
Definition: drwtxtsh.cxx:672
void ExecFontWork(SfxRequest const &rReq)
Definition: drwtxtsh.cxx:173
void GetDrawTextCtrlState(SfxItemSet &)
Definition: drwtxtex.cxx:957
SwView & GetView()
Definition: drwtxtsh.hxx:50
void GetState(SfxItemSet &)
Definition: drwtxtex.cxx:631
static void InitInterface_Impl()
SfxInterface initializer.
Definition: drwtxtsh.cxx:80
RotateTransliteration m_aRotateCase
Definition: drwtxtsh.hxx:34
Definition: view.hxx:146
Used by the UI to modify the document model.
Definition: wrtsh.hxx:97
#define SFX_DECL_INTERFACE(nId)
#define SW_DRWTXTSHELL
Definition: shellid.hxx:34