Lines Matching refs:BASE
37 template <class BASE>
38 inline SvXMLImportContext* OContainerImport< BASE >::CreateChildContext( in CreateChildContext()
54 return BASE::CreateChildContext(_nPrefix, _rLocalName, _rxAttrList); in CreateChildContext()
58 template <class BASE>
60 OContainerImport< BASE >::createElement() in createElement()
63 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xReturn = BASE::createEl… in createElement()
79 template <class BASE>
80 inline void OContainerImport< BASE >::EndElement() in EndElement()
82 BASE::EndElement(); in EndElement()
94 template <class BASE>
95 OColumnImport< BASE >::OColumnImport(OFormLayerXMLImport_Impl& _rImport, IEventAttacherManager& _rE… in OColumnImport()
98 :BASE(_rImport, _rEventManager, _nPrefix, _rName, _rxParentContainer, _eType) in OColumnImport()
106 template <class BASE>
107 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > OColumnImport< BASE >::cr… in createElement()