diff options
author | Philipp Lohmann <Philipp.Lohmann@Sun.COM> | 2009-10-09 15:11:54 +0200 |
---|---|---|
committer | Philipp Lohmann <Philipp.Lohmann@Sun.COM> | 2009-10-09 15:11:54 +0200 |
commit | ccf233c1da563d73bf4efa3ea2f1e90bdd94815d (patch) | |
tree | 24f5bd4cb56505f577de6dfcead8b963c9015a88 /sc/inc/docuno.hxx | |
parent | 90631ceb76c032e182db62df387688a97cf94f12 (diff) | |
parent | 407a89402e6a10267d1004151a05a7613160b227 (diff) |
merge with m61
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 3487a6c30416..16898be8c2b7 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -76,6 +76,7 @@ class SvxFmDrawPage; class SvxDrawPage; class ScRangeList; class ScPrintUIOptions; +class ScSheetSaveData; class SC_DLLPUBLIC ScModelObj : public SfxBaseModel, public com::sun::star::sheet::XSpreadsheetDocument, @@ -113,6 +114,7 @@ private: BOOL FillRenderMarkData( const com::sun::star::uno::Any& aSelection, const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rOptions, ScMarkData& rMark, ScPrintSelectionStatus& rStatus, String& rPagesStr ) const; + com::sun::star::uno::Reference<com::sun::star::uno::XAggregation> GetFormatter(); rtl::OUString maBuildId; protected: @@ -130,9 +132,9 @@ public: void UpdateAllRowHeights( const ScMarkData* pTabMark = NULL ); - ScDrawLayer* MakeDrawLayer(); void BeforeXMLLoading(); void AfterXMLLoading(sal_Bool bRet); + ScSheetSaveData* GetSheetSaveData(); bool HasChangesListeners() const; |