Lines Matching refs:aErrorMessage

232 		::rtl::OUString aErrorMessage = getErrorLineString();  in endDocument()
233aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "No matching start or end element '… in endDocument()
234 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endDocument()
253 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
254aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element 'toolbar:toolbar' cannot b… in startElement()
255 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
302 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
303aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element 'toolbar:toolbaritem' must… in startElement()
304 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
312 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
313aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element toolbar:toolbaritem is not… in startElement()
314 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
371 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
372aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Attribute toolbar:visible must hav… in startElement()
373 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
446 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
447aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Required attribute toolbar:url mus… in startElement()
448 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
482 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
483aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element toolbar:toolbarspace is no… in startElement()
484 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
507 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
508aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element toolbar:toolbarbreak is no… in startElement()
509 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
532 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
533aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element toolbar:toolbarseparator i… in startElement()
534 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
570 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
571aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'toolbar' found, but n… in endElement()
572 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
583 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
584aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'toolbar:toolbaritem' … in endElement()
585 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
596 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
597aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'toolbar:toolbarbreak'… in endElement()
598 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
609 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
610aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'toolbar:toolbarspace'… in endElement()
611 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
622 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
623aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'toolbar:toolbarsepara… in endElement()
624 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()