Lines Matching refs:SbxERR_ZERODIV
1230 if( !aR.nLong64 ) SetError( SbxERR_ZERODIV ); in Compute()
1233 if( !aR.nULong64 ) SetError( SbxERR_ZERODIV ); in Compute()
1236 if( !aR.nLong ) SetError( SbxERR_ZERODIV ); in Compute()
1239 if( !aR.nULong ) SetError( SbxERR_ZERODIV ); in Compute()
1246 if( !aR.nLong64 ) SetError( SbxERR_ZERODIV ); in Compute()
1249 if( !aR.nULong64 ) SetError( SbxERR_ZERODIV ); in Compute()
1252 if( !aR.nLong ) SetError( SbxERR_ZERODIV ); in Compute()
1255 if( !aR.nULong ) SetError( SbxERR_ZERODIV ); in Compute()
1322 SetError( SbxERR_ZERODIV ); in Compute()
1379 SetError( SbxERR_ZERODIV ); in Compute()
1427 if( !aR.nDouble ) SetError( SbxERR_ZERODIV ); in Compute()