elementimport.hxx (28f2418d) elementimport.hxx (2df387e6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 92 unchanged lines hidden (view full) ---

101
102 bool m_bImplicitGenericAttributeHandling;
103
104 public:
105 /** ctor
106 @param _rImport
107 the importer
108 @param _rEventManager
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 92 unchanged lines hidden (view full) ---

101
102 bool m_bImplicitGenericAttributeHandling;
103
104 public:
105 /** ctor
106 @param _rImport
107 the importer
108 @param _rEventManager
109 the event attacher manager for the control beeing imported
109 the event attacher manager for the control being imported
110 @param _nPrefix
111 the namespace prefix
112 @param _rName
113 the element name
114 @param _rAttributeMap
115 the attribute map to be used for translating attributes into properties
116 @param _rxParentContainer
117 the container in which the new element should be inserted

--- 201 unchanged lines hidden (view full) ---

319 };
320
321 //=====================================================================
322 //= OReferredControlImport
323 //=====================================================================
324 class OReferredControlImport : public OControlImport
325 {
326 protected:
110 @param _nPrefix
111 the namespace prefix
112 @param _rName
113 the element name
114 @param _rAttributeMap
115 the attribute map to be used for translating attributes into properties
116 @param _rxParentContainer
117 the container in which the new element should be inserted

--- 201 unchanged lines hidden (view full) ---

319 };
320
321 //=====================================================================
322 //= OReferredControlImport
323 //=====================================================================
324 class OReferredControlImport : public OControlImport
325 {
326 protected:
327 ::rtl::OUString m_sReferringControls; // the list of ids of controls referring to the one beeing imported
327 ::rtl::OUString m_sReferringControls; // the list of ids of controls referring to the one being imported
328
329 public:
330 OReferredControlImport(
331 OFormLayerXMLImport_Impl& _rImport, IEventAttacherManager& _rEventManager, sal_uInt16 _nPrefix, const ::rtl::OUString& _rName,
332 const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& _rxParentContainer,
333 OControlElement::ElementType _eType
334 );
335

--- 434 unchanged lines hidden ---
328
329 public:
330 OReferredControlImport(
331 OFormLayerXMLImport_Impl& _rImport, IEventAttacherManager& _rEventManager, sal_uInt16 _nPrefix, const ::rtl::OUString& _rName,
332 const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& _rxParentContainer,
333 OControlElement::ElementType _eType
334 );
335

--- 434 unchanged lines hidden ---