Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/classes/
H A Dsb.cxx1583 const SFX_VB_ErrorItem* pErrItem; in GetVBErrorCode() local
1587 pErrItem = SFX_VB_ErrorTab + nIndex; in GetVBErrorCode()
1588 if( pErrItem->nErrorSFX == nError ) in GetVBErrorCode()
1590 nRet = pErrItem->nErrorVB; in GetVBErrorCode()
1595 while( pErrItem->nErrorVB != 0xFFFF ); // bis End-Marke in GetVBErrorCode()
1630 const SFX_VB_ErrorItem* pErrItem; in GetSfxFromVBError() local
1634 pErrItem = SFX_VB_ErrorTab + nIndex; in GetSfxFromVBError()
1635 if( pErrItem->nErrorVB == nError ) in GetSfxFromVBError()
1637 nRet = pErrItem->nErrorSFX; in GetSfxFromVBError()
1640 else if( pErrItem->nErrorVB > nError ) in GetSfxFromVBError()
[all …]

Completed in 27 milliseconds