diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 11:28:31 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 11:28:31 +0000 |
commit | cbcfd1d01504a287910648fc7991178e660bf3fb (patch) | |
tree | 6ea960bdc2ab6eaf023142dfab98f714dc21aa0e /sw/source/ui/inc/wrtsh.hxx | |
parent | ff3315a65da1a37a4407e4c765b0d881384eab90 (diff) |
INTEGRATION: CWS os15 (1.14.60); FILE MERGED
2003/08/01 12:12:42 os 1.14.60.1: #100791##100789##100967# recording of insert/applet, plugin, floating frame implemented
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r-- | sw/source/ui/inc/wrtsh.hxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx index 02e5dac6f6..c6aec880ab 100644 --- a/sw/source/ui/inc/wrtsh.hxx +++ b/sw/source/ui/inc/wrtsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: wrtsh.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:57:35 $ + * last change: $Author: hjs $ $Date: 2003-08-19 12:28:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,6 +96,7 @@ struct SwCallMouseEvent; class DropEvent; struct ChartSelectionInfo; class SfxStringListItem; +class SfxRequest; namespace com { namespace sun { namespace star { namespace util { struct SearchOptions; @@ -318,10 +319,12 @@ typedef FASTBOOL (SwWrtShell:: *FNSimpleMove)(); const Graphic &, SwFlyFrmAttrMgr * = 0, BOOL bRule = FALSE ); //OLE - void Insert ( SvInPlaceObjectRef *pObj, // != 0 fuer Clipboard + void Insert( SvInPlaceObjectRef *pObj, // != 0 fuer Clipboard SvGlobalName *pName = 0, // != 0 entspr. Object erzeugen. BOOL bActivate = TRUE, - USHORT nSlotId = 0); // SlotId fuer Dialog + USHORT nSlotId = 0, // SlotId fuer Dialog + SfxRequest* pReq = 0 ); + BOOL InsertOle ( SvInPlaceObjectRef aRef ); // In die Core einfuegen. void LaunchOLEObj( long nVerb = 0 ); // Server starten BOOL IsOLEObj() const { return GetCntType() == CNT_OLE;} |