diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-07-20 14:27:07 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-07-20 15:20:51 +0200 |
commit | d4b473dd9ba77427b28d97847067b8877c2033d9 (patch) | |
tree | ab0825048d1e451fdd9ffa25b35c5f0c36fa3f01 /xmloff/inc/txtfldi.hxx | |
parent | 8d9991c97a3e9574d7424aa3d295e5b6b2830bda (diff) |
office:annotation-end import
Change-Id: I8d1475b5bc9a36dade5ce28e74139834c69f8e14
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 7c0e6e605393..b2483de0fd6f 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -1345,15 +1345,20 @@ class XMLAnnotationImportContext : public XMLTextFieldImportContext const ::rtl::OUString sPropertyContent; const ::rtl::OUString sPropertyDate; const ::rtl::OUString sPropertyTextRange; + const ::rtl::OUString sPropertyName; ::rtl::OUStringBuffer aAuthorBuffer; ::rtl::OUStringBuffer aInitialsBuffer; + OUString aName; ::rtl::OUStringBuffer aTextBuffer; ::rtl::OUStringBuffer aDateBuffer; com::sun::star::uno::Reference < com::sun::star::beans::XPropertySet > mxField; com::sun::star::uno::Reference < com::sun::star::text::XTextCursor > mxCursor; com::sun::star::uno::Reference < com::sun::star::text::XTextCursor > mxOldCursor; + /// If this is an annotation end, then position of the start. + com::sun::star::uno::Reference < com::sun::star::text::XTextContent > m_xStart; + sal_uInt16 m_nToken; public: @@ -1361,6 +1366,7 @@ public: XMLAnnotationImportContext(SvXMLImport& rImport, XMLTextImportHelper& rHlp, + sal_uInt16 nToken, sal_uInt16 nPrfx, const ::rtl::OUString& sLocalName); |