Searched refs:saxex (Results 1 – 1 of 1) sorted by relevance
310 com::sun::star::xml::sax::SAXParseException saxex; in throwEx() local311 saxex.Message = msg; in throwEx()312 saxex.LineNumber = static_cast<sal_Int32>(ctxt->lastError.line); in throwEx()313 saxex.ColumnNumber = static_cast<sal_Int32>(ctxt->lastError.int2); in throwEx()314 throw saxex; in throwEx()
Completed in 14 milliseconds