2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 interface DrawDocument
20 SID_ATTR_CHAR_FONTLIST
22 StateMethod = GetState ;
24 SID_CLOSEDOC // ole : ?, status : ?
26 ExecMethod = Execute ;
27 StateMethod = GetState ;
29 SID_HANGUL_HANJA_CONVERSION // ole : ?, status : ?
31 ExecMethod = Execute ;
32 StateMethod = GetState ;
34 SID_CHINESE_CONVERSION // ole : ?, status : ?
36 ExecMethod = Execute ;
37 StateMethod = GetState ;
41 ExecMethod = Execute ;
42 StateMethod = GetState ;
45 FID_SEARCH_NOW // ole : ?, status : ?
47 ExecMethod = Execute ;
48 StateMethod = GetState ;
49 GroupId = SfxGroupId::Document ;
52 FID_SEARCH_ON // ole : ?, status : ?
54 ExecMethod = Execute ;
55 StateMethod = GetState ;
56 GroupId = SfxGroupId::Document ;
59 FID_SEARCH_OFF // ole : ?, status : ?
61 ExecMethod = Execute ;
62 StateMethod = GetState ;
63 GroupId = SfxGroupId::Document ;
73 StateMethod = GetState;
78 StateMethod = GetState;
81 SID_SPELLCHECK_IGNORE_ALL
83 ExecMethod = Execute ;
84 StateMethod = GetState ;
87 SID_SPELLCHECK_APPLY_SUGGESTION
89 ExecMethod = Execute ;
90 StateMethod = GetState ;