Home
last modified time | relevance | path

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

/AOO42X/main/rsc/source/parser/
H A Derscerr.cxx126 void RscError::StdLstErr( const char * pStr ){ in StdLstErr() function in RscError
145 StdLstErr( "!! " ); in WriteError()
147 StdLstErr( ByteString::CreateFromInt32( nErrors ).GetBuffer() ); in WriteError()
149 StdLstErr( ByteString::CreateFromInt32( (nErrors -1) ).GetBuffer() ); in WriteError()
150 StdLstErr( " Error" ); in WriteError()
151 StdLstErr( " found!!" ); in WriteError()
156 StdLstErr( "The used type is not allowed." ); in WriteError()
160 StdLstErr( "This file <" ); in WriteError()
161 StdLstErr( pMessage ); in WriteError()
162 StdLstErr( "> cannot be opened." ); in WriteError()
[all …]
/AOO42X/main/rsc/inc/
H A Drscerror.h132 void StdLstErr( const char * pStr );