LibreOffice Module starmath (master)
1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
g
i
m
s
Functions
c
d
e
g
i
m
s
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
e
g
l
m
n
p
r
s
v
x
Enumerations
Enumerator
c
e
f
l
m
p
r
s
t
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
Functions
c
e
f
g
h
i
l
m
n
o
p
s
t
Variables
a
c
f
h
i
m
p
r
s
Typedefs
Enumerations
f
m
r
s
t
Enumerator
b
c
e
f
g
l
m
p
r
t
Macros
c
d
e
f
h
m
n
o
r
s
starmath
source
action.cxx
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
#include <action.hxx>
21
#include <document.hxx>
22
#include <strings.hxx>
23
24
SmFormatAction::SmFormatAction
(
SmDocShell
*pDocSh,
25
const
SmFormat
& rOldFormat,
26
const
SmFormat
& rNewFormat) :
27
pDoc( pDocSh ),
28
aOldFormat( rOldFormat ),
29
aNewFormat( rNewFormat )
30
{
31
}
32
33
void
SmFormatAction::Undo
()
34
{
35
pDoc
->
SetFormat
(
aOldFormat
);
36
}
37
38
void
SmFormatAction::Redo
()
39
{
40
pDoc
->
SetFormat
(
aNewFormat
);
41
}
42
43
void
SmFormatAction::Repeat
(SfxRepeatTarget& rDocSh)
44
{
45
dynamic_cast<
SmDocShell
&
>
(rDocSh).
SetFormat
(
aNewFormat
);
46
}
47
48
OUString
SmFormatAction::GetComment
()
const
49
{
50
return
RID_UNDOFORMATNAME
;
51
}
52
53
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SmDocShell
Definition:
document.hxx:78
SmDocShell::SetFormat
void SetFormat(SmFormat const &rFormat)
Definition:
document.cxx:189
SmFormatAction::pDoc
SmDocShell * pDoc
Definition:
action.hxx:29
SmFormatAction::aOldFormat
SmFormat aOldFormat
Definition:
action.hxx:30
SmFormatAction::GetComment
virtual OUString GetComment() const override
Definition:
action.cxx:48
SmFormatAction::Repeat
virtual void Repeat(SfxRepeatTarget &rDocSh) override
Definition:
action.cxx:43
SmFormatAction::aNewFormat
SmFormat aNewFormat
Definition:
action.hxx:31
SmFormatAction::SmFormatAction
SmFormatAction(SmDocShell *pDocSh, const SmFormat &rOldFormat, const SmFormat &rNewFormat)
Definition:
action.cxx:24
SmFormatAction::Redo
virtual void Redo() override
Definition:
action.cxx:38
SmFormatAction::Undo
virtual void Undo() override
Definition:
action.cxx:33
SmFormat
Definition:
format.hxx:92
RID_UNDOFORMATNAME
constexpr OUStringLiteral RID_UNDOFORMATNAME
Those are the starmath codes for ElementsDockingWindow.hxx.
Definition:
strings.hxx:20
SetFormat
void SetFormat(LotusContext &rContext, SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt8 nFormat, sal_uInt8 nSt)
Generated on Sun Jul 30 2023 04:34:35 for LibreOffice Module starmath (master) by
1.9.3