From c92f5f600d65299c135ca9db2ec7e6d13df1152d Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 1 May 2012 16:33:58 -0400 Subject: Support sheet name field in cells. Change-Id: I7883960c482de0637e0bfaffc96f23a0d43cc96d --- sc/inc/fielduno.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/inc/fielduno.hxx') diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx index f238cf1f1b70..bf5f62698e2f 100644 --- a/sc/inc/fielduno.hxx +++ b/sc/inc/fielduno.hxx @@ -225,6 +225,7 @@ private: boost::scoped_ptr mpData; com::sun::star::uno::Reference mpContent; + sal_Int32 mnTab; bool mbIsDate:1; private: @@ -239,6 +240,7 @@ private: com::sun::star::uno::Any getPropertyValueFile(const rtl::OUString& rName); void setPropertyValueExtTime(const rtl::OUString& rName, const com::sun::star::uno::Any& rVal); + void setPropertyValueSheet(const rtl::OUString& rName, const com::sun::star::uno::Any& rVal); public: static const com::sun::star::uno::Sequence& getUnoTunnelId(); @@ -249,6 +251,7 @@ public: ScEditSource* pEditSrc, FieldType eType, const ESelection& rSel); virtual ~ScEditFieldObj(); + FieldType GetFieldType() const; void DeleteField(); bool IsInserted() const; SvxFieldItem CreateFieldItem(); -- cgit