Home
last modified time | relevance | path

Searched refs:mpXMLErrors (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dxmlimp.cxx674 if ( bool( mpXMLErrors ) ) in endDocument() local
676 mpXMLErrors->ThrowErrorAsSAXException( XMLERROR_FLAG_SEVERE ); in endDocument()
1737 if ( !mpXMLErrors ) in SetError()
1738 mpXMLErrors = std::make_unique<XMLErrors>(); in SetError()
1742 mpXMLErrors->AddRecord( nId, rMsgParams, rExceptionMessage, in SetError()
H A Dxmlexp.cxx544 mpXMLErrors.reset(); in ~SvXMLExport()
2285 if ( mpXMLErrors == nullptr ) in SetError()
2286 mpXMLErrors.reset( new XMLErrors() ); in SetError()
2289 mpXMLErrors->AddRecord( nId, rMsgParams, rExceptionMessage, rLocator ); in SetError()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dxmlimp.cxx649 if ( bool( mpXMLErrors ) ) in endDocument() local
651 mpXMLErrors->ThrowErrorAsSAXException( XMLERROR_FLAG_SEVERE ); in endDocument()
1817 if ( !mpXMLErrors ) in SetError()
1818 mpXMLErrors = std::make_unique<XMLErrors>(); in SetError()
1822 mpXMLErrors->AddRecord( nId, rMsgParams, rExceptionMessage, in SetError()
H A Dxmlexp.cxx514 mpXMLErrors.reset(); in ~SvXMLExport()
2254 if ( mpXMLErrors == nullptr ) in SetError()
2255 mpXMLErrors.reset( new XMLErrors() ); in SetError()
2258 mpXMLErrors->AddRecord( nId, rMsgParams, rExceptionMessage, rLocator ); in SetError()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dxmlexp.hxx154 std::unique_ptr<XMLErrors> mpXMLErrors; member in SvXMLExport
H A Dxmlimp.hxx224 std::unique_ptr<XMLErrors> mpXMLErrors; member in SvXMLImport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dxmlexp.hxx152 std::unique_ptr<XMLErrors> mpXMLErrors; member in SvXMLExport
H A Dxmlimp.hxx212 std::unique_ptr<XMLErrors> mpXMLErrors; member in SvXMLImport