summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-16 15:51:14 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-16 15:51:14 +0000
commitfe7b9870705ff726d9d8c27415a2d472c93cc7e7 (patch)
tree668744edf9f34bdab359adb88b2d5cf3ca46fc83 /embeddedobj/source/inc
parent4392da7251912186de1b5af6655972e7b24e3b78 (diff)
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
Diffstat (limited to 'embeddedobj/source/inc')
-rw-r--r--embeddedobj/source/inc/docholder.hxx9
1 files 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,