2001-09-28 01:01:35 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 20:44:07 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
2005-09-08 20:44:07 -05:00
|
|
|
* $RCSfile: wrtapp.sdi,v $
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
2006-05-02 09:16:46 -05:00
|
|
|
* $Revision: 1.16 $
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
2006-05-02 09:16:46 -05:00
|
|
|
* last change: $Author: rt $ $Date: 2006-05-02 15:16:46 $
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
2005-09-08 20:44:07 -05:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 20:44:07 -05:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
2005-09-08 20:44:07 -05:00
|
|
|
* 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.
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
2005-09-08 20:44:07 -05:00
|
|
|
* 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.
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
2005-09-08 20:44:07 -05:00
|
|
|
* 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
|
2001-09-28 01:01:35 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
2000-09-18 11:15:01 -05:00
|
|
|
|
|
|
|
|
2006-05-02 09:16:46 -05:00
|
|
|
interface StarWriter
|
2000-09-18 11:15:01 -05:00
|
|
|
[
|
|
|
|
uuid ( "4BF0AA20-E6B9-101C-8A0E-040224007802" )
|
|
|
|
]
|
|
|
|
{
|
|
|
|
FN_ENVELOP // status(final|play)
|
|
|
|
[
|
|
|
|
ExecMethod = ExecOther ;
|
|
|
|
StateMethod = StateOther ;
|
|
|
|
DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
|
|
|
|
]
|
|
|
|
|
|
|
|
FN_LABEL // status(final|play)
|
|
|
|
[
|
|
|
|
ExecMethod = ExecOther ;
|
|
|
|
StateMethod = StateOther ;
|
|
|
|
DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
|
|
|
|
]
|
2003-09-19 02:43:53 -05:00
|
|
|
|
2000-09-18 11:15:01 -05:00
|
|
|
FN_BUSINESS_CARD // status()
|
|
|
|
[
|
|
|
|
ExecMethod = ExecOther ;
|
|
|
|
StateMethod = StateOther ;
|
|
|
|
DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
|
|
|
|
]
|
|
|
|
|
2004-11-16 03:21:20 -06:00
|
|
|
FN_XFORMS_INIT // #i31958#
|
|
|
|
[
|
|
|
|
ExecMethod = ExecOther ;
|
|
|
|
StateMethod = StateOther ;
|
|
|
|
DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
|
|
|
|
]
|
|
|
|
|
2000-09-18 11:15:01 -05:00
|
|
|
SID_ATTR_METRIC // status(final|play)
|
|
|
|
[
|
|
|
|
ExecMethod = ExecOther ;
|
|
|
|
StateMethod = StateOther ;
|
|
|
|
]
|
2004-09-20 07:05:11 -05:00
|
|
|
SID_ATTR_UNDO_COUNT // ole(no) api(final/play)
|
|
|
|
[
|
|
|
|
ExecMethod = ExecOther ;
|
|
|
|
StateMethod = StateOther ;
|
|
|
|
]
|
|
|
|
|
|
|
|
FN_MAILMERGE_WIZARD
|
|
|
|
[
|
|
|
|
ExecMethod = ExecOther ;
|
|
|
|
]
|
|
|
|
|
2000-09-18 11:15:01 -05:00
|
|
|
FN_SET_MODOPT_TBLNUMFMT // status()
|
|
|
|
[
|
|
|
|
ExecMethod = ExecOther ;
|
|
|
|
StateMethod = StateOther ;
|
|
|
|
]
|
|
|
|
|
|
|
|
} //end interface Application
|
|
|
|
|
|
|
|
shell SwModule
|
|
|
|
{
|
|
|
|
import StarWriter[Automation];
|
|
|
|
}
|
|
|
|
|