diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-01 16:33:58 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-03 20:28:16 -0400 |
commit | c92f5f600d65299c135ca9db2ec7e6d13df1152d (patch) | |
tree | 306cae9677d7e65fa8716811692e041ee70147c8 /sc/inc/fielduno.hxx | |
parent | d6d4d00114e267142145f0d6bb80a66dd4bca990 (diff) |
Support sheet name field in cells.
Change-Id: I7883960c482de0637e0bfaffc96f23a0d43cc96d
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r-- | sc/inc/fielduno.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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<SvxFieldData> mpData; com::sun::star::uno::Reference<com::sun::star::text::XTextRange> 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<sal_Int8>& 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(); |