Lines Matching refs:xml
50 const Reference< xml::input::XAttributes >& xAttributes, in BasicElementBase()
76 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes, in getBoolAttr()
96 throw xml::sax::SAXException( in getBoolAttr()
109 Reference< xml::input::XElement > BasicElementBase::getParent() in getParent()
112 return static_cast< xml::input::XElement* >( m_pParent ); in getParent()
136 Reference< xml::input::XAttributes > BasicElementBase::getAttributes() in getAttributes()
144 Reference< xml::input::XElement > BasicElementBase::startChildElement( in startChildElement()
146 const Reference< xml::input::XAttributes >& /*xAttributes*/ ) in startChildElement()
147 throw (xml::sax::SAXException, RuntimeException) in startChildElement()
149 throw xml::sax::SAXException( in startChildElement()
157 throw (xml::sax::SAXException, RuntimeException) in characters()
165 throw (xml::sax::SAXException, RuntimeException) in ignorableWhitespace()
172 throw (xml::sax::SAXException, RuntimeException) in processingInstruction()
179 throw (xml::sax::SAXException, RuntimeException) in endElement()
189 const Reference< xml::input::XAttributes >& xAttributes, in BasicLibrariesElement()
201 Reference< xml::input::XElement > BasicLibrariesElement::startChildElement( in startChildElement()
203 const Reference< xml::input::XAttributes >& xAttributes ) in startChildElement()
204 throw (xml::sax::SAXException, RuntimeException) in startChildElement()
206 Reference< xml::input::XElement > xElement; in startChildElement()
210 throw xml::sax::SAXException( in startChildElement()
296 throw xml::sax::SAXException( in startChildElement()
307 throw (xml::sax::SAXException, RuntimeException) in endElement()
317 const Reference< xml::input::XAttributes >& xAttributes, in BasicEmbeddedLibraryElement()
342 Reference< xml::input::XElement > BasicEmbeddedLibraryElement::startChildElement( in startChildElement()
344 const Reference< xml::input::XAttributes >& xAttributes ) in startChildElement()
345 throw (xml::sax::SAXException, RuntimeException) in startChildElement()
347 Reference< xml::input::XElement > xElement; in startChildElement()
351 throw xml::sax::SAXException( in startChildElement()
369 throw xml::sax::SAXException( in startChildElement()
380 throw (xml::sax::SAXException, RuntimeException) in endElement()
392 const Reference< xml::input::XAttributes >& xAttributes, in BasicModuleElement()
405 Reference< xml::input::XElement > BasicModuleElement::startChildElement( in startChildElement()
407 const Reference< xml::input::XAttributes >& xAttributes ) in startChildElement()
408 throw (xml::sax::SAXException, RuntimeException) in startChildElement()
412 Reference< xml::input::XElement > xElement; in startChildElement()
416 throw xml::sax::SAXException( in startChildElement()
432 throw xml::sax::SAXException( in startChildElement()
443 throw (xml::sax::SAXException, RuntimeException) in endElement()
453 const Reference< xml::input::XAttributes >& xAttributes, in BasicSourceCodeElement()
467 throw (xml::sax::SAXException, RuntimeException) in characters()
475 throw (xml::sax::SAXException, RuntimeException) in endElement()
524 …void BasicImport::startDocument( const Reference< xml::input::XNamespaceMapping >& xNamespaceMappi… in startDocument()
525 throw (xml::sax::SAXException, RuntimeException) in startDocument()
542 throw (xml::sax::SAXException, RuntimeException) in endDocument()
549 throw (xml::sax::SAXException, RuntimeException) in processingInstruction()
555 void BasicImport::setDocumentLocator( const Reference< xml::sax::XLocator >& /*xLocator*/ ) in setDocumentLocator()
556 throw (xml::sax::SAXException, RuntimeException) in setDocumentLocator()
562 …Reference< xml::input::XElement > BasicImport::startRootElement( sal_Int32 nUid, const ::rtl::OUSt… in startRootElement()
563 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
564 throw (xml::sax::SAXException, RuntimeException) in startRootElement()
566 Reference< xml::input::XElement > xElement; in startRootElement()
570 throw xml::sax::SAXException( in startRootElement()
600 throw xml::sax::SAXException( in startRootElement()
736 Reference < xml::input::XRoot > xRoot( new BasicImport( m_xModel, m_bOasis ) ); in setTargetDocument()
751 throw (xml::sax::SAXException, RuntimeException) in startDocument()
762 throw (xml::sax::SAXException, RuntimeException) in endDocument()
773 const Reference< xml::sax::XAttributeList >& xAttribs ) in startElement()
774 throw (xml::sax::SAXException, RuntimeException) in startElement()
785 throw (xml::sax::SAXException, RuntimeException) in endElement()
796 throw (xml::sax::SAXException, RuntimeException) in characters()
807 throw (xml::sax::SAXException, RuntimeException) in ignorableWhitespace()
819 throw (xml::sax::SAXException, RuntimeException) in processingInstruction()
829 void XMLBasicImporterBase::setDocumentLocator( const Reference< xml::sax::XLocator >& xLocator ) in setDocumentLocator()
830 throw (xml::sax::SAXException, RuntimeException) in setDocumentLocator()