Home
last modified time | relevance | path

Searched refs:aErrorInformation (Results 1 – 2 of 2) sorted by relevance

/trunk/main/l10ntools/source/
H A Dxmlparse.cxx1206 aErrorInformation.eCode = XML_ERROR_NONE; in Execute()
1207 aErrorInformation.nLine = 0; in Execute()
1208 aErrorInformation.nColumn = 0; in Execute()
1210 aErrorInformation.sMessage += rFileName; in Execute()
1243 aErrorInformation.eCode = XML_ERROR_NONE; in Execute()
1244 aErrorInformation.nLine = 0; in Execute()
1245 aErrorInformation.nColumn = 0; in Execute()
1248 aErrorInformation.sMessage += pXMLFile->GetName(); in Execute()
1267 aErrorInformation.sMessage += String::CreateFromInt64( aErrorInformation.nLine ); in Execute()
1269 aErrorInformation.sMessage += String::CreateFromInt64( aErrorInformation.nColumn ); in Execute()
[all …]
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx504 XMLError aErrorInformation; member in SimpleXMLParser
543 const XMLError &GetError() { return aErrorInformation; } in GetError()

Completed in 29 milliseconds