Lines Matching refs:aErrorMessage
245 OUString aErrorMessage = getErrorLineString(); in endDocument() local
246 aErrorMessage += OUString( RTL_CONSTASCII_USTRINGPARAM( "A closing element is missing!" )); in endDocument()
247 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endDocument()
263 OUString aErrorMessage = getErrorLineString(); in startElement() local
264 aErrorMessage += OUString( RTL_CONSTASCII_USTRINGPARAM( "Accelerator list used twice!" )); in startElement()
265 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
275 OUString aErrorMessage = getErrorLineString(); in startElement() local
276 …aErrorMessage += OUString( RTL_CONSTASCII_USTRINGPARAM( "Accelerator list element has to be used b… in startElement()
277 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
305 OUString aErrorMessage = getErrorLineString(); in startElement() local
306 aErrorMessage += OUString( RTL_CONSTASCII_USTRINGPARAM( "Unknown element found!" )); in startElement()
307 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
328 OUString aErrorMessage = getErrorLineString(); in endElement() local
329 aErrorMessage += OUString( RTL_CONSTASCII_USTRINGPARAM( "Accelerator list used twice!" )); in endElement()
330 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
337 OUString aErrorMessage = getErrorLineString(); in endElement() local
338 …aErrorMessage += OUString( RTL_CONSTASCII_USTRINGPARAM( "Closing accelerator item element expected… in endElement()
339 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
344 OUString aErrorMessage = getErrorLineString(); in endElement() local
345 aErrorMessage += OUString( RTL_CONSTASCII_USTRINGPARAM( "Unknown closing element found!" )); in endElement()
346 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()