Lines Matching refs:OElementImport

152OElementImport::OElementImport(OFormLayerXMLImport_Impl& _rImport, IEventAttacherManager& _rEventM…  in OElementImport()  function in xmloff::OElementImport
165 OElementImport::~OElementImport() in ~OElementImport()
170 ::rtl::OUString OElementImport::determineDefaultServiceName() const in determineDefaultServiceName()
176 void OElementImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList) in StartElement()
208 …SvXMLImportContext* OElementImport::CreateChildContext(sal_uInt16 _nPrefix, const ::rtl::OUString&… in CreateChildContext()
218 void OElementImport::EndElement() in EndElement()
255 void OElementImport::implApplySpecificProperties() in implApplySpecificProperties()
345 void OElementImport::implApplyGenericProperties() in implApplyGenericProperties()
487 ::rtl::OUString OElementImport::implGetDefaultName() const in implGetDefaultName()
520 …PropertyGroups::const_iterator OElementImport::impl_matchPropertyGroup( const PropertyGroups& i_pr… in impl_matchPropertyGroup()
553 …bool OElementImport::tryGenericAttribute( sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLoca… in tryGenericAttribute()
601 …bool OElementImport::handleAttribute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName… in handleAttribute()
634 Reference< XPropertySet > OElementImport::createElement() in createElement()
653 void OElementImport::registerEvents(const Sequence< ScriptEventDescriptor >& _rEvents) in registerEvents()
660 …void OElementImport::simulateDefaultedAttribute(const sal_Char* _pAttributeName, const ::rtl::OUSt… in simulateDefaultedAttribute()
678 :OElementImport(_rImport, _rEventManager, _nPrefix, _rName, _rxParentContainer) in OControlImport()
687 :OElementImport(_rImport, _rEventManager, _nPrefix, _rName, _rxParentContainer) in OControlImport()
782 if ( OElementImport::tryGenericAttribute( _nNamespaceKey, _rLocalName, _rValue ) ) in handleAttribute()
826 return OElementImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
849 OElementImport::StartElement(xAttributes); in StartElement()
1053 OElementImport::EndElement(); in EndElement()
1126 const Reference<XPropertySet> xPropSet = OElementImport::createElement(); in createElement()
2025 return OElementImport::CreateChildContext( _nPrefix, _rLocalName, in CreateChildContext()