Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/sbx/
H A Dsbxvalue.cxx1230 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()
[all …]
/aoo4110/main/basic/inc/basic/
H A Dsbxdef.hxx235 #define SbxERR_ZERODIV ERRCODE_SBX_ZERODIV macro

Completed in 22 milliseconds