Lines Matching refs:aErrorMessage

286 		::rtl::OUString aErrorMessage = getErrorLineString();  in endDocument()
287 aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "A closing element is missing!" )); in endDocument()
288 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endDocument()
335 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
336aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "closing element menubar expected!"… in endElement()
337 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
458 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
459aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "attribute id for element menu requ… in startElement()
460 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
469 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
470 aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "element menu expected!" )); in startElement()
471 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
495 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
496aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "closing element menu expected!" )); in endElement()
497 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
555 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
556 aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "unknown element found!" )); in startElement()
557 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
581 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
582aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "closing element menupopup expected… in endElement()
583 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
694 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
695aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "attribute id for element menu requ… in startElement()
696 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
764 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
765 aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "unknown element found!" )); in startElement()
766 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
790 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
791aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "closing element menu expected!" )); in endElement()
792 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
804 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
805aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "closing element menuitem expected!… in endElement()
806 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
813 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
814aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "closing element menuseparator expe… in endElement()
815 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()