Kaydet (Commit) dfa951bd authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS xmlperf02 (1.15.66); FILE MERGED

2005/02/01 14:34:02 fs 1.15.66.1: #119224# cache the FormsSupplier of the current page, not the forms container - this allows on-demand-access to the expensive container
üst 8a612f60
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: layerimport.hxx,v $ * $RCSfile: layerimport.hxx,v $
* *
* $Revision: 1.15 $ * $Revision: 1.16 $
* *
* last change: $Author: obo $ $Date: 2004-11-16 10:10:44 $ * last change: $Author: kz $ $Date: 2005-03-18 18:31:56 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -65,7 +65,9 @@ ...@@ -65,7 +65,9 @@
#ifndef _COM_SUN_STAR_XML_SAX_XATTRIBUTELIST_HPP_ #ifndef _COM_SUN_STAR_XML_SAX_XATTRIBUTELIST_HPP_
#include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/xml/sax/XAttributeList.hpp>
#endif #endif
#include <com/sun/star/container/XNameContainer.hpp> #ifndef _COM_SUN_STAR_FORM_XFORMSSUPPLIER2_HPP_
#include <com/sun/star/form/XFormsSupplier2.hpp>
#endif
#ifndef _VOS_REF_HXX_ #ifndef _VOS_REF_HXX_
#include <vos/ref.hxx> #include <vos/ref.hxx>
#endif #endif
...@@ -133,8 +135,10 @@ namespace xmloff ...@@ -133,8 +135,10 @@ namespace xmloff
protected: protected:
SvXMLImport& m_rImporter; SvXMLImport& m_rImporter;
OAttribute2Property m_aAttributeMetaData; OAttribute2Property m_aAttributeMetaData;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >
m_xForms; // the forms of the currently imported page /// the supplier for the forms of the currently imported page
::com::sun::star::uno::Reference< ::com::sun::star::form::XFormsSupplier2 >
m_xCurrentPageFormsSupp;
SvXMLStylesContext* m_pAutoStyles; SvXMLStylesContext* m_pAutoStyles;
protected: protected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment