Lines Matching refs:aErrorMessage

223 		::rtl::OUString aErrorMessage = getErrorLineString();  in endDocument()
224aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "No matching start or end element '… in endDocument()
225 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endDocument()
244 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
245aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element 'statusbar:statusbar' cann… in startElement()
246 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
257 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
258aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element 'statusbar:statusbaritem' … in startElement()
259 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
264 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
265aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element statusbar:statusbaritem is… in startElement()
266 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
309 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
310aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Attribute statusbar:align must hav… in startElement()
311 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
334 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
335aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Attribute statusbar:autosize must … in startElement()
336 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
349 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
350aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Attribute statusbar:autosize must … in startElement()
351 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
364 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
365aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Attribute statusbar:ownerdraw must… in startElement()
366 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
397 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
398aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Required attribute statusbar:url m… in startElement()
399 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
443 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
444aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'statusbar' found, but… in endElement()
445 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
456 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
457aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'statusbar:statusbarit… in endElement()
458 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()