2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
2003-10-20 10:09:31 -05:00
|
|
|
*
|
2008-04-10 06:38:55 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2003-10-20 10:09:31 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2003-10-20 10:09:31 -05:00
|
|
|
*
|
2008-04-10 06:38:55 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-10-20 10:09:31 -05:00
|
|
|
*
|
2008-04-10 06:38:55 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2003-10-20 10:09:31 -05:00
|
|
|
*
|
2008-04-10 06:38:55 -05:00
|
|
|
* 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.
|
2003-10-20 10:09:31 -05:00
|
|
|
*
|
2008-04-10 06:38:55 -05:00
|
|
|
* 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).
|
2003-10-20 10:09:31 -05:00
|
|
|
*
|
2008-04-10 06:38:55 -05:00
|
|
|
* 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.
|
2003-10-20 10:09:31 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
module
|
|
|
|
"312C4240-35E7-101C-B12A-04021C007002"
|
|
|
|
"58216740-35E7-101C-B12A-04021C007002"
|
|
|
|
StarMath
|
|
|
|
[
|
|
|
|
HelpText ( "StarMath Application" )
|
|
|
|
SlotIdFile ( "starmath.hrc" )
|
2010-01-08 11:32:51 -06:00
|
|
|
SlotIdFile ( "editeng/editids.hrc" )
|
2000-09-18 11:07:07 -05:00
|
|
|
SlotIdFile ( "sfx2/sfxsids.hrc" )
|
|
|
|
SlotIdFile ( "svx/svxids.hrc" )
|
|
|
|
]
|
|
|
|
{
|
2009-09-18 17:02:22 -05:00
|
|
|
include "sfx2/sfxitems.sdi"
|
|
|
|
include "sfx2/sfx.sdi"
|
|
|
|
include "svx/svxitems.sdi"
|
|
|
|
include "svx/xoitems.sdi"
|
|
|
|
include "svx/svx.sdi"
|
2000-09-18 11:07:07 -05:00
|
|
|
include "smath.sdi"
|
2006-05-02 09:38:03 -05:00
|
|
|
interface StarMath
|
2000-09-18 11:07:07 -05:00
|
|
|
[
|
|
|
|
uuid ( "92B0FD20-2FC1-11CF-89CA-008029E4B0B1" )
|
|
|
|
]
|
|
|
|
{
|
|
|
|
SID_CONFIGEVENT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
shell SmModule
|
|
|
|
{
|
|
|
|
import StarMath[Automation];
|
|
|
|
}
|
|
|
|
|
2009-09-18 17:02:22 -05:00
|
|
|
interface FormulaDocument
|
2000-09-18 11:07:07 -05:00
|
|
|
[
|
|
|
|
uuid ( "815CBB20-2FC3-11CF-89CA-008029E4B0B1" )
|
|
|
|
]
|
|
|
|
{
|
|
|
|
SID_DOCTEMPLATE //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_AUTO_REDRAW //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menuepunkt , also keine Texte
|
|
|
|
SID_LOADSYMBOLS //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menuepunkt , also keine Texte
|
|
|
|
SID_SAVESYMBOLS //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_FONT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_FONTSIZE //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_DISTANCE //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_ALIGN //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_TEXTMODE //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_MODIFYSTATUS //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_TEXT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
2004-03-17 02:50:18 -06:00
|
|
|
SID_GAPHIC_SM //idlpp ole : no , status : no
|
2000-09-18 11:07:07 -05:00
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2001-10-12 09:57:24 -05:00
|
|
|
|
|
|
|
SID_UNDO //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_REDO //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_GETUNDOSTRINGS //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_GETREDOSTRINGS //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2009-09-18 17:02:22 -05:00
|
|
|
shell SmDocShell
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
import FormulaDocument[Automation];
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-09-18 17:02:22 -05:00
|
|
|
interface FormulaView
|
2000-09-18 11:07:07 -05:00
|
|
|
[
|
|
|
|
uuid ( "CE1A6C00-2FC3-11CF-89CA-008029E4B0B1" )
|
|
|
|
]
|
|
|
|
{
|
|
|
|
SID_FORMULACURSOR
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_NEXTERR //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_PREVERR //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_NEXTMARK //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_PREVMARK //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_VIEW050 //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_VIEW100 //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_VIEW200 //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_ZOOMIN //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_ZOOMOUT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_DRAW //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_ADJUST //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_FITINWINDOW //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2006-05-05 02:17:20 -05:00
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_COPYOBJECT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_PASTEOBJECT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2000-09-18 11:07:07 -05:00
|
|
|
SID_CUT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_COPY //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_PASTE //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_DELETE //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_SELECT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_INSERTCOMMAND //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
2010-10-01 15:04:50 -05:00
|
|
|
SID_INSERTSYMBOL //idlpp ole : no , status : no
|
2000-09-18 11:07:07 -05:00
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2010-08-25 07:39:15 -05:00
|
|
|
SID_IMPORT_FORMULA //idlpp ole : no , status : no
|
2010-10-01 15:04:50 -05:00
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
Export = FALSE ;
|
|
|
|
]
|
2000-09-18 11:07:07 -05:00
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_ATTR_ZOOM //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_TEXTSTATUS //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_GETEDITTEXT //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_CMDBOXWINDOW //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = NoExec ;
|
|
|
|
StateMethod = NoState ;
|
|
|
|
]
|
|
|
|
//idlpp kein Menueeintrag , also keine Texte
|
|
|
|
SID_TOOLBOXWINDOW //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = NoExec ;
|
|
|
|
StateMethod = NoState ;
|
|
|
|
]
|
2006-05-05 02:17:20 -05:00
|
|
|
SID_TOOLBOX //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_SYMBOLS_CATALOGUE //idlpp ole : no , status : no
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2009-09-18 17:02:22 -05:00
|
|
|
shell SmViewShell
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
import FormulaView[Automation];
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|