Home
last modified time | relevance | path

Searched refs:ERR_USAGE (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/rsc/source/parser/
H A Derscerr.cxx194 case ERR_USAGE: in WriteError()
497 if( ERR_USAGE != rError ){ in FatalError()
/AOO42X/main/rsc/inc/
H A Drscerror.h41 #define ERR_USAGE 0x0105 // macro
/AOO42X/main/rsc/doku/feinkonz.43/
H A Drscerror.doc1769 #define ERR_USAGE 0x0105
1883 ERR_USAGE Es wird eine Kommandozeilenhilfe ausgegeben (rsc -h).
/AOO42X/main/rsc/source/rsc/
H A Drsc.cxx317 pEH->FatalError( ERR_USAGE, RscId() ); in RscCmdLine()