summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-11-11 12:08:47 +0000
committerThomas Lange <tl@openoffice.org>2002-11-11 12:08:47 +0000
commit4434788956fbcb726cff754708313964efe16b78 (patch)
tree3cfec1bbfc8498c2a6735c1dd94e93dfa5b6ee36 /sw/source/ui/inc
parentca8a7b972f8d884beb63eff5757237ef11b970c2 (diff)
#103868# PDF export for (multi-)selection
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/unotxvw.hxx10
1 files changed, 8 insertions, 2 deletions
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-------------------