From fe7b9870705ff726d9d8c27415a2d472c93cc7e7 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 16 Apr 2007 15:51:14 +0000 Subject: [PATCH] INTEGRATION: CWS fwkdbdesign01 (1.12.12); FILE MERGED 2007/02/20 14:05:58 mav 1.12.12.1: #i74541# use TaskCreator to create frames --- embeddedobj/source/inc/docholder.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/embeddedobj/source/inc/docholder.hxx b/embeddedobj/source/inc/docholder.hxx index 45fb9a9e21d3..12fbd3c1629e 100644 --- a/embeddedobj/source/inc/docholder.hxx +++ b/embeddedobj/source/inc/docholder.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docholder.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: ihi $ $Date: 2006-12-19 14:04:07 $ + * last change: $Author: ihi $ $Date: 2007-04-16 16:51:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -127,6 +127,8 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::ui::XDockingAreaAcceptor > m_xCachedDocAreaAcc; + ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > m_aOutplaceFrameProps; + ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > GetDocFrame(); sal_Bool LoadDocToFrame( sal_Bool ); @@ -183,6 +185,9 @@ public: void SetContainerName(const rtl::OUString& aContainerName); rtl::OUString GetContainerName() const { return m_aContainerName; } + void SetOutplaceFrameProperties( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aProps ) + { m_aOutplaceFrameProps = aProps; } + void PlaceFrame( const ::com::sun::star::awt::Rectangle& aNewRect ); sal_Bool SetFrameLMVisibility( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,