From 63689badf7a37ef8cd72b525f39a73d69dff1369 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:07:27 +0000 Subject: [PATCH] INTEGRATION: CWS dba23a (1.11.384); FILE MERGED 2007/03/01 12:54:38 fs 1.11.384.1: #i74061# indicate read-only-ness of the property browser in the tittle --- svx/source/inc/fmPropBrw.hxx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx index 9235b6f1d1fb..931d6030d553 100644 --- a/svx/source/inc/fmPropBrw.hxx +++ b/svx/source/inc/fmPropBrw.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fmPropBrw.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:05:05 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:07:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,7 @@ #ifndef SVX_FMPROPBRW_HXX #define SVX_FMPROPBRW_HXX +/** === begin UNO includes === **/ #ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include #endif @@ -44,6 +45,10 @@ #ifndef _COM_SUN_STAR_FRAME_XFRAME_HPP_ #include #endif +#ifndef _COM_SUN_STAR_INSPECTION_XOBJECTINSPECTORMODEL_HPP_ +#include +#endif +/** === end UNO includes === **/ #ifndef _BASEDLGS_HXX #include #endif @@ -60,9 +65,6 @@ //======================================================================== class FmPropBrwMgr : public SfxChildWindow { -protected: - ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer > - m_xUnoRepresentation; public: FmPropBrwMgr(Window *pParent, sal_uInt16 nId, SfxBindings *pBindings, SfxChildWinInfo *pInfo); SFX_DECL_CHILDWINDOW(FmPropBrwMgr); @@ -83,6 +85,8 @@ class FmPropBrw : public SfxFloatingWindow, public SfxControllerItem m_xMeAsFrame; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xLastKnownDocument; + ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XObjectInspectorModel > + m_xInspectorModel; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > m_xBrowserController; ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > @@ -99,6 +103,7 @@ protected: void implSetNewSelection( const InterfaceBag& _rSelection ); void implDetachController(); + bool implIsReadOnlyModel() const; ::rtl::OUString getCurrentPage() const; public: