office-gobmx/sw/sdi/drawsh.sdi

478 lines
10 KiB
Text
Raw Normal View History

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
2000-09-18 11:15:01 -05:00
interface TextDraw : TextDrawBase
[
uuid = "626DE480-111A-101D-9757-6E74207A7520"
]
{
SID_ATTR_LINEEND_STYLE
[
SlotType = SfxBoolItem ;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = DisableState ;
Export = FALSE;
]
SID_ATTR_LINE_STYLE
[
Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ATTR_LINE_DASH
[
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_DASH_LIST
[
StateMethod = GetDrawAttrState ;
]
SID_LINEEND_LIST
[
StateMethod = GetDrawAttrState ;
]
SID_COLOR_TABLE
[
StateMethod = GetDrawAttrState ;
]
SID_GRADIENT_LIST
[
StateMethod = GetDrawAttrState ;
]
SID_HATCH_LIST
[
StateMethod = GetDrawAttrState ;
]
SID_BITMAP_LIST
[
StateMethod = GetDrawAttrState ;
]
2000-09-18 11:15:01 -05:00
SID_ATTR_LINE_WIDTH
[
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
Export = FALSE;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ATTR_LINE_COLOR
[
Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ATTR_FILL_STYLE
[
Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ATTR_FILL_COLOR
[
Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ATTR_FILL_GRADIENT
[
Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ATTR_FILL_HATCH
[
Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ATTR_FILL_BITMAP
[
Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ATTRIBUTES_LINE
[
ExecMethod = ExecDrawDlg ;
StateMethod = DisableState ;
]
SID_ATTRIBUTES_AREA
[
ExecMethod = ExecDrawDlg ;
StateMethod = DisableState ;
]
FN_DRAWTEXT_ATTR_DLG
[
ExecMethod = ExecDrawDlg ;
StateMethod = DisableState ;
]
FN_FLIP_VERT_GRAFIC
2000-09-18 11:15:01 -05:00
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
FN_FLIP_HORZ_GRAFIC
2000-09-18 11:15:01 -05:00
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_OBJECT_ROTATE
[
Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_BEZIER_EDIT
[
Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FONTWORK
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_OBJECT_HELL
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_OBJECT_HEAVEN
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
FN_TOOL_HIERARCHIE
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_EXTRUSION_TOOGLE
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_TILT_DOWN
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_TILT_UP
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_TILT_LEFT
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_TILT_RIGHT
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_DEPTH_FLOATER
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_DEPTH_DIALOG
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_DIRECTION_FLOATER
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_LIGHTING_FLOATER
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_SURFACE_FLOATER
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_3D_COLOR
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_DEPTH
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_DIRECTION
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_PROJECTION
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_LIGHTING_DIRECTION
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_LIGHTING_INTENSITY
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_EXTRUSION_SURFACE
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_SHAPE
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_SHAPE_TYPE
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_ALIGNMENT_FLOATER
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_CHARACTER_SPACING_FLOATER
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_ALIGNMENT
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_SAME_LETTER_HEIGHTS
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_CHARACTER_SPACING
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_KERN_CHARACTER_PAIRS
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_FONTWORK_CHARACTER_SPACING_DIALOG
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
CWS-TOOLING: integrate CWS menuchanges 2009-01-07 17:12:18 +0100 mod r265974 : throw out comment tracking accellerator 2009-01-07 16:23:35 +0100 mod r265972 : CWS-TOOLING: rebase CWS menuchanges to trunk@265758 (milestone: DEV300:m38) 2008-12-03 16:21:15 +0100 mod r264798 : menu shortcut fixes 2008-12-03 15:53:23 +0100 mod r264794 : some shortcut changes 2008-12-02 13:35:56 +0100 fredrikh r264696 : i96794 2008-12-01 20:09:07 +0100 fredrikh r264633 : i96768 2008-12-01 20:08:37 +0100 fredrikh r264632 : i96768 2008-12-01 16:40:18 +0100 fredrikh r264619 : i96762 2008-12-01 16:37:37 +0100 fredrikh r264618 : i96762 2008-12-01 16:37:09 +0100 fredrikh r264617 : i96762 2008-12-01 13:14:43 +0100 fredrikh r264595 : i90650 2008-11-28 18:26:38 +0100 fredrikh r264569 : i94758 2008-11-28 18:22:31 +0100 fredrikh r264568 : i94758 2008-11-28 12:46:26 +0100 fredrikh r264541 : i94758 2008-11-26 16:58:51 +0100 fredrikh r264423 : i96625 2008-11-26 16:14:10 +0100 fredrikh r264412 : i96623 2008-11-26 16:13:02 +0100 fredrikh r264410 : i96623 2008-11-25 19:46:42 +0100 fredrikh r264330 : i96359 2008-11-25 13:50:34 +0100 fredrikh r264307 : i96556 2008-11-25 13:49:46 +0100 fredrikh r264306 : i96556 2008-11-25 13:48:32 +0100 fredrikh r264305 : i96556 2008-11-25 13:46:55 +0100 fredrikh r264304 : i96556 2008-11-25 13:45:29 +0100 fredrikh r264303 : i96357 2008-11-25 13:42:11 +0100 fredrikh r264302 : i96556 & i94758 2008-11-25 13:34:54 +0100 fredrikh r264301 : i96556 2008-11-25 13:33:30 +0100 fredrikh r264300 : i96556 2008-11-25 13:32:31 +0100 fredrikh r264299 : i96556 2008-11-25 13:31:57 +0100 fredrikh r264298 : i96556 2008-11-25 13:31:27 +0100 fredrikh r264297 : i96556 2008-11-25 13:30:31 +0100 fredrikh r264295 : i96556 2008-11-25 13:29:29 +0100 fredrikh r264294 : i96556 2008-11-25 13:28:17 +0100 fredrikh r264292 : i96556 2008-11-25 13:27:44 +0100 fredrikh r264290 : i96556 2008-11-25 13:26:54 +0100 fredrikh r264288 : i96556 2008-11-25 13:25:03 +0100 fredrikh r264287 : i96556 2008-11-25 13:21:29 +0100 fredrikh r264286 : i96556 2008-11-19 16:14:07 +0100 fredrikh r264004 : i96359 2008-11-19 14:35:43 +0100 fredrikh r263995 : i96353 2008-11-19 14:05:58 +0100 fredrikh r263991 : i96347 2008-11-19 14:05:36 +0100 fredrikh r263990 : i96347 2008-11-19 14:05:07 +0100 fredrikh r263989 : i96347 2008-11-19 13:11:59 +0100 fredrikh r263983 : i96347 2008-11-19 13:00:09 +0100 fredrikh r263982 : i96347 2008-10-29 14:54:51 +0100 mod r262804 : 94633 2008-10-29 14:54:10 +0100 mod r262803 : #i94633# 2008-10-29 12:58:38 +0100 ufi r262787 : i94958,3rd 2008-10-29 12:42:41 +0100 ufi r262783 : i94958,2nd 2008-10-29 12:00:23 +0100 ufi r262777 : i94958 2008-10-28 23:45:34 +0100 mod r262766 : #i95457# 2008-10-18 19:09:38 +0200 mod r262295 : accelerator change 2008-10-17 15:45:11 +0200 mod r262289 : fix typo 2008-10-15 23:17:04 +0200 mod r262245 : menu fix 2008-10-15 22:58:30 +0200 mod r262244 : fix footnote setting dialog 2008-10-15 22:58:01 +0200 mod r262243 : further changes to menu 2008-10-14 10:27:46 +0200 mod r262195 : new accelerator and menu changes 2008-10-14 10:27:37 +0200 mod r262194 : new accelerator and menu changes 2008-10-07 14:23:26 +0200 mod r262081 : #i79329# #i85158# #i88351# 2008-10-02 10:31:52 +0200 mod r262026 : #i94551# 2008-10-02 10:23:57 +0200 mod r262025 : #i87347#
2009-01-07 10:36:05 -06:00
SID_INSERT_GRAPHIC
[
StateMethod = StateDisableItems ;
]
SID_TWAIN_SELECT
[
StateMethod = StateDisableItems ;
]
SID_TWAIN_TRANSFER
[
StateMethod = StateDisableItems ;
]
2000-09-18 11:15:01 -05:00
}
shell SwDrawShell : SwDrawBaseShell
{
import TextDraw [Automation];
// no export
SID_FORMTEXT_STYLE
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_ADJUST
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_DISTANCE
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_START
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_MIRROR
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_HIDEFORM
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_OUTLINE
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_SHDWXVAL
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_SHADOW
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_SHDWCOLOR
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_SHDWYVAL
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_FORMTEXT_STDFORM
[
ExecMethod = ExecFormText ;
StateMethod = GetFormTextState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
CWS-TOOLING: integrate CWS notes7 2008-12-29 19:45:08 +0100 mod r265824 : CWS-TOOLING: rebase CWS notes7 to trunk@265758 (milestone: DEV300:m38) 2008-12-16 14:54:42 +0100 mod r265544 : #i97239# 2008-12-16 14:53:18 +0100 mod r265543 : #i97239# 2008-12-16 13:36:43 +0100 mod r265537 : 96602 2008-12-13 13:02:54 +0100 mba r265452 : warning fixed 2008-12-13 08:20:21 +0100 mod r265448 : search inside notes 2008-12-13 00:11:47 +0100 mod r265447 : search inside notes 2008-12-13 00:11:09 +0100 mod r265446 : search inside notes 2008-12-13 00:10:52 +0100 mod r265445 : search inside notes 2008-12-12 19:39:14 +0100 mod r265439 : search inside notes 2008-12-12 19:02:44 +0100 mod r265438 : search inside notes 2008-12-12 16:42:07 +0100 mba r265431 : #i80135#: search in notes 2008-12-12 16:11:54 +0100 mba r265429 : #i80135#: search in notes 2008-12-12 16:11:02 +0100 mba r265428 : #i80135#: search in notes 2008-12-11 20:24:20 +0100 pb r265358 : fix: #i80135# fixes for aNotesBtn 2008-12-11 20:23:19 +0100 pb r265357 : fix: #i80135# fixes for aNotesBtn 2008-12-11 07:42:17 +0100 pb r265241 : fix: #i80135# CB_NOTES added 2008-12-11 07:40:36 +0100 pb r265240 : fix: #i80135# CB_NOTES added 2008-12-11 07:32:03 +0100 pb r265239 : fix: #i80135# CheckBox aNotesBtn added 2008-12-11 07:24:45 +0100 pb r265238 : fix: #i80135# CheckBox aNotesBtn added 2008-12-10 15:41:31 +0100 mod r265198 : crash using replies 2008-12-10 15:21:23 +0100 mod r265195 : crash using replies 2008-12-10 13:45:14 +0100 mba r265181 : warning fixed 2008-12-10 13:26:45 +0100 mba r265178 : warning fixed 2008-12-10 11:48:23 +0100 mba r265162 : fixed compilation error on Linux 2008-12-03 18:39:07 +0100 mod r264806 : we don't get the Ctrl-Alt-N on mac inside a note, let's do the whole reply thing using the shell, cleaner anyway 2008-12-03 17:13:59 +0100 mod r264802 : search dialog can be started and closed when focus is inside a note 2008-12-03 00:07:08 +0100 mod r264733 : search inside notes 2008-12-02 18:06:08 +0100 mod r264729 : WaE 2008-12-02 15:01:26 +0100 mod r264703 : WaE 2008-12-02 00:20:14 +0100 mod r264644 : WaE 2008-12-01 10:06:14 +0100 mod r264587 : WaE 2008-12-01 01:28:34 +0100 mod r264585 : WaE 2008-11-30 22:51:19 +0100 mod r264584 : search inside notes 2008-11-30 17:03:04 +0100 mod r264583 : search inside notes 2008-11-28 16:30:05 +0100 mod r264560 : #i96602# 2008-11-28 16:14:50 +0100 mod r264559 : test 2008-11-28 16:11:37 +0100 mod r264558 : test 2008-11-17 17:46:10 +0100 mod r263735 : WaE 2008-11-17 17:45:56 +0100 mod r263734 : WaE 2008-11-17 17:37:35 +0100 mod r263733 : revert manual fix for icu 2008-11-17 15:03:55 +0100 mod r263726 : manual fix for icu 2008-11-17 11:17:49 +0100 mod r263707 : manual fix for icu 2008-11-14 15:51:19 +0100 mod r263679 : fix 2008-11-14 14:48:02 +0100 mod r263676 : some more cleanup, redline comments not in the margin for 3.1 2008-11-14 08:37:07 +0100 mod r263664 : end of line missing 2008-11-13 18:36:53 +0100 mod r263660 : WaE 2008-11-13 18:20:04 +0100 mod r263659 : #i94374# 2008-11-13 15:51:28 +0100 mod r263648 : CWS-TOOLING: rebase CWS notes7 to trunk@263288 (milestone: DEV300:m35) 2008-11-13 08:33:19 +0100 mod r263622 : typos 2008-11-02 23:18:19 +0100 mod r263278 : changes notes, replies 2008-11-01 11:48:35 +0100 mod r262873 : replies, comments 2008-11-01 11:44:57 +0100 mod r262872 : notes search button 2008-10-10 14:34:34 +0200 mod r262150 : migration from cvs to svn 2008-10-10 14:33:39 +0200 mod r262149 : migration from cvs to svn
2009-01-02 09:51:45 -06:00
FN_FORMAT_FOOTNOTE_DLG // status()
[
ExecMethod = Execute;
]
SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
[
ExecMethod = Execute ;
]
FN_WORDCOUNT_DIALOG
[
ExecMethod = Execute;
]
FN_NUMBERING_OUTLINE_DLG // status(final|play)
[
ExecMethod = Execute ;
]
2000-09-18 11:15:01 -05:00
}