293abe962c
2004/08/20 11:11:59 sj 1.10.184.1: #i33240# added CustomShape integration for Writer and Calc
351 lines
8.8 KiB
Text
351 lines
8.8 KiB
Text
/*************************************************************************
|
|
*
|
|
* $RCSfile: viewsh.sdi,v $
|
|
*
|
|
* $Revision: 1.11 $
|
|
*
|
|
* last change: $Author: hr $ $Date: 2004-10-12 13:22:47 $
|
|
*
|
|
* The Contents of this file are made available subject to the terms of
|
|
* either of the following licenses
|
|
*
|
|
* - GNU Lesser General Public License Version 2.1
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
*
|
|
* Sun Microsystems Inc., October, 2000
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library 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 for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
*
|
|
* Sun Industry Standards Source License Version 1.1
|
|
* =================================================
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
* License at http://www.openoffice.org/license.html.
|
|
*
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
* See the License for the specific provisions governing your rights and
|
|
* obligations concerning the Software.
|
|
*
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
*
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
*
|
|
* All Rights Reserved.
|
|
*
|
|
* Contributor(s): _______________________________________
|
|
*
|
|
*
|
|
************************************************************************/
|
|
|
|
interface TextInTable : Selection
|
|
[ uuid = "63C33940-69D8-101D-9757-C667E8298000" ]
|
|
{
|
|
import Text;
|
|
import TextTable;
|
|
}
|
|
|
|
interface ListInTable : Selection
|
|
[ uuid="7F1A6E20-69D8-101D-9757-C667E8298000" ]
|
|
{
|
|
import Text;
|
|
import TextList;
|
|
import TextTable;
|
|
}
|
|
|
|
interface ListInText : Selection
|
|
[ uuid = "8A4C07E0-69D8-101D-9757-C667E8298000"]
|
|
{
|
|
import TextList;
|
|
import Text;
|
|
}
|
|
|
|
interface TextEditView : BaseTextEditView
|
|
[
|
|
uuid = "09782660-111A-101D-9757-6E74207A7520"
|
|
]
|
|
{
|
|
// Slots, die nicht in der WebDocShell gebraucht werden
|
|
FN_INSERT_OBJ_CTRL
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
Export = FALSE ;
|
|
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
|
]
|
|
FN_INSERT_CAPTION // status()
|
|
[
|
|
ExecMethod = ExecDlgExt ;
|
|
StateMethod = GetState ;
|
|
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
|
]
|
|
FN_EDIT_FOOTNOTE // status(final|play)
|
|
[
|
|
ExecMethod = ExecDlgExt ;
|
|
StateMethod = GetState ;
|
|
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
|
]
|
|
FN_HYPHENATE_OPT_DLG // status(final|play)
|
|
[
|
|
ExecMethod = ExecLingu ;
|
|
StateMethod = GetState ;
|
|
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
|
]
|
|
FN_CHANGE_PAGENUM // status(final)
|
|
[
|
|
ExecMethod = ExecDlg ;
|
|
StateMethod = GetState ;
|
|
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
|
]
|
|
SID_INSERT_DRAW // status()
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_FONTWORK_GALLERY_FLOATER
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_DRAWTBX_CS_BASIC
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_DRAWTBX_CS_SYMBOL
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_DRAWTBX_CS_ARROW
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_DRAWTBX_CS_FLOWCHART
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_DRAWTBX_CS_CALLOUT
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_DRAWTBX_CS_STAR
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_DRAW_CS_ID
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
StateMethod = GetDrawState ;
|
|
]
|
|
SID_FM_CREATE_CONTROL // status()
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
|
]
|
|
SID_FM_CREATE_FIELDCONTROL
|
|
[
|
|
ExecMethod = ExecDraw ;
|
|
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
|
]
|
|
}
|
|
//=========================================================================
|
|
|
|
shell SwView : SfxViewShell
|
|
|
|
{
|
|
import TextEditView [Automation];
|
|
// import TextPage "Page";
|
|
// import SearchSettings;
|
|
// import SearchAttributes;
|
|
// import ReplaceAttributes;
|
|
}
|
|
|
|
interface TextPrintPreview : View
|
|
[ uuid = "1622A480-111A-101D-9757-6E74207A7520" ]
|
|
{
|
|
FN_REFRESH_VIEW // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_CHAR_LEFT // status(final|play)
|
|
[
|
|
ExecMethod = Execute;
|
|
StateMethod = NoState ;
|
|
]
|
|
FN_CHAR_RIGHT // status(final|play)
|
|
[
|
|
ExecMethod = Execute;
|
|
StateMethod = NoState ;
|
|
]
|
|
FN_LINE_UP // status(final|play)
|
|
[
|
|
ExecMethod = Execute;
|
|
StateMethod = NoState ;
|
|
]
|
|
FN_LINE_DOWN // status(final|play)
|
|
[
|
|
ExecMethod = Execute;
|
|
StateMethod = NoState ;
|
|
]
|
|
FN_PAGEUP // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_PAGEDOWN // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_START_OF_DOCUMENT // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_END_OF_DOCUMENT // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_SHOW_TWO_PAGES // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_SHOW_MULTIPLE_PAGES // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_SHOW_BOOKVIEW // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_PREVIEW_PRINT_OPTIONS //status()
|
|
[
|
|
ExecMethod = Execute ;
|
|
]
|
|
FN_PRINT_PAGEPREVIEW // status()
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
SID_PRINTDOC // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
SID_PRINTDOCDIRECT // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
SID_PRINTPREVIEW // status(final|play)
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_CLOSE_PAGEPREVIEW
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
SID_ZOOM_IN
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
SID_ZOOM_OUT
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_PREVIEW_ZOOM
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
SID_UNDO // status()
|
|
[
|
|
StateMethod = StateUndo ;
|
|
]
|
|
SID_REDO // status()
|
|
[
|
|
StateMethod = StateUndo ;
|
|
]
|
|
SID_REPEAT // status()
|
|
[
|
|
StateMethod = StateUndo ;
|
|
]
|
|
//---------------------------------------------------------------------
|
|
//Ab hier Statusleiste
|
|
FN_STAT_ZOOM // status()
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
SID_ATTR_ZOOM // status()
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_STAT_PAGE // status()
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_START_OF_LINE // status()
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_END_OF_LINE // status()
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
FN_INSERT_BREAK // status()
|
|
[
|
|
ExecMethod = Execute ;
|
|
StateMethod = GetState ;
|
|
]
|
|
//----------------------------------------------
|
|
//End mit Statusleiste
|
|
}
|
|
|
|
//=========================================================================
|
|
|
|
shell SwPagePreView : SfxViewShell
|
|
{
|
|
import TextPrintPreview[Automation];
|
|
}
|
|
|
|
|