INTEGRATION: CWS chart2mst3 (1.36.2); FILE MERGED

2007/05/14 19:01:54 bm 1.36.2.4: RESYNC: (1.38-1.39); FILE MERGED
2007/02/07 19:01:03 iha 1.36.2.3: RESYNC: (1.36-1.38); FILE MERGED
2007/02/02 11:23:41 tl 1.36.2.2: #i55007# automatic chart update
2006/12/07 11:19:34 tl 1.36.2.1: #i71244# update chart in writer
This commit is contained in:
Vladimir Glazounov 2007-05-22 15:18:56 +00:00
parent a886e06a42
commit 4aa09fb6cb

View file

@ -4,9 +4,9 @@
*
* $RCSfile: docsh.hxx,v $
*
* $Revision: 1.39 $
* $Revision: 1.40 $
*
* last change: $Author: rt $ $Date: 2007-04-25 08:53:05 $
* last change: $Author: vg $ $Date: 2007-05-22 16:18:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -78,6 +78,8 @@ class SwOLEObj;
class IDocumentDeviceAccess;
class IDocumentSettingAccess;
class IDocumentTimerAccess;
class IDocumentChartDataProviderAccess;
class SW_DLLPUBLIC SwDocShell: public SfxObjectShell, public SfxListener
{
@ -190,6 +192,8 @@ public:
inline SwDoc* GetDoc() { return pDoc; }
IDocumentDeviceAccess* getIDocumentDeviceAccess();
const IDocumentSettingAccess* getIDocumentSettingAccess() const;
IDocumentChartDataProviderAccess* getIDocumentChartDataProviderAccess();
void UpdateFontList();
void UpdateChildWindows();
@ -302,8 +306,6 @@ public:
virtual void UpdateLinks();
// <--
SW_DLLPRIVATE void CalcAndSetScaleOfOLEObj( SwOLEObj& rOLEObject );
::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >
GetController();
};