Searched refs:ERR_SWGMSG_START (Results 1 – 2 of 2) sorted by relevance
117 static const sal_Char* aErrStrTab[ ERR_SWGMSG_END - ERR_SWGMSG_START +1 ] = in AssertFail()123 if( nErrorId >= ERR_SWGMSG_START && nErrorId < ERR_SWGMSG_END ) in AssertFail()124 pMsg = aErrStrTab[ nErrorId - ERR_SWGMSG_START ]; in AssertFail()
41 #define ERR_SWGMSG_START (ERR_VAR_IDX) macro
Completed in 12 milliseconds