Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsb.cxx1466 const SFX_VB_ErrorItem* pErrItem; in GetVBErrorCode() local
1470 pErrItem = SFX_VB_ErrorTab + nIndex; in GetVBErrorCode()
1471 if( pErrItem->nErrorSFX == nError ) in GetVBErrorCode()
1473 nRet = pErrItem->nErrorVB; in GetVBErrorCode()
1478 while( pErrItem->nErrorVB != 0xFFFF ); // up to end mark in GetVBErrorCode()
1513 const SFX_VB_ErrorItem* pErrItem; in GetSfxFromVBError() local
1517 pErrItem = SFX_VB_ErrorTab + nIndex; in GetSfxFromVBError()
1518 if( pErrItem->nErrorVB == nError ) in GetSfxFromVBError()
1520 nRet = pErrItem->nErrorSFX; in GetSfxFromVBError()
1523 else if( pErrItem->nErrorVB > nError ) in GetSfxFromVBError()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsb.cxx1483 const SFX_VB_ErrorItem* pErrItem; in GetVBErrorCode() local
1487 pErrItem = SFX_VB_ErrorTab + nIndex; in GetVBErrorCode()
1488 if( pErrItem->nErrorSFX == nError ) in GetVBErrorCode()
1490 nRet = pErrItem->nErrorVB; in GetVBErrorCode()
1495 while( pErrItem->nErrorVB != 0xFFFF ); // up to end mark in GetVBErrorCode()
1530 const SFX_VB_ErrorItem* pErrItem; in GetSfxFromVBError() local
1534 pErrItem = SFX_VB_ErrorTab + nIndex; in GetSfxFromVBError()
1535 if( pErrItem->nErrorVB == nError ) in GetSfxFromVBError()
1537 nRet = pErrItem->nErrorSFX; in GetSfxFromVBError()
1540 else if( pErrItem->nErrorVB > nError ) in GetSfxFromVBError()
[all …]