LibreOffice Module sc (master) 1
drtxtob.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
20#pragma once
21
22#include <sfx2/shell.hxx>
23#include <tools/link.hxx>
24#include <rtl/ref.hxx>
25
26#include <shellids.hxx>
27
28sal_uInt16 ScGetFontWorkId(); // instead of SvxFontWorkChildWindow::GetChildWindowId()
29
30class SfxModule;
31class ScViewData;
34
35class ScDrawTextObjectBar final : public SfxShell
36{
40
41 DECL_LINK( ClipboardChanged, TransferableDataHelper*, void );
42
43public:
45
46private:
48 static void InitInterface_Impl();
49
50public:
52 virtual ~ScDrawTextObjectBar() override;
53
54 static void StateDisableItems( SfxItemSet &rSet );
55
56 void Execute( SfxRequest &rReq );
57 void ExecuteTrans( const SfxRequest& rReq );
58 void GetState( SfxItemSet& rSet );
59 void GetClipState( SfxItemSet& rSet );
60
61 void ExecuteAttr( SfxRequest &rReq );
62 void GetAttrState( SfxItemSet& rSet );
63 void ExecuteToggle( SfxRequest &rReq );
65
66 bool ExecuteCharDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet , sal_uInt16 nSlot);
67 bool ExecuteParaDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet );
68
69 void ExecuteExtra( SfxRequest &rReq );
70 void ExecFormText(const SfxRequest& rReq); // StarFontWork
71 void GetFormTextState(SfxItemSet& rSet);
72
73private:
74 void ExecuteGlobal( SfxRequest &rReq ); // called by Execute for all objects
75 static void GetGlobalClipState( SfxItemSet& rSet );
76 void ExecutePasteContents( SfxRequest &rReq );
77 bool IsNoteEdit() const;
78};
79
80/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
void ExecFormText(const SfxRequest &rReq)
Definition: drtxtob2.cxx:174
void ExecuteAttr(SfxRequest &rReq)
Definition: drtxtob.cxx:659
ScDrawTextObjectBar(ScViewData &rData)
Definition: drtxtob.cxx:111
rtl::Reference< TransferableClipboardListener > mxClipEvtLstnr
Definition: drtxtob.hxx:38
static void GetGlobalClipState(SfxItemSet &rSet)
Definition: drtxtob2.cxx:112
void ExecuteGlobal(SfxRequest &rReq)
Definition: drtxtob2.cxx:49
void GetStatePropPanelAttr(SfxItemSet &)
Definition: drtxtob.cxx:1198
bool IsNoteEdit() const
Definition: drtxtob2.cxx:42
DECL_LINK(ClipboardChanged, TransferableDataHelper *, void)
void ExecuteTrans(const SfxRequest &rReq)
Definition: drtxtob.cxx:1179
void GetAttrState(SfxItemSet &rSet)
Definition: drtxtob.cxx:971
void ExecuteExtra(SfxRequest &rReq)
Definition: drtxtob2.cxx:127
void Execute(SfxRequest &rReq)
Definition: drtxtob.cxx:144
void ExecutePasteContents(SfxRequest &rReq)
Definition: drtxtob1.cxx:98
ScViewData & mrViewData
Definition: drtxtob.hxx:37
void ExecuteToggle(SfxRequest &rReq)
Definition: drtxtob.cxx:543
void GetState(SfxItemSet &rSet)
Definition: drtxtob.cxx:358
void GetFormTextState(SfxItemSet &rSet)
Definition: drtxtob2.cxx:191
bool ExecuteCharDlg(const SfxItemSet &rArgs, SfxItemSet &rOutSet, sal_uInt16 nSlot)
Definition: drtxtob1.cxx:40
bool ExecuteParaDlg(const SfxItemSet &rArgs, SfxItemSet &rOutSet)
Definition: drtxtob1.cxx:63
virtual ~ScDrawTextObjectBar() override
Definition: drtxtob.cxx:130
static void StateDisableItems(SfxItemSet &rSet)
Definition: drtxtob.cxx:99
static void InitInterface_Impl()
SfxInterface initializer.
Definition: drtxtob.cxx:85
void GetClipState(SfxItemSet &rSet)
Definition: drtxtob.cxx:483
sal_uInt16 ScGetFontWorkId()
Definition: drtxtob2.cxx:37
#define SFX_DECL_INTERFACE(nId)
#define SCID_DRAW_TEXT_SHELL
Definition: shellids.hxx:29