From 2c255b8bb03d59ccabc07a4f81765f858b46d885 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 11 Feb 2013 11:28:54 -0500 Subject: Prepare for the import of cell field items. And some code to import sheet name fields. But for some reason they are not being imported. I need to debug this... Change-Id: I5d10ae27f2f45de2454660884924fd1e0c0dcef0 --- sc/source/filter/xml/xmlcelli.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/filter/xml/xmlcelli.hxx') diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx index e9d7e2361df8..bdb817ca9007 100644 --- a/sc/source/filter/xml/xmlcelli.hxx +++ b/sc/source/filter/xml/xmlcelli.hxx @@ -76,6 +76,7 @@ class ScXMLTableRowCellContext : public ScXMLImportContext bool mbPossibleErrorCell; bool mbCheckWithCompilerForError; bool mbEditEngineHasText; + bool mbEditEngineHasField; sal_Int16 GetCellType(const rtl::OUString& sOUValue) const; @@ -120,6 +121,7 @@ public: ::com::sun::star::xml::sax::XAttributeList>& xAttrList ); void PushParagraphSpan(const OUString& rSpan, const OUString& rStyleName); + void PushParagraphFieldSheetName(); void PushParagraphEnd(); void SetAnnotation( const ScAddress& rPosition ); -- cgit