19#ifndef INCLUDED_XMLOFF_XFORMSIMPORT_HXX
20#define INCLUDED_XMLOFF_XFORMSIMPORT_HXX
24#include <rtl/ustring.hxx>
31 namespace uno {
template <
typename >
class Sequence; }
32 namespace beans {
class XPropertySet;
struct PropertyValue; }
33 namespace frame {
class XModel; }
34 namespace container {
class XNameAccess; }
39 SvXMLImport& rImport );
46 css::uno::Reference<css::frame::XModel>
const&,
47 const std::pair<css::uno::Reference<css::beans::XPropertySet>, OUString>&);
54 css::uno::Reference<css::frame::XModel>
const&,
55 const std::pair<css::uno::Reference<css::beans::XPropertySet>, OUString>&);
62 css::uno::Reference<css::frame::XModel>
const&,
63 const std::pair<css::uno::Reference<css::beans::XPropertySet>, OUString>&);
68 const css::uno::Reference< css::container::XNameAccess >& _rXForms,
69 const css::uno::Sequence< css::beans::PropertyValue >& _rSettings
This class deliberately does not support XWeak, to improve performance when loading large documents.
class SAL_NO_VTABLE XPropertySet