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()
1209 aErrorInformation.sMessage = String::CreateFromAscii( "ERROR: Unable to open file " ); 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()
1247 aErrorInformation.sMessage = String::CreateFromAscii( "File " ); in Execute()
1248 aErrorInformation.sMessage += pXMLFile->GetName(); in Execute()
[all …]
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx504 XMLError aErrorInformation; member in SimpleXMLParser
543 const XMLError &GetError() { return aErrorInformation; } in GetError()