From 4434788956fbcb726cff754708313964efe16b78 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 11 Nov 2002 12:08:47 +0000 Subject: #103868# PDF export for (multi-)selection --- sw/source/ui/inc/unotxvw.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/inc/unotxvw.hxx') diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx index ed11006825bc..d8093a3015c8 100644 --- a/sw/source/ui/inc/unotxvw.hxx +++ b/sw/source/ui/inc/unotxvw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unotxvw.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: os $ $Date: 2001-07-12 13:10:25 $ + * last change: $Author: tl $ $Date: 2002-11-11 13:07:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,6 +112,8 @@ class SwView; +class SvEmbeddedObjectRef; + typedef ::com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionChangeListener > * XSelectionChangeListenerPtr; SV_DECL_PTRARR_DEL( SelectionChangeListenerArr, XSelectionChangeListenerPtr, 4, 4 ); @@ -133,6 +135,7 @@ class SwXTextView : ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > * pxViewSettings; ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextViewCursor > * pxTextViewCursor; + SdrObject* GetControl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & Model, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& xToFill ); @@ -186,6 +189,9 @@ public: SwView* GetView() {return pView;} void Invalidate(); + + // temporary document used for PDF export of selections/multi-selections + SfxObjectShellRef BuildTmpSelectionDoc( SvEmbeddedObjectRef &rRef ); }; /* -----------------17.09.98 12:52------------------- -- cgit