Searched refs:saxex (Results 1 – 1 of 1) sorted by relevance
302 com::sun::star::xml::sax::SAXParseException saxex; in throwEx() local303 saxex.Message = msg; in throwEx()304 saxex.LineNumber = static_cast<sal_Int32>(ctxt->lastError.line); in throwEx()305 saxex.ColumnNumber = static_cast<sal_Int32>(ctxt->lastError.int2); in throwEx()306 throw saxex; in throwEx()